rdogerrit | Merged rdoinfo master: Promote CBS tags update for ussuri-8s-release https://review.rdoproject.org/r/c/rdoinfo/+/34480 | 04:31 |
---|---|---|
rdogerrit | Yatin Karel proposed rdoinfo master: Revert "Adds puppet-logstash puppet module" https://review.rdoproject.org/r/c/rdoinfo/+/21824 | 05:07 |
rdogerrit | Yatin Karel proposed rdoinfo master: Revert "Add karborclient package" https://review.rdoproject.org/r/c/rdoinfo/+/21825 | 05:08 |
*** ysandeep- is now known as ysandeep | 05:59 | |
Tengu | hello there! I think I've seen the httpd server-status change merged for trunk.rdo? Is there a dashboard already, or... ? | 06:12 |
ykarel | Tengu, 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 Friday | 06:17 |
ykarel | but jpena have more context | 06:17 |
Tengu | ykarel: though Javier is on PTO :) | 06:18 |
Tengu | lemme check who merged, they probably have some context/info as well. | 06:18 |
Tengu | ah, yeah, tristanC is in the loop I think | 06:19 |
ykarel | yeap on long PTO :) | 06:21 |
Tengu | ykarel: 4 weeks I heard? | 06:21 |
ykarel | yes roughly | 06:22 |
Tengu | yay | 06:23 |
Tengu | will 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 |
Tengu | it 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|ruck | 06:51 | |
*** amoralej|off is now known as amoralej | 07:01 | |
rdogerrit | Merged rdoinfo master: Revert "Adds puppet-logstash puppet module" https://review.rdoproject.org/r/c/rdoinfo/+/21824 | 07:16 |
rdogerrit | Merged rdoinfo master: Update ansible to 2.9.23 in train c7 https://review.rdoproject.org/r/c/rdoinfo/+/34451 | 07:21 |
rdogerrit | Yatin Karel created rdo-jobs master: [DNM] Test failures https://review.rdoproject.org/r/c/rdo-jobs/+/34481 | 07:23 |
rdogerrit | Merged rdoinfo master: Update ansible to 2.9.23 in train https://review.rdoproject.org/r/c/rdoinfo/+/34450 | 07:32 |
*** rpittau|afk is now known as rpittau | 07:35 | |
rdogerrit | Merged rdoinfo master: Revert "Add karborclient package" https://review.rdoproject.org/r/c/rdoinfo/+/21825 | 07:42 |
*** ysandeep is now known as ysandeep|lunch | 08:16 | |
*** ykarel is now known as ykarel|lunch | 08:17 | |
rdogerrit | Merged rdo-jobs master: Fix undercloud upgrade job definition and parent https://review.rdoproject.org/r/c/rdo-jobs/+/34473 | 08:17 |
jcapitao | amoralej, ykarel|lunch: is there another plugin to install alongside 'multijob' plugin on Jenkins ? | 08:44 |
jcapitao | https://jenkins-cloudsig-ci.apps.ocp.ci.centos.org/job/rdo_trunk-promote-master-current-tripleo-test/3/consoleText | 08:44 |
amoralej | lemme check | 08:45 |
jcapitao | looks like it can't load env variables from property-file /tmp/delorean_master_current_tripleo_hash | 08:46 |
jcapitao | there is the "java.lang.NullPointerException" message which I suspect to be the issue | 08:47 |
amoralej | Properties file /tmp/delorean_master_current_tripleo_hash did not exist. | 08:49 |
amoralej | which part of the job should create that file? | 08:49 |
jcapitao | the rdo-promote-get-hash-master-current-tripleo-test job | 08:49 |
jcapitao | https://jenkins-cloudsig-ci.apps.ocp.ci.centos.org/job/rdo-promote-get-hash-master-current-tripleo-test/3/consoleText | 08:50 |
amoralej | jcapitao, i think it's missing part of the script which pulls properties | 08:56 |
amoralej | which is in the create-vm script | 08:56 |
amoralej | let me point to it | 08:57 |
jcapitao | oh | 08:57 |
amoralej | https://github.com/rdo-infra/ci-config/blob/2a2d35bea0cbb4ad00c2a8674cfad8d2b47d1e09/jenkins/jobs/scripts/create-vm.sh#L11-L19 | 08:57 |
jcapitao | right | 08:58 |
amoralej | mmm | 08:58 |
amoralej | wait | 08:58 |
jcapitao | I need to add it in cico-node-get-to-ansible.sh | 08:58 |
rdogerrit | Sagi Shnaidman proposed rdo-jobs master: Add periodic jobs for testing Ansible collections https://review.rdoproject.org/r/c/rdo-jobs/+/34360 | 08:59 |
amoralej | jcapitao, wait, i think i'm missing something | 09:00 |
jcapitao | I think the properties variable is external extra remote file | 09:01 |
jcapitao | as a way to override some var w/o editing job definition | 09:02 |
jcapitao | however, the "property-file" directive is used w/ EnvInject plugin apparently | 09:04 |
jcapitao | IIUC the plugin should inject the var defined in the property file | 09:04 |
amoralej | jcapitao, i think we need to run all the jobs in the same slave | 09:05 |
amoralej | that's why properties file is a local file | 09:05 |
amoralej | get-hash jobs creates the file | 09:05 |
jcapitao | ah yes maybe | 09:05 |
amoralej | and the rest of jobs read it from local path | 09:05 |
jcapitao | or mount a same drive across pods | 09:06 |
amoralej | that's a mess | 09:06 |
jcapitao | yes | 09:07 |
amoralej | we need to use same slave and read locally or push it as an artifact and pull it from there | 09:07 |
jcapitao | maybe we need to rethink our jobs to be more container friendly | 09:07 |
jcapitao | +1 to handle it as artifact | 09: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 |
amoralej | jcapitao, +1 | 09:12 |
*** cgoncalves_ is now known as cgoncalves | 09:13 | |
amoralej | tosky, merging it | 09:13 |
amoralej | jcapitao, 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#L13 | 09:16 |
amoralej | which is restricted to a specific slave | 09:16 |
tosky | amoralej: thanks! | 09:17 |
amoralej | jcapitao, https://stackoverflow.com/questions/25929774/jenkins-sharing-variables-in-multijob/43641477#43641477 | 09:20 |
amoralej | i think that'd make sense | 09:21 |
jcapitao | amoralej: yes let's do this | 09:22 |
amoralej | mmm bad you can't first configuring manually from webui :( | 09:23 |
jcapitao | I'm testing with jenkins-jobs | 09:25 |
rdogerrit | Merged openstack/cinder-distgit ussuri-rdo: Add a dependency on libgroup-tools https://review.rdoproject.org/r/c/openstack/cinder-distgit/+/34244 | 09:26 |
amoralej | ok | 09:26 |
*** ykarel|lunch is now known as ykarel | 09:47 | |
*** ysandeep|lunch is now known as ysandeep | 09:58 | |
rdogerrit | rdo-trunk created openstack/neutron-distgit ussuri-rdo: openstack-neutron-16.4.0-1 https://review.rdoproject.org/r/c/openstack/neutron-distgit/+/34485 | 10:05 |
rdogerrit | rdo-trunk created openstack/neutron-distgit victoria-rdo: openstack-neutron-17.2.0-1 https://review.rdoproject.org/r/c/openstack/neutron-distgit/+/34486 | 10:10 |
rdogerrit | rdo-trunk created openstack/neutron-distgit wallaby-rdo: openstack-neutron-18.1.0-1 https://review.rdoproject.org/r/c/openstack/neutron-distgit/+/34487 | 10:11 |
rdogerrit | Arx Cruz proposed rdo-infra/ci-config master: Fix skiplist go script https://review.rdoproject.org/r/c/rdo-infra/ci-config/+/34442 | 10:26 |
jcapitao | amoralej, ykarel: I triggered installation of https://plugins.jenkins.io/copyartifact/ plugin | 10:37 |
amoralej | ack | 10:37 |
ykarel | ack | 10:37 |
amoralej | you'll need to wait for current jobs to finish | 10:38 |
amoralej | before restarting | 10:38 |
jcapitao | yes, I checked-in the box to restart only when no jobs running | 10:44 |
*** jcapitao is now known as jcapitao_lunch | 10:55 | |
*** ysandeep is now known as ysandeep|afk | 10:57 | |
rdogerrit | Yatin Karel created rdoinfo master: Revert "Adding puppet-barometer" https://review.rdoproject.org/r/c/rdoinfo/+/34488 | 11:19 |
*** dviroel|out is now known as dviroel | 11:24 | |
*** bhagyashris_ is now known as bhagyashris|ruck | 11:32 | |
*** ysandeep|afk is now known as ysandeep | 11:52 | |
rdogerrit | Yatin Karel created rdo-jobs master: Add retries to repo setup task https://review.rdoproject.org/r/c/rdo-jobs/+/34489 | 11:52 |
rdogerrit | Yatin Karel proposed rdoinfo master: Revert "Adding puppet-barometer" https://review.rdoproject.org/r/c/rdoinfo/+/34488 | 11:53 |
*** jcapitao_lunch is now known as jcapitao | 11:59 | |
*** ysandeep is now known as ysandeep|afk | 12:25 | |
*** amoralej is now known as amoralej|lunch | 12:33 | |
sshnaidm | ykarel, 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/+/34365 | 12:39 |
ykarel | sshnaidm, looking | 12:39 |
sshnaidm | ykarel, this happens only for that specific job, while others passing this step | 12:39 |
sshnaidm | and they are identical jobs, except of collection | 12:39 |
ykarel | sshnaidm, that's not related to patch | 12:40 |
ykarel | we are hitting similar issue in other jobs | 12:41 |
sshnaidm | ykarel, hm.. it just happens in this job only, very weird | 12:41 |
ykarel | infra related issue, discussing on #rhos-ops | 12:41 |
rdogerrit | Yatin 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/+/34490 | 12:54 |
rdogerrit | User pojadhav created rdo-jobs master: Remove old definition of distgit FS010 https://review.rdoproject.org/r/c/rdo-jobs/+/34491 | 12:56 |
*** ysandeep|afk is now known as ysandeep | 13:05 | |
rdogerrit | Merged openstack/neutron-distgit ussuri-rdo: openstack-neutron-16.4.0-1 https://review.rdoproject.org/r/c/openstack/neutron-distgit/+/34485 | 13:16 |
rdogerrit | Merged rdoinfo master: Bump rdoinfo xena-uc tags to latest upper-constraints https://review.rdoproject.org/r/c/rdoinfo/+/34475 | 13:29 |
rdogerrit | Merged rdo-infra/ci-config master: Added downstream mappings in qcow_client https://review.rdoproject.org/r/c/rdo-infra/ci-config/+/32679 | 13:29 |
rdogerrit | Merged rdo-infra/ci-config master: Added dockerfile_client for uploading dockerfiles https://review.rdoproject.org/r/c/rdo-infra/ci-config/+/34313 | 13:30 |
*** amoralej|lunch is now known as amoralej | 13:31 | |
rdogerrit | Amol Kahat proposed rdo-infra/ci-config master: Added tabular logs for hashes https://review.rdoproject.org/r/c/rdo-infra/ci-config/+/34341 | 13:42 |
rdogerrit | Matthias Runge created openstack/aodh-distgit wallaby-rdo: Drop pysnmp dependency https://review.rdoproject.org/r/c/openstack/aodh-distgit/+/34458 | 14:44 |
*** ykarel is now known as ykarel|away | 15:03 | |
*** dviroel is now known as dviroel|lunch | 15:05 | |
rdogerrit | Merged openstack/neutron-distgit victoria-rdo: openstack-neutron-17.2.0-1 https://review.rdoproject.org/r/c/openstack/neutron-distgit/+/34486 | 15:24 |
rdogerrit | Merged openstack/neutron-distgit wallaby-rdo: openstack-neutron-18.1.0-1 https://review.rdoproject.org/r/c/openstack/neutron-distgit/+/34487 | 15:30 |
*** ysandeep is now known as ysandeep|away | 15:35 | |
*** jgwentworth is now known as melwitt | 16:07 | |
*** dviroel|lunch is now known as dviroel | 16:10 | |
rdogerrit | rdo-trunk created rdoinfo master: CBS tags sync with uc for xena-candidate https://review.rdoproject.org/r/c/rdoinfo/+/34492 | 16:17 |
*** ysandeep|away is now known as ysandeep | 16:20 | |
*** rpittau is now known as rpittau|afk | 16:21 | |
*** amoralej is now known as amoralej|off | 16:26 | |
*** ysandeep is now known as ysandeep|away | 16:26 | |
rdogerrit | Merged rdo-infra/ci-config master: Added tabular logs for hashes https://review.rdoproject.org/r/c/rdo-infra/ci-config/+/34341 | 17:01 |
rdogerrit | Amol Kahat created rdo-infra/ci-config master: Added tabular logs for hashes https://review.rdoproject.org/r/c/rdo-infra/ci-config/+/34493 | 19:08 |
rdogerrit | Amol Kahat proposed rdo-infra/ci-config master: Improvement in ppc containers manifest push design https://review.rdoproject.org/r/c/rdo-infra/ci-config/+/33815 | 19:47 |
rdogerrit | Amol Kahat proposed rdo-infra/ci-config master: Added tabular logs for hashes https://review.rdoproject.org/r/c/rdo-infra/ci-config/+/34493 | 19:52 |
rdogerrit | Tristan de Cacqueray created config master: Enable the new github-ro connection for ansible https://review.rdoproject.org/r/c/config/+/34494 | 20:06 |
rdogerrit | wes hayutin created rdo-infra/ci-config master: add undercloud-upgrade to rdo integration criteria https://review.rdoproject.org/r/c/rdo-infra/ci-config/+/34496 | 21:06 |
rdogerrit | rdo-trunk created rdoinfo master: CBS tags sync with uc for xena-candidate https://review.rdoproject.org/r/c/rdoinfo/+/34497 | 21:19 |
rdogerrit | wes hayutin created rdo-jobs master: add undercloud-upgrade to integration lines https://review.rdoproject.org/r/c/rdo-jobs/+/34498 | 21:23 |
*** dviroel is now known as dviroel|out | 21:41 | |
rdogerrit | wes hayutin created rdo-jobs master: Revert "Fix undercloud upgrade job definition and parent" https://review.rdoproject.org/r/c/rdo-jobs/+/34459 | 21:45 |
Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!