Monday, 2021-07-12

rdogerritMerged rdoinfo master: Promote CBS tags update for ussuri-8s-release  https://review.rdoproject.org/r/c/rdoinfo/+/3448004:31
rdogerritYatin Karel proposed rdoinfo master: Revert "Adds puppet-logstash puppet module"  https://review.rdoproject.org/r/c/rdoinfo/+/2182405:07
rdogerritYatin Karel proposed rdoinfo master: Revert "Add karborclient package"  https://review.rdoproject.org/r/c/rdoinfo/+/2182505:08
*** ysandeep- is now known as ysandeep05:59
Tenguhello there! I think I've seen the httpd server-status change merged for trunk.rdo? Is there a dashboard already, or... ?06:12
ykarelTengu, not sure if you are looking for http://prometheus.monitoring.rdoproject.org/prometheus/graph?g0.expr=apache_accesses_total&g0.tab=0&g0.stacked=0&g0.range_input=1h, there was some related discussion around it on Friday06:17
ykarelbut jpena have more context06:17
Tenguykarel: though Javier is on PTO :)06:18
Tengulemme check who merged, they probably have some context/info as well.06:18
Tenguah, yeah, tristanC is in the loop I think06:19
ykarelyeap on long PTO :)06:21
Tenguykarel: 4 weeks I heard?06:21
ykarelyes roughly06:22
Tenguyay06:23
Tenguwill wait for tristanC to show up, I think we should be able to add a dedicated dashboard such as https://github.com/rfrail3/grafana-dashboards (source: https://computingforgeeks.com/how-to-monitor-apache-web-server-with-prometheus-and-grafana-in-5-minutes/ - step 5)06:24
Tenguit should provide the needed graphs - once we get something stable for that, waiting for a week worth of data, we'll be able to merge the cache settings while ensuring we're not burning down trunk.rdoproject.06:25
*** bhagyashris__ is now known as bhagyashris|ruck06:51
*** amoralej|off is now known as amoralej07:01
rdogerritMerged rdoinfo master: Revert "Adds puppet-logstash puppet module"  https://review.rdoproject.org/r/c/rdoinfo/+/2182407:16
rdogerritMerged rdoinfo master: Update ansible to 2.9.23 in train c7  https://review.rdoproject.org/r/c/rdoinfo/+/3445107:21
rdogerritYatin Karel created rdo-jobs master: [DNM] Test failures  https://review.rdoproject.org/r/c/rdo-jobs/+/3448107:23
rdogerritMerged rdoinfo master: Update ansible to 2.9.23 in train  https://review.rdoproject.org/r/c/rdoinfo/+/3445007:32
*** rpittau|afk is now known as rpittau07:35
rdogerritMerged rdoinfo master: Revert "Add karborclient package"  https://review.rdoproject.org/r/c/rdoinfo/+/2182507:42
*** ysandeep is now known as ysandeep|lunch08:16
*** ykarel is now known as ykarel|lunch08:17
rdogerritMerged rdo-jobs master: Fix undercloud upgrade job definition and parent  https://review.rdoproject.org/r/c/rdo-jobs/+/3447308:17
jcapitaoamoralej, ykarel|lunch: is there another plugin to install alongside 'multijob' plugin on Jenkins ?08:44
jcapitaohttps://jenkins-cloudsig-ci.apps.ocp.ci.centos.org/job/rdo_trunk-promote-master-current-tripleo-test/3/consoleText08:44
amoralejlemme check08:45
jcapitaolooks like it can't load env variables from property-file /tmp/delorean_master_current_tripleo_hash08:46
jcapitaothere is the "java.lang.NullPointerException" message which I suspect to be the issue08:47
amoralejProperties file /tmp/delorean_master_current_tripleo_hash did not exist.08:49
amoralejwhich part of the job should create that file?08:49
jcapitaothe rdo-promote-get-hash-master-current-tripleo-test job08:49
jcapitaohttps://jenkins-cloudsig-ci.apps.ocp.ci.centos.org/job/rdo-promote-get-hash-master-current-tripleo-test/3/consoleText08:50
amoralejjcapitao, i think it's missing part of the script which pulls properties08:56
amoralejwhich is in the create-vm script08:56
amoralejlet me point to it08:57
jcapitaooh08:57
amoralejhttps://github.com/rdo-infra/ci-config/blob/2a2d35bea0cbb4ad00c2a8674cfad8d2b47d1e09/jenkins/jobs/scripts/create-vm.sh#L11-L1908:57
jcapitaoright08:58
amoralejmmm08:58
amoralejwait08:58
jcapitaoI need to add it in cico-node-get-to-ansible.sh08:58
rdogerritSagi Shnaidman proposed rdo-jobs master: Add periodic jobs for testing Ansible collections  https://review.rdoproject.org/r/c/rdo-jobs/+/3436008:59
amoralejjcapitao, wait, i think i'm missing something09:00
jcapitaoI think the properties variable is external extra remote file09:01
jcapitaoas a way to override some var w/o editing job definition09:02
jcapitaohowever, the "property-file" directive is used w/ EnvInject plugin apparently 09:04
jcapitaoIIUC the plugin should inject the var defined in the property file09:04
amoralejjcapitao, i think we need to run all the jobs in the same slave09:05
amoralejthat's why properties file is a local file09:05
amoralejget-hash jobs creates the file09:05
jcapitaoah yes maybe09:05
amoralejand the rest of jobs read it from local path09:05
jcapitaoor mount a same drive across pods09:06
amoralejthat's a mess09:06
jcapitaoyes09:07
amoralejwe need to use same slave and read locally or push it as an artifact and pull it from there09:07
jcapitaomaybe we need to rethink our jobs to be more container friendly09:07
jcapitao+1 to handle it as artifact09:09
tosky(in the meantime, small reminder about https://review.rdoproject.org/r/c/openstack/cinder-distgit/+/34244 and its sibling https://review.rdoproject.org/r/c/openstack/cinder-distgit/+/34245 )09:10
amoralejjcapitao, +109:12
*** cgoncalves_ is now known as cgoncalves09:13
amoralejtosky, merging it09:13
amoralejjcapitao, yes, in ci.centos.org we run all the jobs related to phase1 promotion in label rdo-promote https://github.com/rdo-infra/ci-config/blob/2a2d35bea0cbb4ad00c2a8674cfad8d2b47d1e09/jenkins/jobs/defaults.yml#L1309:16
amoralejwhich is restricted to a specific slave09:16
toskyamoralej: thanks!09:17
amoralejjcapitao, https://stackoverflow.com/questions/25929774/jenkins-sharing-variables-in-multijob/43641477#4364147709:20
amoraleji think that'd make sense09:21
jcapitaoamoralej: yes let's do this09:22
amoralejmmm bad you can't first configuring manually from webui :(09:23
jcapitaoI'm testing with jenkins-jobs09:25
rdogerritMerged openstack/cinder-distgit ussuri-rdo: Add a dependency on libgroup-tools  https://review.rdoproject.org/r/c/openstack/cinder-distgit/+/3424409:26
amoralejok09:26
*** ykarel|lunch is now known as ykarel09:47
*** ysandeep|lunch is now known as ysandeep09:58
rdogerritrdo-trunk created openstack/neutron-distgit ussuri-rdo: openstack-neutron-16.4.0-1  https://review.rdoproject.org/r/c/openstack/neutron-distgit/+/3448510:05
rdogerritrdo-trunk created openstack/neutron-distgit victoria-rdo: openstack-neutron-17.2.0-1  https://review.rdoproject.org/r/c/openstack/neutron-distgit/+/3448610:10
rdogerritrdo-trunk created openstack/neutron-distgit wallaby-rdo: openstack-neutron-18.1.0-1  https://review.rdoproject.org/r/c/openstack/neutron-distgit/+/3448710:11
rdogerritArx Cruz proposed rdo-infra/ci-config master: Fix skiplist go script  https://review.rdoproject.org/r/c/rdo-infra/ci-config/+/3444210:26
jcapitaoamoralej, ykarel: I triggered installation of https://plugins.jenkins.io/copyartifact/ plugin10:37
amoralejack10:37
ykarelack10:37
amoralejyou'll need to wait for current jobs to finish10:38
amoralejbefore restarting10:38
jcapitaoyes, I checked-in the box to restart only when no jobs running10:44
*** jcapitao is now known as jcapitao_lunch10:55
*** ysandeep is now known as ysandeep|afk10:57
rdogerritYatin Karel created rdoinfo master: Revert "Adding puppet-barometer"  https://review.rdoproject.org/r/c/rdoinfo/+/3448811:19
*** dviroel|out is now known as dviroel11:24
*** bhagyashris_ is now known as bhagyashris|ruck11:32
*** ysandeep|afk is now known as ysandeep11:52
rdogerritYatin Karel created rdo-jobs master: Add retries to repo setup task  https://review.rdoproject.org/r/c/rdo-jobs/+/3448911:52
rdogerritYatin Karel proposed rdoinfo master: Revert "Adding puppet-barometer"  https://review.rdoproject.org/r/c/rdoinfo/+/3448811:53
*** jcapitao_lunch is now known as jcapitao11:59
*** ysandeep is now known as ysandeep|afk12:25
*** amoralej is now known as amoralej|lunch12:33
sshnaidmykarel, hi, can you think about the failure reason here: https://review.rdoproject.org/zuul/build/9fcecc0595c24ca78b018b48a0af57a1/log/job-output.txt#355 from that patch https://review.rdoproject.org/r/c/testproject/+/3436512:39
ykarelsshnaidm, looking12:39
sshnaidmykarel, this happens only for that specific job, while others passing this step12:39
sshnaidmand they are identical jobs, except of collection12:39
ykarelsshnaidm, that's not related to patch12:40
ykarelwe are hitting similar issue in other jobs12:41
sshnaidmykarel, hm.. it just happens in this job only, very weird12:41
ykarelinfra related issue, discussing on #rhos-ops12:41
rdogerritYatin Karel created rdo-infra/ansible-role-weirdo-common master: Add retries to repo setups  https://review.rdoproject.org/r/c/rdo-infra/ansible-role-weirdo-common/+/3449012:54
rdogerritUser pojadhav created rdo-jobs master: Remove old definition of distgit FS010  https://review.rdoproject.org/r/c/rdo-jobs/+/3449112:56
*** ysandeep|afk is now known as ysandeep13:05
rdogerritMerged openstack/neutron-distgit ussuri-rdo: openstack-neutron-16.4.0-1  https://review.rdoproject.org/r/c/openstack/neutron-distgit/+/3448513:16
rdogerritMerged rdoinfo master: Bump rdoinfo xena-uc tags to latest upper-constraints  https://review.rdoproject.org/r/c/rdoinfo/+/3447513:29
rdogerritMerged rdo-infra/ci-config master: Added downstream mappings in qcow_client  https://review.rdoproject.org/r/c/rdo-infra/ci-config/+/3267913:29
rdogerritMerged rdo-infra/ci-config master: Added dockerfile_client for uploading dockerfiles  https://review.rdoproject.org/r/c/rdo-infra/ci-config/+/3431313:30
*** amoralej|lunch is now known as amoralej13:31
rdogerritAmol Kahat proposed rdo-infra/ci-config master: Added tabular logs for hashes  https://review.rdoproject.org/r/c/rdo-infra/ci-config/+/3434113:42
rdogerritMatthias Runge created openstack/aodh-distgit wallaby-rdo: Drop pysnmp dependency  https://review.rdoproject.org/r/c/openstack/aodh-distgit/+/3445814:44
*** ykarel is now known as ykarel|away15:03
*** dviroel is now known as dviroel|lunch15:05
rdogerritMerged openstack/neutron-distgit victoria-rdo: openstack-neutron-17.2.0-1  https://review.rdoproject.org/r/c/openstack/neutron-distgit/+/3448615:24
rdogerritMerged openstack/neutron-distgit wallaby-rdo: openstack-neutron-18.1.0-1  https://review.rdoproject.org/r/c/openstack/neutron-distgit/+/3448715:30
*** ysandeep is now known as ysandeep|away15:35
*** jgwentworth is now known as melwitt16:07
*** dviroel|lunch is now known as dviroel16:10
rdogerritrdo-trunk created rdoinfo master: CBS tags sync with uc for xena-candidate  https://review.rdoproject.org/r/c/rdoinfo/+/3449216:17
*** ysandeep|away is now known as ysandeep16:20
*** rpittau is now known as rpittau|afk16:21
*** amoralej is now known as amoralej|off16:26
*** ysandeep is now known as ysandeep|away16:26
rdogerritMerged rdo-infra/ci-config master: Added tabular logs for hashes  https://review.rdoproject.org/r/c/rdo-infra/ci-config/+/3434117:01
rdogerritAmol Kahat created rdo-infra/ci-config master: Added tabular logs for hashes  https://review.rdoproject.org/r/c/rdo-infra/ci-config/+/3449319:08
rdogerritAmol Kahat proposed rdo-infra/ci-config master: Improvement in ppc containers manifest push design  https://review.rdoproject.org/r/c/rdo-infra/ci-config/+/3381519:47
rdogerritAmol Kahat proposed rdo-infra/ci-config master: Added tabular logs for hashes  https://review.rdoproject.org/r/c/rdo-infra/ci-config/+/3449319:52
rdogerritTristan de Cacqueray created config master: Enable the new github-ro connection for ansible  https://review.rdoproject.org/r/c/config/+/3449420:06
rdogerritwes hayutin created rdo-infra/ci-config master: add undercloud-upgrade to rdo integration criteria  https://review.rdoproject.org/r/c/rdo-infra/ci-config/+/3449621:06
rdogerritrdo-trunk created rdoinfo master: CBS tags sync with uc for xena-candidate  https://review.rdoproject.org/r/c/rdoinfo/+/3449721:19
rdogerritwes hayutin created rdo-jobs master: add undercloud-upgrade to integration lines  https://review.rdoproject.org/r/c/rdo-jobs/+/3449821:23
*** dviroel is now known as dviroel|out21:41
rdogerritwes hayutin created rdo-jobs master: Revert "Fix undercloud upgrade job definition and parent"  https://review.rdoproject.org/r/c/rdo-jobs/+/3445921:45

Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!