*** edmondsw has joined #rdo | 00:07 | |
*** rdogerrit has joined #rdo | 00:08 | |
rdogerrit | rdo-trunk created rdoinfo master: Bump rdoinfo pike tags to latest upper-constraints https://review.rdoproject.org/r/14649 | 00:08 |
---|---|---|
rdogerrit | rdo-trunk proposed rdoinfo master: Promote CBS tags update for pike-release https://review.rdoproject.org/r/14543 | 00:08 |
rdogerrit | rdo-trunk created rdoinfo master: Bump rdoinfo rocky-uc tags to latest upper-constraints https://review.rdoproject.org/r/14650 | 00:08 |
*** Son_Goku has quit IRC | 00:10 | |
*** edmondsw has quit IRC | 00:12 | |
*** richm has quit IRC | 00:12 | |
*** richm has joined #rdo | 00:13 | |
*** thrash is now known as thrash|g0ne | 00:19 | |
*** Son_Goku has joined #rdo | 00:22 | |
*** gvrangan has joined #rdo | 00:26 | |
*** mpjetta has quit IRC | 00:29 | |
*** Son_Goku has quit IRC | 00:37 | |
*** Son_Goku has joined #rdo | 00:40 | |
*** Son_Goku has quit IRC | 00:43 | |
*** rh-jelabarre has quit IRC | 00:44 | |
*** richm has quit IRC | 00:45 | |
*** rh-jelabarre has joined #rdo | 00:46 | |
*** mpjetta has joined #rdo | 00:47 | |
*** richm has joined #rdo | 00:49 | |
*** oanson has quit IRC | 00:54 | |
*** oanson has joined #rdo | 00:55 | |
rdogerrit | rdo-trunk created openstack/octavia-distgit rpm-master: openstack-octavia: failed to build d41e84a https://review.rdoproject.org/r/14651 | 00:56 |
*** richm has quit IRC | 00:59 | |
*** Son_Goku has joined #rdo | 01:10 | |
*** gvrangan has quit IRC | 01:23 | |
*** gvrangan has joined #rdo | 01:28 | |
*** Son_Goku has quit IRC | 01:51 | |
*** agopi has joined #rdo | 01:54 | |
*** edmondsw has joined #rdo | 01:55 | |
*** gvrangan has quit IRC | 01:57 | |
*** edmondsw has quit IRC | 02:00 | |
*** paragan has joined #rdo | 02:11 | |
*** dtrainor_ has quit IRC | 02:21 | |
*** dtrainor_ has joined #rdo | 02:21 | |
*** kbyrne has quit IRC | 02:29 | |
*** kbyrne has joined #rdo | 02:33 | |
*** jmlowe has quit IRC | 02:34 | |
*** udesale has joined #rdo | 02:55 | |
*** paragan has quit IRC | 02:58 | |
*** paragan has joined #rdo | 03:00 | |
*** Schepeers has quit IRC | 03:07 | |
*** kbyrne has quit IRC | 03:10 | |
*** kbyrne has joined #rdo | 03:11 | |
*** Schepeers has joined #rdo | 03:13 | |
*** dtrainor_ has quit IRC | 03:28 | |
*** dtrainor_ has joined #rdo | 03:29 | |
*** dtrainor_ has quit IRC | 03:29 | |
*** edmondsw has joined #rdo | 03:43 | |
*** edmondsw has quit IRC | 03:48 | |
*** ramishra has joined #rdo | 03:48 | |
*** kbyrne has quit IRC | 03:52 | |
*** shreshtha has joined #rdo | 03:58 | |
*** vnogin has joined #rdo | 04:16 | |
*** ykarel|away has joined #rdo | 04:18 | |
*** ykarel|away is now known as ykarel | 04:18 | |
*** vnogin has quit IRC | 04:20 | |
*** linuxaddicts has joined #rdo | 04:28 | |
*** gvrangan has joined #rdo | 04:53 | |
*** Amita has joined #rdo | 04:56 | |
ykarel | promotion jobs are not running, failing at the first step(get hash job) | 04:57 |
ykarel | is it ran after zuulv3 migration, or it's a new issue? | 04:57 |
*** gvrangan has quit IRC | 04:57 | |
ykarel | tristanC, ^^ | 04:58 |
tristanC | ykarel: it seems like the periodic has always failed | 04:59 |
ykarel | so we missed something in migration> | 04:59 |
tristanC | e.g., looking at https://softwarefactory-project.io/zuul/t/rdoproject.org/builds.html?job_name=legacy-periodic-tripleo-centos-7-queens-promote-consistent-to-tripleo-ci-testing | 04:59 |
ykarel | looks like we are missing some credentials for dlrnapi | 05:01 |
*** cshastri has joined #rdo | 05:02 | |
*** noslzzp has quit IRC | 05:02 | |
*** sfbender has joined #rdo | 05:08 | |
sfbender | Tristan de Cacqueray created dlrnapi_client master: Do not explicitly raise e when shell fail https://softwarefactory-project.io/r/12902 | 05:08 |
tristanC | ykarel: the exception isn't very helpful, do you know which variable was None? | 05:08 |
ykarel | tristanC, i think dlrnapi secret is missing | 05:08 |
tristanC | ok, let me find the jjb credencial binding and see how we can migrate it | 05:10 |
ykarel | https://github.com/rdo-infra/rdo-jobs/blob/master/zuul.d/zuul-legacy-jobs.yaml#L239 | 05:11 |
ykarel | tristanC, https://review.rdoproject.org/r/#/c/14517/11/zuul.d/jobs.yaml added secret | 05:11 |
*** emalikov has joined #rdo | 05:12 | |
tristanC | ok, so None is the result of getenv('DLRNAPI_PASSWORD') | 05:14 |
ykarel | hmm | 05:16 |
tristanC | i think we need to move the job to the config project and make it use the secret from there | 05:17 |
ykarel | or just change parent? | 05:17 |
*** linuxgeek has joined #rdo | 05:18 | |
*** linuxaddicts has quit IRC | 05:18 | |
ykarel | other jobs require secrets have this parent, https://github.com/rdo-infra/rdo-jobs/blob/master/zuul.d/jobs.yaml#L77-L78 | 05:18 |
tristanC | oh you're right, this is because the periodic pipeline job are post-review, so they can use secrets in un-trusted projects like rdo-jobs | 05:20 |
*** janki has joined #rdo | 05:20 | |
tristanC | hum, not we sure we can change the parent to legacy-tripleo-ci-periodic-base, this will trigger the dlrnapi_report.sh script execution | 05:25 |
tristanC | and since we want to use the dlrnapi secret in the run phase to get the hash, i think we still need to move the job where the dlrnapi secret is defined | 05:26 |
*** sasha2 has quit IRC | 05:26 | |
ykarel | ahh, correct | 05:27 |
ykarel | so then we have to move that job to config? | 05:27 |
tristanC | ykarel: i'm not sure what's the best, we could add the dlrnapi secret to rdo-jobs too | 05:28 |
tristanC | ykarel: can this wait for jpena and amoralej? | 05:28 |
ykarel | tristanC, okk can wait | 05:29 |
*** edmondsw has joined #rdo | 05:31 | |
*** sbonazzo has joined #rdo | 05:34 | |
*** quiquell|off is now known as quiquell | 05:35 | |
*** edmondsw has quit IRC | 05:36 | |
*** masber has joined #rdo | 05:39 | |
ykarel | tristanC, where we need to add project-template? in rdo-jobs? | 05:39 |
chkumar|ruck | ykarel: all promotions jobs are affected? | 05:40 |
ykarel | chkumar|ruck, yes | 05:40 |
ykarel | tristanC, i wanted to add for https://github.com/rdo-infra/review.rdoproject.org-config/blob/master/zuul.d/projects.yaml#L107-L112 | 05:41 |
*** pgadiya has joined #rdo | 05:41 | |
*** pgadiya has quit IRC | 05:41 | |
tristanC | ykarel: i think you could projec-template to rdo-jobs, but it can only apply to foreign project from the config project | 05:43 |
tristanC | ykarel: so you can add the template to rdo-jobs/zuul.d/project-templates.yaml | 05:44 |
ykarel | tristanC, yup checking that | 05:44 |
tristanC | ykarel: and then use it in config/zuul.d/projects.yaml | 05:44 |
ykarel | okk doing | 05:44 |
tristanC | ykarel: looking at history, it seems like project needed secrets in run phase are all moved to the config project | 05:45 |
tristanC | i'll propose that for legacy-periodic-tripleo-centos-7-master-promote-consistent-to-tripleo-ci-testing | 05:47 |
ykarel | tristanC, ack | 05:48 |
*** radeks has joined #rdo | 05:49 | |
rdogerrit | Yatin Karel created rdo-jobs master: Add project-template for poi third party check jobs https://review.rdoproject.org/r/14652 | 05:49 |
rdogerrit | TristanCacqueray created config master: Import promote-consistent job from rdo-jobs to use dlrnapi secret https://review.rdoproject.org/r/14653 | 05:53 |
rdogerrit | Yatin Karel created config master: Add poi python3 jobs for required projects https://review.rdoproject.org/r/14654 | 05:54 |
rdogerrit | TristanCacqueray proposed config master: base-test: ignore errors from configure-mirrors https://review.rdoproject.org/r/14575 | 05:56 |
rdogerrit | TristanCacqueray created rdo-jobs master: Remove promote-consistent job https://review.rdoproject.org/r/14655 | 05:58 |
tristanC | ykarel: i think that should work https://review.rdoproject.org/r/#/q/topic:fix-openstack-periodic-dlrnapi-password (cc jpena|off amoralej|off pabelanger ) | 05:59 |
ykarel | tristanC, need to take care for pike and ocata as well ^^ | 05:59 |
ykarel | u only did for master/queens | 05:59 |
*** radeks has quit IRC | 05:59 | |
*** mosulica has joined #rdo | 06:00 | |
tristanC | ykarel: yes, but let's do one step at a time :) | 06:00 |
ykarel | ok :) | 06:00 |
rdogerrit | Merged config master: base-test: ignore errors from configure-mirrors https://review.rdoproject.org/r/14575 | 06:00 |
quiquell | tristanC: Have a generic RDO question | 06:01 |
quiquell | tristanC: I suppose the answer is no, but it's possible to access RDO cloud credentials | 06:01 |
quiquell | tristanC: From a job running at RDO ? so we can create openstack instance and such ? | 06:02 |
*** shreshtha has quit IRC | 06:02 | |
*** Son_Goku has joined #rdo | 06:03 | |
*** ksambor has joined #rdo | 06:04 | |
*** fbo|off is now known as fbo | 06:04 | |
*** iranzo has joined #rdo | 06:04 | |
tristanC | well you could have a secret with the os-client-config file | 06:06 |
quiquell | tristanC: How do I do that in a RDO zuul job ? | 06:08 |
rdogerrit | TristanCacqueray proposed rdo-jobs master: Add container nodeset https://review.rdoproject.org/r/14029 | 06:10 |
tristanC | quiquell: well, let's first discuss what's the use-case | 06:11 |
tristanC | quiquell: but you could encrypt an os-client-config file using https://softwarefactory-project.io/docs/user/zuul_user.html#create-a-secret-to-be-used-in-jobs | 06:12 |
tristanC | quiquell: and create a job that extract it and call rdo-cloud api. But we need to be careful with that as cleaning build resources is not simple | 06:12 |
quiquell | tristanC: Sure, our just case is to test, reproducer-quickstart.sh, we can do it with libvirt | 06:12 |
quiquell | tristanC: but would be nice to also do it for rdo cloud | 06:13 |
*** vnogin has joined #rdo | 06:13 | |
rdogerrit | TristanCacqueray created config master: base-test: fix import_role statement https://review.rdoproject.org/r/14656 | 06:13 |
*** jfrancoa has joined #rdo | 06:14 | |
*** cNilesh has joined #rdo | 06:14 | |
*** egonzalez has joined #rdo | 06:15 | |
rdogerrit | Merged config master: base-test: fix import_role statement https://review.rdoproject.org/r/14656 | 06:16 |
rdogerrit | TristanCacqueray proposed rdo-jobs master: Add container nodeset https://review.rdoproject.org/r/14029 | 06:22 |
rdogerrit | TristanCacqueray proposed rdo-jobs master: Add container nodeset https://review.rdoproject.org/r/14029 | 06:28 |
*** radeks has joined #rdo | 06:30 | |
rdogerrit | Félix Enrique Llorente Pastora created rdo-jobs master: [DNM][WIP] To test the zuul secrets https://review.rdoproject.org/r/14657 | 06:33 |
*** shreshtha has joined #rdo | 06:33 | |
rdogerrit | Félix Enrique Llorente Pastora proposed rdo-jobs master: [DNM][WIP] To test the zuul secrets https://review.rdoproject.org/r/14657 | 06:34 |
rdogerrit | Félix Enrique Llorente Pastora proposed rdo-jobs master: [DNM][WIP] To test the zuul secrets https://review.rdoproject.org/r/14657 | 06:36 |
*** vnogin has quit IRC | 06:38 | |
*** vnogin has joined #rdo | 06:41 | |
*** Son_Goku has quit IRC | 06:41 | |
*** dmellado has joined #rdo | 06:46 | |
rdogerrit | hguemar proposed rdo-infra/fedora-stable-config master: Override python-eventlet to 0.20.1-2 https://review.rdoproject.org/r/14645 | 06:50 |
rdogerrit | hguemar created rdo-infra/fedora-stable-config master: Fix repoclosure issue with libldb https://review.rdoproject.org/r/14658 | 06:50 |
rdogerrit | TristanCacqueray created config master: base-test: set default cloud and region-name https://review.rdoproject.org/r/14659 | 06:52 |
rdogerrit | Fabien Boucher created config master: Add config-check job https://review.rdoproject.org/r/14660 | 06:55 |
quiquell | tristanC: Looks like zuul's change api doesn't work at RDO | 06:55 |
quiquell | tristanC: https://softwarefactory-project.io/zuul/api/tenant/rdoproject.org/status/change/14657,3 | 06:55 |
rdogerrit | Merged config master: base-test: set default cloud and region-name https://review.rdoproject.org/r/14659 | 06:55 |
tristanC | quiquell: that change doesn't seems live | 06:56 |
quiquell | tristanC: Humm ups that's right, is the status not the builds :-) | 06:56 |
quiquell | tristanC: brain fart | 06:57 |
number80 | tristanC: I need to upload new secrets for zuul jobs, can you point me to the right steps? | 06:57 |
rdogerrit | Fabien Boucher proposed config master: config: add check and update playbooks https://review.rdoproject.org/r/14561 | 06:57 |
tristanC | number80: you can use that doc: https://softwarefactory-project.io/docs/user/zuul_user.html#create-a-secret-to-be-used-in-jobs | 06:58 |
number80 | excellent, I was looking in the operator doc /o\ | 06:58 |
*** quiquell is now known as quiquell|bbl | 06:58 | |
tristanC | tenant name is rdoproject.org, and project is config (if you want the secret to be stored in config) | 06:58 |
rdogerrit | TristanCacqueray created config master: base-test: ignore errors from configure-mirrors https://review.rdoproject.org/r/14661 | 07:01 |
*** bathri-s has joined #rdo | 07:02 | |
bathri-s | hi i'm using packstack to try openstack poc | 07:02 |
bathri-s | in rhel | 07:02 |
bathri-s | it fails with failed to authenticate catalog error | 07:03 |
number80 | fbo: I reviewed your config-check changes, I'm fine with them but unless it's urgent, I'll let pabelanger review them before merging them | 07:03 |
bathri-s | please help if anyone faced similar issues | 07:03 |
rdogerrit | TristanCacqueray proposed rdo-jobs master: Add container nodeset https://review.rdoproject.org/r/14029 | 07:04 |
rdogerrit | Merged config master: config: add check and update playbooks https://review.rdoproject.org/r/14561 | 07:04 |
rdogerrit | TristanCacqueray created config master: config: use container-centos for tox-linter job https://review.rdoproject.org/r/14662 | 07:05 |
fbo | number80: better we deal with that now as we are both on it tristanC and me. | 07:06 |
number80 | fbo: fine | 07:06 |
tristanC | fbo: number80: oh well, it's friday afternoon here, i won't be here when paul comes online. i'm fine with waiting friday | 07:06 |
tristanC | monday* | 07:06 |
number80 | tristanC: well, let's merge it, Paul can help with fixing it if you can't | 07:07 |
rdogerrit | TristanCacqueray proposed config master: base: ignore errors from configure-mirrors https://review.rdoproject.org/r/14661 | 07:07 |
*** ccamacho has quit IRC | 07:08 | |
tristanC | pabelanger: https://review.rdoproject.org/r/#/q/topic:switch-tox-container sound be good to go now, containers! | 07:08 |
*** ccamacho has joined #rdo | 07:08 | |
*** radeks has quit IRC | 07:08 | |
*** hseipp has joined #rdo | 07:09 | |
*** jmnk has quit IRC | 07:10 | |
rdogerrit | TristanCacqueray created rdo-jobs master: Remove legacy-config-check and legacy-config-update https://review.rdoproject.org/r/14663 | 07:11 |
rdogerrit | Fabien Boucher proposed config master: Add config-check job https://review.rdoproject.org/r/14660 | 07:11 |
*** jmnk has joined #rdo | 07:12 | |
rdogerrit | Merged config master: Add config-check job https://review.rdoproject.org/r/14660 | 07:13 |
rdogerrit | TristanCacqueray proposed config master: Add a demo project https://review.rdoproject.org/r/14596 | 07:19 |
*** edmondsw has joined #rdo | 07:20 | |
*** egonzalez has quit IRC | 07:20 | |
*** egonzalez has joined #rdo | 07:24 | |
*** edmondsw has quit IRC | 07:24 | |
rdogerrit | TristanCacqueray created config master: config-check: fix missing ENDPOINT variable in resources.sh https://review.rdoproject.org/r/14664 | 07:26 |
*** ykarel is now known as ykarel|lunch | 07:26 | |
rdogerrit | TristanCacqueray created config master: DNM: this is a test https://review.rdoproject.org/r/14665 | 07:27 |
*** rpittau has quit IRC | 07:27 | |
rdogerrit | Merged config master: config-check: fix missing ENDPOINT variable in resources.sh https://review.rdoproject.org/r/14664 | 07:28 |
*** rcernin has quit IRC | 07:29 | |
rdogerrit | Fabien Boucher proposed config master: Add a demo project https://review.rdoproject.org/r/14596 | 07:30 |
*** tosky has joined #rdo | 07:36 | |
*** vnogin has quit IRC | 07:36 | |
*** Amita has quit IRC | 07:37 | |
*** vnogin has joined #rdo | 07:38 | |
*** vnogin has quit IRC | 07:39 | |
*** quiquell|bbl is now known as quiquell | 07:39 | |
*** rpittau has joined #rdo | 07:39 | |
rdogerrit | Fabien Boucher created config master: Fix wrong variable in resources.sh https://review.rdoproject.org/r/14666 | 07:40 |
rdogerrit | Merged config master: Fix wrong variable in resources.sh https://review.rdoproject.org/r/14666 | 07:44 |
*** amoralej|off is now known as amoralej | 07:46 | |
amoralej | good morning | 07:46 |
rdogerrit | Fabien Boucher proposed config master: Add a demo project https://review.rdoproject.org/r/14596 | 07:47 |
chkumar|ruck | amoralej: morning | 07:47 |
*** jpena|off is now known as jpena | 07:47 | |
chkumar|ruck | jpena: amoralej: https://review.rdoproject.org/r/#/c/14655/ https://review.rdoproject.org/r/#/c/14653/ needed urgently for promotion | 07:48 |
jpena | good morning | 07:48 |
*** bathri-s has quit IRC | 07:49 | |
chkumar|ruck | tristanC: Can i rebase this one https://review.rdoproject.org/r/#/c/14653/ ? | 07:49 |
*** gkadam has joined #rdo | 07:52 | |
tristanC | chkumar|ruck: sure, but we are migrating config-check and config-update jobs to zuulv3... do you want to merge it now? | 07:52 |
tristanC | jpena: hey o/ | 07:53 |
rdogerrit | Fabien Boucher created config master: resources.sh: strip SF_SERVICE_USER token https://review.rdoproject.org/r/14667 | 07:53 |
amoralej | chkumar|ruck, where is the dlrnapi secret used? | 07:53 |
*** shep_ has joined #rdo | 07:53 | |
jpena | tristanC: I'm going to rebase https://review.rdoproject.org/r/14653, there's a merge conflict | 07:53 |
tristanC | amoralej: it's for check hash | 07:53 |
amoralej | i see it in the job definition but not where it's used | 07:53 |
amoralej | i was checking the wrong review | 07:54 |
amoralej | sorry | 07:54 |
*** jpich has joined #rdo | 07:54 | |
rdogerrit | Javier Peña proposed config master: Import promote-consistent job from rdo-jobs to use dlrnapi secret https://review.rdoproject.org/r/14653 | 07:55 |
rdogerrit | Merged config master: resources.sh: strip SF_SERVICE_USER token https://review.rdoproject.org/r/14667 | 07:55 |
chkumar|ruck | tristanC: amoralej we need it for promotion | 07:55 |
rdogerrit | Félix Enrique Llorente Pastora created rdo-infra/ci-config master: [RR Cockpit] Show real build result https://review.rdoproject.org/r/14668 | 07:56 |
amoralej | chkumar|ruck, you need to rebase | 07:56 |
rdogerrit | TristanCacqueray proposed config master: Add a demo project https://review.rdoproject.org/r/14596 | 07:56 |
rdogerrit | Alfredo Moralejo proposed config master: Import promote-consistent job from rdo-jobs to use dlrnapi secret https://review.rdoproject.org/r/14653 | 07:57 |
amoralej | chkumar|ruck, ^ | 07:57 |
amoralej | rebased | 07:57 |
*** florianf has joined #rdo | 07:58 | |
tristanC | success, first config-check zuulv3 build | 07:58 |
fbo | nice ! | 07:58 |
tristanC | jpena: amoralej: we'd like to enable config-update now, so could we merge the promotion fixes first? | 07:58 |
rdogerrit | Merged config master: Import promote-consistent job from rdo-jobs to use dlrnapi secret https://review.rdoproject.org/r/14653 | 08:01 |
rdogerrit | TristanCacqueray created config master: config: migrate config-check and config-update to zuulv3 https://review.rdoproject.org/r/14669 | 08:02 |
*** lvdombrkr has joined #rdo | 08:02 | |
*** holser_ has joined #rdo | 08:03 | |
*** lvdombrkr89 has joined #rdo | 08:05 | |
sfbender | Merged dlrnapi_client master: Do not explicitly raise e when shell fail https://softwarefactory-project.io/r/12902 | 08:07 |
*** lvdombrkr has quit IRC | 08:07 | |
rdogerrit | Javier Peña proposed config master: Fix Octavia periodic jobs https://review.rdoproject.org/r/14622 | 08:07 |
rdogerrit | Javier Peña proposed rdo-jobs master: Replace legacy-octavia-build-amphora jobs with octavia-build-amphora https://review.rdoproject.org/r/14626 | 08:09 |
rdogerrit | Félix Enrique Llorente Pastora created rdo-infra/ci-config master: [RR Cockpit] Add patchset to noop failing check jobs https://review.rdoproject.org/r/14670 | 08:10 |
rdogerrit | Javier Peña proposed config master: Fix Octavia periodic jobs https://review.rdoproject.org/r/14622 | 08:10 |
rdogerrit | Merged config master: config: migrate config-check and config-update to zuulv3 https://review.rdoproject.org/r/14669 | 08:12 |
rdogerrit | TristanCacqueray proposed config master: Add a demo project https://review.rdoproject.org/r/14596 | 08:15 |
rdogerrit | Yatin Karel proposed rdo-jobs master: Add project-template for poi third party check jobs https://review.rdoproject.org/r/14652 | 08:16 |
*** ykarel|lunch is now known as ykarel | 08:16 | |
ykarel | jpena, ^^ only master | 08:16 |
tristanC | pabelanger: config-check and config-update are now migrated to zuulv3 | 08:17 |
rdogerrit | Merged config master: Add a demo project https://review.rdoproject.org/r/14596 | 08:17 |
rdogerrit | TristanCacqueray created config master: Remove demo-project https://review.rdoproject.org/r/14671 | 08:18 |
rdogerrit | TristanCacqueray proposed config master: Remove demo-project https://review.rdoproject.org/r/14671 | 08:19 |
rdogerrit | Merged rdo-jobs master: Remove promote-consistent job https://review.rdoproject.org/r/14655 | 08:22 |
rdogerrit | Javier Peña proposed rdo-jobs master: Replace legacy-octavia-build-amphora jobs with octavia-build-amphora https://review.rdoproject.org/r/14626 | 08:28 |
rdogerrit | hguemar proposed rdo-infra/fedora-stable-config master: Fix repoclosure issue with libldb https://review.rdoproject.org/r/14658 | 08:29 |
rdogerrit | hguemar proposed rdo-infra/fedora-stable-config master: Override python-eventlet to 0.20.1-2 https://review.rdoproject.org/r/14645 | 08:29 |
*** vnogin has joined #rdo | 08:30 | |
*** cshastri has quit IRC | 08:30 | |
*** vnogin has quit IRC | 08:32 | |
*** vnogin has joined #rdo | 08:33 | |
*** derekh has joined #rdo | 08:39 | |
rdogerrit | Yatin Karel proposed config master: Add poi python3 jobs for required projects https://review.rdoproject.org/r/14654 | 08:40 |
rdogerrit | TristanCacqueray proposed config master: Remove demo-project https://review.rdoproject.org/r/14671 | 08:42 |
rdogerrit | Félix Enrique Llorente Pastora created rdo-infra/ci-config master: [RR Cockpit] Change some alerts https://review.rdoproject.org/r/14672 | 08:45 |
rdogerrit | Merged config master: Remove demo-project https://review.rdoproject.org/r/14671 | 08:45 |
ykarel | tristanC, looks like something wrong here https://review.rdoproject.org/zuul3/status.html openstack-periodic has very large queue | 08:47 |
ykarel | jpena, amoralej ^^ | 08:47 |
tristanC | ykarel: that's a bug in zuul, it tries to merge all the project defined to check if there are .zuul.yaml updates... | 08:47 |
ykarel | tristanC, Okk. so queue will clear automatically | 08:48 |
*** cshastri has joined #rdo | 08:52 | |
ykarel | jpena, tristanC chkumar|ruck amoralej get-hash tripleo-ci-testing job still failing, but not because of dlrnapi this time | 08:53 |
ykarel | https://softwarefactory-project.io/zuul/t/rdoproject.org/builds.html?job_name=legacy-periodic-tripleo-centos-7-queens-promote-consistent-to-tripleo-ci-testing | 08:54 |
ykarel | https://logs.rdoproject.org/openstack-periodic/git.openstack.org/openstack-infra/tripleo-ci/master/legacy-periodic-tripleo-centos-7-queens-promote-consistent-to-tripleo-ci-testing/531a2d1/job-output.txt.gz | 08:54 |
amoralej | checking... | 08:55 |
amoralej | 2018-07-06 08:51:44.079828 | upstream-centos-7 | Output suppressed because no_log was given | 08:56 |
amoralej | hard to troubleshoot | 08:56 |
ykarel | no_log: true | 08:57 |
ykarel | hmm | 08:57 |
*** dtantsur|afk is now known as dtantsur | 08:57 | |
*** pkovar has joined #rdo | 08:58 | |
amoralej | maybe we can hold a node and reproduce it | 09:00 |
amoralej | jpena, ^ | 09:00 |
rdogerrit | Merged rdo-infra/fedora-stable-config master: Fix repoclosure issue with libldb https://review.rdoproject.org/r/14658 | 09:00 |
jpena | mmm, so it failed while uploading logs? | 09:00 |
jpena | no, forget that | 09:00 |
tristanC | amoralej: jpena: let me check if we could remove the no_log | 09:03 |
rdogerrit | Merged rdo-infra/fedora-stable-config master: Override python-eventlet to 0.20.1-2 https://review.rdoproject.org/r/14645 | 09:03 |
amoralej | i think we could leak the password | 09:03 |
amoralej | ? | 09:03 |
tristanC | amoralej: i don't think the task environment is logged, so i'll try to combine the password with the zuul vars | 09:04 |
amoralej | there is a bash -x | 09:06 |
amoralej | that's where i'm afraid it may leak it | 09:06 |
*** radeks has joined #rdo | 09:06 | |
tristanC | i confirm task environment isn't logged, so let's try that: | 09:07 |
*** edmondsw has joined #rdo | 09:08 | |
*** pkovar has quit IRC | 09:10 | |
rdogerrit | TristanCacqueray created config master: promote-consistent: remove no-log from dlrnapi_client task https://review.rdoproject.org/r/14673 | 09:10 |
tristanC | amoralej: jpena: ^ well we do want to check it doesn't leak, and be ready to update the secret if needed... | 09:10 |
tristanC | but it seems worthy in the long run since we want the output of those important tasks | 09:11 |
amoralej | tristanC, wouldn't it be easier to rerun the job, hold the node and reproduce manually? | 09:11 |
*** vnogin has quit IRC | 09:11 | |
tristanC | amoralej: we could do that, but then each time that task fail, we'll be in the dark | 09:12 |
amoralej | gimme a while | 09:12 |
*** edmondsw has quit IRC | 09:12 | |
amoralej | apparently scripts doesn't output the password | 09:16 |
amoralej | but i can't change the password if needed | 09:16 |
amoralej | so let's wait for jpena before | 09:16 |
amoralej | and i'd remove the -x too | 09:16 |
amoralej | tristanC, ^ | 09:16 |
*** Goneri has joined #rdo | 09:17 | |
jpena | does the promote-hash log something it shouldn't? | 09:17 |
tristanC | amoralej: it was working with -x before, so i don't think that's an issue | 09:18 |
amoralej | ok | 09:18 |
chkumar|ruck | amoralej: ykarel http://logs.rdoproject.org/85/564285/27/openstack-check/legacy-tripleo-ci-centos-7-ovb-1ctlr_1comp_1ceph-featureset024-pike/42d6b3e/job-output.txt.gz | 09:19 |
chkumar|ruck | same is seen in another logs also | 09:19 |
chkumar|ruck | ykarel: http://38.145.34.131:3000/d/pgdr_WVmk/cockpit?orgId=1&from=now%2Fd&to=now%2Fd check failing check jobs (noop) | 09:19 |
*** MrAbaddon has joined #rdo | 09:19 | |
chkumar|ruck | see null status in cloud and region | 09:19 |
ykarel | hmm don't know what can cause that | 09:21 |
ykarel | msg": "SSH Error: data could not be sent to remote host \"38.145.34.157\". Make sure this host can be reached over ssh" | 09:22 |
jpena | just one change for https://review.rdoproject.org/r/14673, we can avoid using dlrnapi.password in the get_hash.sh calls, it's only needed in the promote_hash.sh call | 09:22 |
ykarel | [Zuul] Log Stream did not terminate | 09:22 |
rdogerrit | Javier Peña proposed config master: promote-consistent: remove no-log from dlrnapi_client task https://review.rdoproject.org/r/14673 | 09:23 |
jpena | amoralej, tristanC ^^ lgtm | 09:24 |
rdogerrit | Merged config master: promote-consistent: remove no-log from dlrnapi_client task https://review.rdoproject.org/r/14673 | 09:27 |
rdogerrit | Félix Enrique Llorente Pastora proposed rdo-jobs master: [DNM][WIP] To test the zuul secrets https://review.rdoproject.org/r/14657 | 09:29 |
*** linuxgeek has quit IRC | 09:30 | |
*** linuxgeek has joined #rdo | 09:30 | |
tristanC | jpena: commented | 09:30 |
*** linuxgeek has quit IRC | 09:31 | |
rdogerrit | Félix Enrique Llorente Pastora proposed rdo-jobs master: [DNM][WIP] To test the zuul secrets https://review.rdoproject.org/r/14657 | 09:32 |
jpena | tristanC: give me a sec to release a new dlrnapi_client on pypi | 09:32 |
*** linuxaddicts has joined #rdo | 09:33 | |
rdogerrit | Alfredo Moralejo created config master: Change openstack-periodic schedule temporarily https://review.rdoproject.org/r/14674 | 09:34 |
amoralej | jpena ^ let's merge to run it in 10 mins | 09:35 |
amoralej | tristanC, ^ | 09:35 |
*** vnogin has joined #rdo | 09:35 | |
rdogerrit | Merged config master: Change openstack-periodic schedule temporarily https://review.rdoproject.org/r/14674 | 09:38 |
rdogerrit | Félix Enrique Llorente Pastora proposed rdo-jobs master: [DNM][WIP] To test the zuul secrets https://review.rdoproject.org/r/14657 | 09:38 |
*** panda|off is now known as panda | 09:40 | |
*** dciabrin_ has joined #rdo | 09:49 | |
*** dciabrin has quit IRC | 09:49 | |
*** lvdombrkr89 has quit IRC | 09:54 | |
*** lvdombrkr89 has joined #rdo | 09:54 | |
*** shep_ has quit IRC | 09:54 | |
*** dtantsur is now known as dtantsur|brb | 09:55 | |
amoralej | jpena, http://logs.rdoproject.org/openstack-periodic/git.openstack.org/openstack-infra/tripleo-ci/master/legacy-periodic-tripleo-centos-7-queens-promote-consistent-to-tripleo-ci-testing/bae443b/job-output.txt.gz | 09:55 |
amoralej | syntax error | 09:56 |
amoralej | 2018-07-06 09:52:35.697510 | environment: '{{ zuul | zuul_legacy_vars | combine('DLRNAPI_PASSWORD': dlrnapi.password) }}' | 09:56 |
amoralej | 2018-07-06 09:52:35.697518 | ^ here | 09:56 |
jpena | oh, I think I know | 09:57 |
jpena | the single quotes | 09:57 |
tristanC | oops | 09:57 |
tristanC | i tested using a double-code, my bad :-) | 09:57 |
*** MrAbaddon has quit IRC | 09:57 | |
jpena | tristanC: are you going to propose a fix? | 09:57 |
rdogerrit | Félix Enrique Llorente Pastora proposed rdo-jobs master: [DNM][WIP] To test the zuul secrets https://review.rdoproject.org/r/14657 | 09:59 |
rdogerrit | Félix Enrique Llorente Pastora proposed rdo-jobs master: [DNM][WIP] To test the zuul secrets https://review.rdoproject.org/r/14657 | 10:02 |
*** matbu has quit IRC | 10:02 | |
quiquell | Humm I am playing around with encrypt info into zuul jobs, but doesn't get it right | 10:03 |
*** leanderthal has joined #rdo | 10:03 | |
quiquell | tristanC, jpena: What I am missing here ? https://review.rdoproject.org/r/#/c/14657/8/zuul.d/jobs.yaml | 10:04 |
rdogerrit | Cédric Jeanneret created openstack/tripleo-validations-distgit rpm-master: Added new dependency: python-glanceclient https://review.rdoproject.org/r/14675 | 10:04 |
jpena | quiquell: rdo-jobs is an "untrusted" project, so it can't hold secrets. They should go to the config project | 10:04 |
tristanC | quiquell: te secret blob needs to be in a secret stanza | 10:07 |
tristanC | jpena: i'm about to go afk, could you propose the fix please? | 10:07 |
quiquell | tristanC: ack, thanks | 10:07 |
jpena | tristanC: sure, I'm on it | 10:07 |
*** MrAbaddon has joined #rdo | 10:08 | |
rdogerrit | Javier Peña created config master: Fix env var assignment in tripleo-ci promotion jobs https://review.rdoproject.org/r/14676 | 10:10 |
*** Son_Goku has joined #rdo | 10:11 | |
rdogerrit | Félix Enrique Llorente Pastora created config master: [DNM][WIP] To test the zuul secrets https://review.rdoproject.org/r/14677 | 10:14 |
rdogerrit | Félix Enrique Llorente Pastora proposed config master: [DNM][WIP] To test the zuul secrets https://review.rdoproject.org/r/14677 | 10:15 |
*** linuxaddicts has quit IRC | 10:16 | |
*** linuxaddicts has joined #rdo | 10:16 | |
*** radeks has quit IRC | 10:21 | |
quiquell | jpena: experimental pipeline works with config jobs ? | 10:21 |
jpena | quiquell: what are you trying to achieve? | 10:22 |
*** lvdombrkr has joined #rdo | 10:22 | |
quiquell | jpena: testing a job, adding it to experimental to run it with check experimental | 10:22 |
quiquell | jpena: https://review.rdoproject.org/r/#/c/14677, to play around with encrypted stuff at zuul | 10:22 |
jpena | I guess it should work, but I've never tried | 10:23 |
*** lvdombrkr89 has quit IRC | 10:23 | |
*** linuxaddicts has quit IRC | 10:24 | |
*** linuxaddicts has joined #rdo | 10:24 | |
quiquell | Maybe openstack-experimental is the place | 10:25 |
jpena | that's more for upstream jobs | 10:25 |
rdogerrit | Merged config master: Fix env var assignment in tripleo-ci promotion jobs https://review.rdoproject.org/r/14676 | 10:25 |
rdogerrit | Merged rdo-jobs master: Add project-template for poi third party check jobs https://review.rdoproject.org/r/14652 | 10:25 |
rdogerrit | Félix Enrique Llorente Pastora proposed config master: [DNM][WIP] To test the zuul secrets https://review.rdoproject.org/r/14677 | 10:27 |
*** dhill_ has quit IRC | 10:28 | |
rdogerrit | Alfredo Moralejo created config master: Re-schedule openstack-periodic https://review.rdoproject.org/r/14678 | 10:29 |
rdogerrit | Merged config master: Re-schedule openstack-periodic https://review.rdoproject.org/r/14678 | 10:33 |
*** gkadam_ has joined #rdo | 10:33 | |
rdogerrit | Félix Enrique Llorente Pastora proposed config master: [DNM][WIP] To test the zuul secrets https://review.rdoproject.org/r/14677 | 10:34 |
rdogerrit | Félix Enrique Llorente Pastora proposed config master: [DNM][WIP] To test the zuul secrets https://review.rdoproject.org/r/14677 | 10:34 |
*** lvdombrkr89 has joined #rdo | 10:35 | |
quiquell | jpena: How can I force to run a job, .zuul.yaml ? | 10:36 |
jpena | quiquell: is it an experimental one? | 10:36 |
*** gkadam has quit IRC | 10:37 | |
quiquell | jpena: yep | 10:37 |
rdogerrit | hguemar created config master: Use rdobuilder user for automated CBS builds https://review.rdoproject.org/r/14679 | 10:37 |
*** lvdombrkr has quit IRC | 10:38 | |
rdogerrit | Félix Enrique Llorente Pastora proposed config master: [DNM][WIP] To test the zuul secrets https://review.rdoproject.org/r/14677 | 10:38 |
rdogerrit | Félix Enrique Llorente Pastora proposed config master: [DNM][WIP] To test the zuul secrets https://review.rdoproject.org/r/14677 | 10:39 |
rdogerrit | Félix Enrique Llorente Pastora proposed config master: [DNM][WIP] To test the zuul secrets https://review.rdoproject.org/r/14677 | 10:40 |
jpena | quiquell: then, just adding a comment with "check experimental" should do | 10:41 |
quiquell | jpena: Doesn't work... it puts the review in the pipeline but the job is not executed | 10:41 |
jpena | quiquell: is the change merged? | 10:41 |
quiquell | jpena: That's the issue, I don't want to merge it | 10:42 |
jpena | hehe, then there's a catch-22 | 10:42 |
quiquell | jpena: Is there any way of testing jobs at config without merging ? | 10:42 |
quiquell | jpena: Was expecting that | 10:42 |
jpena | you can't make speculative execution with zuul on changes to the config repo | 10:42 |
quiquell | jpena: And I cannot use secrets from config at rdo-job jobs ? | 10:42 |
jpena | that could be a security issue | 10:42 |
quiquell | rdo-jobs can be executed withouot merge | 10:43 |
jpena | I think not | 10:43 |
quiquell | I see | 10:43 |
rdogerrit | Merged rdoinfo master: Promote CBS tags update for pike-release https://review.rdoproject.org/r/14543 | 10:43 |
quiquell | jpena: If my test job is merged, changes to this job will be executed without merge ? | 10:44 |
quiquell | or they have to be merged too ? | 10:44 |
*** rpioso|afk has quit IRC | 10:45 | |
*** rpioso|afk has joined #rdo | 10:45 | |
jpena | no, all changes to the config repo need to be merged before they can be tested | 10:45 |
quiquell | jpena: And jobs that uses secrets can be only there, isn't it ? | 10:46 |
jpena | exactly | 10:46 |
rdogerrit | Yatin Karel proposed config master: Add poi python3 jobs for required projects https://review.rdoproject.org/r/14654 | 10:46 |
quiquell | ok... Can I have a this test job merged to show stuff and then revert it ? | 10:46 |
*** verdurin has quit IRC | 10:47 | |
*** apevec has joined #rdo | 10:47 | |
*** apevec has quit IRC | 10:47 | |
*** apevec has joined #rdo | 10:47 | |
rdogerrit | Javier Peña created config master: Fix resource.j2 copy in legacy-rdoinfo-create-project job https://review.rdoproject.org/r/14680 | 10:50 |
*** shep_ has joined #rdo | 10:50 | |
*** verdurin has joined #rdo | 10:50 | |
apevec | number80, where is your etherpad tracking fedora 29 python rebuilds ? | 10:52 |
rdogerrit | Cédric Jeanneret proposed openstack/tripleo-validations-distgit rpm-master: Added new dependency: python-glanceclient https://review.rdoproject.org/r/14675 | 10:53 |
rdogerrit | Félix Enrique Llorente Pastora proposed config master: [DNM][WIP] To test the zuul secrets https://review.rdoproject.org/r/14677 | 10:54 |
*** vnogin has quit IRC | 10:55 | |
rdogerrit | Félix Enrique Llorente Pastora proposed config master: [DNM][WIP] To test the zuul secrets https://review.rdoproject.org/r/14677 | 10:55 |
*** edmondsw has joined #rdo | 10:56 | |
rdogerrit | Merged config master: Fix resource.j2 copy in legacy-rdoinfo-create-project job https://review.rdoproject.org/r/14680 | 10:58 |
amoralej | ykarel, tristanC promote-hash jobs are passing now | 10:59 |
ykarel | amoralej, nice | 10:59 |
*** edmondsw has quit IRC | 11:00 | |
*** vnogin has joined #rdo | 11:01 | |
*** Tengu has joined #rdo | 11:04 | |
rdogerrit | Cédric Jeanneret proposed openstack/tripleo-validations-distgit rpm-master: Added new dependencies needed by refactoring https://review.rdoproject.org/r/14675 | 11:04 |
Tengu | ah :). there it is. | 11:05 |
Tengu | hello world - just wondering where my review were posted. | 11:05 |
number80 | apevec: I created it but I haven't filled it yet | 11:07 |
number80 | https://etherpad.openstack.org/p/rdo-f29-py37-rebuilds | 11:07 |
* number80 has too much tabs open | 11:07 | |
* number80 will do now before going to lunch | 11:08 | |
number80 | done | 11:09 |
apevec | thanks! | 11:10 |
rdogerrit | hguemar proposed config master: Use rdobuilder user for automated CBS builds https://review.rdoproject.org/r/14679 | 11:11 |
number80 | No, thanks for the reminder, I would have forgotten that unless I had seen that tab again :) | 11:12 |
amoralej | next issue in periodic http://logs.rdoproject.org/openstack-periodic/git.openstack.org/openstack-infra/tripleo-ci/master/legacy-periodic-tripleo-centos-7-master-containers-build/124464c/job-output.txt.gz | 11:12 |
*** mosulica has quit IRC | 11:12 | |
*** jehb has joined #rdo | 11:12 | |
amoralej | in 2018-07-06 11:06:44.964355 | upstream-centos-7 | TASK [undercloud-setup : Run the TripleO-CI VXLAN networking script] *********** | 11:12 |
*** jehb is now known as jehb_home | 11:13 | |
amoralej | empty primary_node_private | 11:13 |
amoralej | 2018-07-06 11:06:46 | ++ cat /etc/nodepool/primary_node_private | 11:13 |
amoralej | http://logs.rdoproject.org/openstack-periodic/git.openstack.org/openstack-infra/tripleo-ci/master/legacy-periodic-tripleo-centos-7-master-containers-build/124464c/logs/undercloud/home/zuul/vxlan_networking.sh.log.txt.gz | 11:13 |
amoralej | chkumar|ruck, ^ | 11:16 |
number80 | amoralej: https://review.rdoproject.org/r/#/c/14679/ <= I sent rdobuilder credentials for CBS builds | 11:17 |
chkumar|ruck | amoralej: I think I have seen this one yesterday, | 11:17 |
number80 | I'm working on providing a script to automate the renewal and I will share the rdobuilder cred with more peeps | 11:18 |
amoralej | number80, i'll merge that and test rechecking a review to rebuild from fedora | 11:20 |
chkumar|ruck | amoralej: it failed recently earlier it was skipped | 11:20 |
chkumar|ruck | amoralej: filling a bug | 11:21 |
number80 | amoralej: you can test with that review (we're probably thinking about the same) | 11:21 |
amoralej | the ryu one should be ok | 11:22 |
rdogerrit | Merged config master: Use rdobuilder user for automated CBS builds https://review.rdoproject.org/r/14679 | 11:22 |
* number80 will go for lunch, should be back soon | 11:22 | |
amoralej | number80, https://cbs.centos.org/koji/taskinfo?taskID=471890 working! \o/ | 11:29 |
amoralej | apevec, ^ | 11:29 |
*** morazi has joined #rdo | 11:29 | |
amoralej | rdobuilder user | 11:29 |
number80 | amoralej: yes, so now I have to finish the script and share credentials so more peep can help with that | 11:29 |
Tengu | hmm. still getting issues with a review - how can I make the tripleo-ci/scripts/tripleo.sh use this review https://review.rdoproject.org/r/#/c/14675/ in order to build that one: https://review.openstack.org/#/c/578127/ ? | 11:31 |
amoralej | let me check | 11:34 |
chkumar|ruck | amoralej: https://bugs.launchpad.net/tripleo/+bug/1780427 | 11:34 |
openstack | Launchpad bug 1780427 in tripleo "[periodic][master] legacy-periodic-tripleo-centos-7-master-containers-build /etc/nodepool/primary_node_private: No such file or directory" [Critical,Triaged] | 11:34 |
*** shep_ has quit IRC | 11:34 | |
chkumar|ruck | Tengu: I think you need to use tripleo validattion review not tripleo-ci review | 11:35 |
Tengu | chkumar|ruck: hu? | 11:35 |
*** matbu has joined #rdo | 11:35 | |
amoralej | tengu, so you need the new requirements in the spec, right? | 11:35 |
amoralej | for the upstream review | 11:35 |
Tengu | amoralej: yes | 11:35 |
*** pradk has joined #rdo | 11:35 | |
amoralej | tengu we need to get it merged then | 11:36 |
apevec | amoralej, re. ryu and oslo-config - let's build oslo-config one release before latest https://releases.openstack.org/rocky/#rocky-oslo-config | 11:36 |
apevec | so it does not interfere with master trunk | 11:36 |
Tengu | ah, ok. no other way? Would have been cool to be able to actually test it | 11:36 |
amoralej | you can't have depends-on between | 11:36 |
Tengu | ok | 11:36 |
amoralej | you can do the oposite | 11:36 |
amoralej | make a change in review.r.o depend on an upstream one | 11:36 |
amoralej | but not the reverse | 11:37 |
Tengu | well, at least zuul on RDO seems happy and can build the package | 11:37 |
Tengu | and it did using the Upstream-Id apparently | 11:37 |
*** hseipp has quit IRC | 11:37 | |
Tengu | meaning the patch is valid for that precise case I guess | 11:37 |
amoralej | yes | 11:37 |
amoralej | Tengu, i need to fix the dlrn-tripleo job | 11:37 |
amoralej | to get that merged | 11:37 |
amoralej | gimme a while | 11:37 |
Tengu | amoralej: no problem :). | 11:38 |
Tengu | I'm learning things in the meanwhile :). | 11:38 |
apevec | trunk is python-oslo-config-6.2.2-0.20180703121234.9c71b01.el7 | 11:38 |
apevec | so we'd build 6.2.1 in CBS to be safe | 11:38 |
apevec | amoralej, wdyt? | 11:38 |
amoralej | apevec, so you want to build oslo-config in rocky-candidate? | 11:39 |
amoralej | we'd have to branch it, then | 11:39 |
amoralej | maybe we could just cross-tag the one from queens? | 11:39 |
amoralej | mmm | 11:39 |
apevec | or that | 11:39 |
apevec | but wait 6.2.1 is not queens | 11:39 |
amoralej | no, no | 11:39 |
apevec | I think branching early is fine | 11:40 |
amoralej | we are pinned at 6.2.2 | 11:40 |
apevec | we don't expect many .spec changes in oslo RPMs do we? | 11:40 |
amoralej | so we should build that | 11:40 |
amoralej | reqchecks probably | 11:40 |
amoralej | at RC | 11:40 |
apevec | or now | 11:41 |
amoralej | yeah, we can do that | 11:41 |
rdogerrit | Javier Peña created rdoinfo master: Add python-distro as a dependency https://review.rdoproject.org/r/14682 | 11:41 |
apevec | so 6.2.2-1 in CBS would win over trunk but since we are pinned, that's fine | 11:41 |
amoralej | what concerns me is to break the workflow | 11:41 |
amoralej | for GA | 11:41 |
amoralej | and what other requirements oslo-config may have | 11:41 |
apevec | it is not breaking, just doing some of builds earlier | 11:41 |
amoralej | we also need to build debtcollector iirc | 11:42 |
apevec | yeah, we'd need to build all deps | 11:42 |
apevec | again, doing work earlier is fine, it should not break the general workflow | 11:42 |
apevec | also we could put it only in -build tag ? | 11:42 |
amoralej | yes we could do it | 11:43 |
*** quiquell is now known as quiquell|lunch | 11:43 | |
amoralej | or even leave it in -candidate to avoid other jobs using it | 11:43 |
amoralej | delorean-deps.repo has both deps and build-deps | 11:43 |
apevec | hmm wait, we still have -candidate in the build hierarchy? | 11:43 |
amoralej | yes | 11:43 |
amoralej | we had to add it to bootstrap something | 11:44 |
apevec | didn't we request the change ? | 11:44 |
amoralej | i don't remember what exactly | 11:44 |
*** edmondsw has joined #rdo | 11:44 | |
amoralej | we requested to add it | 11:44 |
rdogerrit | Merged openstack/networking-bgpvpn-distgit rpm-master: switch to stestr https://review.rdoproject.org/r/14603 | 11:44 |
amoralej | initially we didn't have it | 11:44 |
amoralej | but because of some problem which i don't remember we requested it | 11:44 |
apevec | ah then it must be in a ticket? | 11:44 |
amoralej | let me double check | 11:44 |
*** dprince has joined #rdo | 11:44 | |
amoralej | yes i'm looking for it | 11:44 |
*** jpena is now known as jpena|lunch | 11:47 | |
amoralej | apevec, https://bugs.centos.org/view.php?id=14683 | 11:49 |
amoralej | we had -candidate and requested to add -testing | 11:49 |
amoralej | yes, and we need it | 11:49 |
amoralej | i just remember why | 11:49 |
amoralej | we have dep1 which depends on dep2 as BR and requires | 11:49 |
amoralej | we need to push both together to -testing | 11:50 |
amoralej | mmm | 11:50 |
amoralej | nop | 11:50 |
amoralej | i remember we've had this conversation before | 11:50 |
*** janki has quit IRC | 11:51 | |
*** panda is now known as panda|lunch | 11:53 | |
*** mosulica has joined #rdo | 11:55 | |
*** lvdombrkr has joined #rdo | 11:57 | |
*** lvdombrkr89 has quit IRC | 11:59 | |
*** quiquell|lunch is now known as quiquell | 12:08 | |
*** thrash|g0ne is now known as thrash | 12:10 | |
Tengu | amoralej: is the rdoproject review process the same as openstack, with the 2xcr+2 and wk+1? | 12:11 |
amoralej | yes | 12:12 |
Tengu | ok :). | 12:12 |
amoralej | it accpts single +2 | 12:12 |
Tengu | ah, ok | 12:12 |
Tengu | so as soon as someone +2 the patch I submitted, it should be on the right track. | 12:12 |
*** kgiusti has joined #rdo | 12:12 | |
rdogerrit | Alfredo Moralejo created config master: Add python*-tripleo-common to includepkgs in tripleo job https://review.rdoproject.org/r/14683 | 12:13 |
*** mosulica has quit IRC | 12:13 | |
amoralej | tengu yes, but i want to recheck after ^ | 12:14 |
amoralej | to fix the build-tripleo job | 12:14 |
Tengu | amoralej: lemme know if I can help you :). | 12:14 |
*** holser_ has quit IRC | 12:14 | |
amoralej | mmm, i thing that's not the right place | 12:14 |
*** akrivoka has joined #rdo | 12:15 | |
Tengu | ? | 12:15 |
ykarel | amoralej, looks like nodeset upstream-centos-7 needs to be changed, /etc/nodepool/private* | 12:16 |
ykarel | 2 days ago there was some change https://review.openstack.org/#/c/578447/ | 12:16 |
ykarel | panda|lunch, ^^ | 12:16 |
rdogerrit | Alfredo Moralejo created rdo-jobs master: Add python*-tripleo-common to includepkgs in DLRN tripleo job https://review.rdoproject.org/r/14684 | 12:17 |
amoralej | tengu ^ the good one | 12:17 |
*** Son_Goku has quit IRC | 12:18 | |
Tengu | ah :). Will read that in order to learn a bit more on this CI. | 12:18 |
Tengu | duh.. that's a hell of a long line | 12:19 |
*** panda|lunch is now known as panda | 12:19 | |
*** jayg|g0n3 is now known as jayg | 12:22 | |
*** holser_ has joined #rdo | 12:22 | |
*** pchavva has joined #rdo | 12:27 | |
ykarel | amoralej, seeing the code it expects name to be primary, but we are setting upstream-centos-7 | 12:31 |
ykarel | https://github.com/rdo-infra/rdo-jobs/blob/master/zuul.d/nodesets.yaml#L34 | 12:32 |
*** dneary has joined #rdo | 12:33 | |
*** leanderthal has quit IRC | 12:35 | |
*** rlandy has joined #rdo | 12:37 | |
*** udesale has quit IRC | 12:37 | |
*** udesale has joined #rdo | 12:38 | |
amoralej | number80, wrt https://review.rdoproject.org/r/#/c/14645/ it points to a tripleo bug | 12:41 |
amoralej | but that's in fedora | 12:41 |
amoralej | oh, that's the dns issue | 12:42 |
amoralej | again :( | 12:42 |
*** leanderthal has joined #rdo | 12:48 | |
*** jmlowe has joined #rdo | 12:49 | |
*** egonzalez has quit IRC | 12:49 | |
*** eharney has joined #rdo | 12:54 | |
*** jangutter has quit IRC | 12:58 | |
*** janki has joined #rdo | 12:58 | |
*** jpena|lunch is now known as jpena | 12:58 | |
*** rpioso|afk is now known as rpioso | 12:59 | |
ykarel | jpena, ^^ | 13:01 |
*** amoralej is now known as amoralej|lunch | 13:02 | |
*** dustins has joined #rdo | 13:02 | |
*** amuller has joined #rdo | 13:02 | |
*** pkovar has joined #rdo | 13:02 | |
rdogerrit | Merged rdo-jobs master: Add python*-tripleo-common to includepkgs in DLRN tripleo job https://review.rdoproject.org/r/14684 | 13:04 |
rdogerrit | Merged rdoinfo master: Add python-distro as a dependency https://review.rdoproject.org/r/14682 | 13:07 |
*** cshastri has quit IRC | 13:10 | |
*** julim has quit IRC | 13:13 | |
*** sasha2 has joined #rdo | 13:16 | |
number80 | amoralej|lunch: actually this patch is not in the fedora build we have in fedora stable (it's in later version ones but not suitable for openstack) | 13:23 |
*** cshastri has joined #rdo | 13:24 | |
*** emalikov has quit IRC | 13:25 | |
*** dtantsur|brb is now known as dtantsur | 13:29 | |
*** vpickard has quit IRC | 13:36 | |
*** DV has joined #rdo | 13:37 | |
rdogerrit | Javier Peña created rdoinfo master: Add python-distro to rocky-testing https://review.rdoproject.org/r/14685 | 13:37 |
*** colonwq has quit IRC | 13:38 | |
*** Goneri has quit IRC | 13:39 | |
*** mjturek has joined #rdo | 13:40 | |
sileht | /1é/1 | 13:40 |
*** vpickard has joined #rdo | 13:41 | |
*** DV has quit IRC | 13:45 | |
*** mcornea has joined #rdo | 13:46 | |
*** shreshtha_ has joined #rdo | 13:49 | |
*** ykarel is now known as ykarel|away | 13:51 | |
*** eck` is now known as eck`gone | 13:51 | |
*** colonwq has joined #rdo | 13:51 | |
rdogerrit | Merged openstack/tripleo-validations-distgit rpm-master: Added new dependencies needed by refactoring https://review.rdoproject.org/r/14675 | 13:52 |
*** shreshtha has quit IRC | 13:52 | |
ykarel|away | pabelanger, was there any reason that name: primary not set here:- https://github.com/rdo-infra/rdo-jobs/blob/master/zuul.d/nodesets.yaml#L34 | 13:53 |
ykarel|away | i think https://bugs.launchpad.net/tripleo/+bug/1780427 is happening because of ^^ | 13:53 |
openstack | Launchpad bug 1780427 in tripleo "[periodic][master][queens] /etc/nodepool/primary_node_private: No such file or directory" [Critical,Triaged] | 13:53 |
pabelanger | ykarel|away: yes, please don't change it. primary is only used for multinode jobs, not single node. | 13:55 |
*** baha has joined #rdo | 13:56 | |
*** agopi has quit IRC | 13:56 | |
ykarel|away | pabelanger, okk | 13:56 |
pabelanger | ykarel|away: looks like we need http://git.openstack.org/cgit/openstack-infra/openstack-zuul-jobs/tree/zuul.d/nodesets.yaml#n146 | 13:56 |
*** medberry has joined #rdo | 13:56 | |
*** medberry has quit IRC | 13:56 | |
*** medberry has joined #rdo | 13:56 | |
*** dustins has quit IRC | 13:56 | |
pabelanger | legacy-upstream-centos-7 | 13:56 |
ykarel|away | yes | 13:57 |
*** julim has joined #rdo | 13:57 | |
*** eck`gone is now known as eck` | 13:57 | |
*** med_ has quit IRC | 13:57 | |
ykarel|away | pabelanger, you mean create a new nodeset legacy-upstream-centos-7 and make jobs use it? | 13:58 |
pabelanger | ykarel|away: right | 13:58 |
ykarel|away | pabelanger, ok checking | 13:59 |
*** josecastroleon has quit IRC | 14:00 | |
*** josecastroleon has joined #rdo | 14:01 | |
*** medberry has quit IRC | 14:03 | |
*** amoralej|lunch is now known as amoralej | 14:04 | |
*** abhishekk has joined #rdo | 14:04 | |
*** med_ has joined #rdo | 14:05 | |
*** med_ has quit IRC | 14:05 | |
*** med_ has joined #rdo | 14:05 | |
rdogerrit | Yatin Karel created rdo-jobs master: legacy-dsvm-base job needs primary node name https://review.rdoproject.org/r/14686 | 14:05 |
ykarel|away | pabelanger, panda ^^ | 14:05 |
ykarel|away | amoralej, jpena ^^ | 14:05 |
*** linuxaddicts has quit IRC | 14:05 | |
pabelanger | ykarel|away: you can now use depends-on to test the job | 14:07 |
ykarel|away | pabelanger, job is periodic one | 14:07 |
pabelanger | ykarel|away: you can still test it | 14:07 |
ykarel|away | after this merges, i will reschedule the run | 14:07 |
pabelanger | you don't need to merge | 14:08 |
pabelanger | just add periodic job into check pipeline | 14:08 |
*** pkovar has quit IRC | 14:08 | |
pabelanger | eg: https://review.rdoproject.org/r/13943/ | 14:08 |
ykarel|away | pabelanger, ok doing | 14:09 |
*** cshastri has quit IRC | 14:09 | |
pabelanger | gone are the days of landing testing changes in zuul, for the majority of thinks, you'll be able to use depends-on and validate | 14:09 |
jpena | pabelanger: about https://review.rdoproject.org/r/14622, I've been doing some tests and it looks like we need to keep the octavia job definition in the config repo (see Zuul output and my last comment) | 14:11 |
jpena | wdyt? | 14:11 |
rdogerrit | Yatin Karel created config master: Test containers-build job https://review.rdoproject.org/r/14687 | 14:12 |
ykarel|away | pabelanger, proposed ^^ | 14:13 |
ykarel|away | bug can't see the job https://review.rdoproject.org/zuul3/status.html | 14:14 |
pabelanger | ykarel|away: you cannot do that for config project, it is trusted | 14:14 |
pabelanger | ykarel|away: you can just update mine | 14:15 |
ykarel|away | pabelanger, ok, doing | 14:15 |
amoralej | pabelanger, i still don't see the jobs of openstack-post pipeline | 14:15 |
amoralej | https://softwarefactory-project.io/zuul/t/rdoproject.org/builds.html | 14:15 |
amoralej | did you have a chance to take a look? | 14:15 |
*** ramishra has quit IRC | 14:16 | |
pabelanger | amoralej: sorry, not yet. I suspect we might have a typo | 14:17 |
amoralej | let me check if i catch it | 14:19 |
rdogerrit | Merged config master: Add poi python3 jobs for required projects https://review.rdoproject.org/r/14654 | 14:20 |
*** bnemec is now known as beekneemech | 14:22 | |
ykarel|away | pabelanger, yes now can see https://review.rdoproject.org/zuul3/status.html | 14:23 |
*** edmondsw has quit IRC | 14:23 | |
*** edmondsw has joined #rdo | 14:24 | |
*** edmondsw has quit IRC | 14:27 | |
rdogerrit | dtantsur created openstack/ironic-distgit rpm-master: Bump osprofiler dependency to 1.5.0 https://review.rdoproject.org/r/14688 | 14:28 |
rdogerrit | dtantsur created openstack/ironic-distgit queens-rdo: Bump osprofiler dependency to 1.5.0 https://review.rdoproject.org/r/14689 | 14:29 |
rdogerrit | dtantsur created openstack/ironic-distgit pike-rdo: Bump osprofiler dependency to 1.5.0 https://review.rdoproject.org/r/14690 | 14:30 |
dtantsur | fun ^^^ :( | 14:30 |
*** linuxaddicts has joined #rdo | 14:31 | |
*** edmondsw has joined #rdo | 14:32 | |
*** ksambor has quit IRC | 14:32 | |
dtantsur | number80: "it may break during upgrades from old deployment in some cases" it breaks FFU :( | 14:33 |
number80 | dtantsur: yep, they'll be merged asap | 14:33 |
dtantsur | thanks! | 14:33 |
number80 | I was justifying the +2+W in one shot :) | 14:33 |
dtantsur | :) | 14:33 |
*** agopi has joined #rdo | 14:34 | |
*** ykarel|away has quit IRC | 14:34 | |
rdogerrit | Merged rdo-jobs master: legacy-dsvm-base job needs primary node name https://review.rdoproject.org/r/14686 | 14:36 |
*** akrivoka has quit IRC | 14:38 | |
*** akrivoka has joined #rdo | 14:39 | |
*** jfrancoa has quit IRC | 14:40 | |
*** dprince has quit IRC | 14:41 | |
*** jfrancoa has joined #rdo | 14:42 | |
*** shreshtha_ has quit IRC | 14:43 | |
*** shreshtha_ has joined #rdo | 14:44 | |
*** quiquell is now known as quiquell|off | 14:47 | |
*** rpittau has quit IRC | 14:50 | |
rdogerrit | Merged openstack/ironic-distgit pike-rdo: Bump osprofiler dependency to 1.5.0 https://review.rdoproject.org/r/14690 | 14:50 |
rdogerrit | Merged openstack/ironic-distgit queens-rdo: Bump osprofiler dependency to 1.5.0 https://review.rdoproject.org/r/14689 | 14:52 |
rdogerrit | Merged openstack/ironic-distgit rpm-master: Bump osprofiler dependency to 1.5.0 https://review.rdoproject.org/r/14688 | 14:53 |
rdogerrit | Javier Peña proposed config master: Fix Octavia periodic jobs https://review.rdoproject.org/r/14622 | 14:53 |
*** choirboy has quit IRC | 14:53 | |
*** dprince has joined #rdo | 14:54 | |
*** linuxaddicts has quit IRC | 14:58 | |
*** linuxaddicts has joined #rdo | 14:58 | |
*** linuxaddicts has quit IRC | 14:59 | |
rdogerrit | Alfredo Moralejo created rdo-infra/rdo-dashboards master: Remove info about Newton https://review.rdoproject.org/r/14691 | 14:59 |
*** linuxaddicts has joined #rdo | 14:59 | |
*** choirboy has joined #rdo | 15:01 | |
*** Son_Goku has joined #rdo | 15:03 | |
*** eharney has quit IRC | 15:04 | |
*** pkovar has joined #rdo | 15:08 | |
rdogerrit | Merged rdo-infra/rdo-dashboards master: Remove info about Newton https://review.rdoproject.org/r/14691 | 15:09 |
*** pkovar has quit IRC | 15:09 | |
rdogerrit | hguemar proposed rdo-jobs master: Remove legacy-config-check and legacy-config-update https://review.rdoproject.org/r/14663 | 15:11 |
*** ykarel|away has joined #rdo | 15:14 | |
*** sbonazzo has quit IRC | 15:14 | |
*** ykarel|away is now known as ykarel | 15:17 | |
*** eharney has joined #rdo | 15:19 | |
*** openstackgerrit has quit IRC | 15:19 | |
*** DV has joined #rdo | 15:19 | |
*** josecastroleon has quit IRC | 15:21 | |
ykarel | ERROR:kolla.common.utils.nova-compute-ironic:unauthorized: authentication required | 15:26 |
ykarel | jpena, amoralej ^^ | 15:27 |
ykarel | https://logs.rdoproject.org/43/13943/9/check/legacy-periodic-tripleo-centos-7-master-containers-build/a22de66/job-output.txt.gz | 15:27 |
ykarel | when testing container-build https://review.rdoproject.org/r/#/c/13943/ | 15:28 |
ykarel | looks like REGISTRY_PASSWORD missing | 15:29 |
pabelanger | what is REGISTRY_PASSWORD? | 15:30 |
amoralej | yeah, it's failing to push | 15:31 |
*** lvdombrkr has quit IRC | 15:31 | |
*** noslzzp has joined #rdo | 15:31 | |
*** vnogin has quit IRC | 15:32 | |
pabelanger | a little confused, we depend on external registry for periodic jobs? | 15:33 |
ykarel | rdo registry | 15:33 |
*** iranzo has quit IRC | 15:33 | |
pabelanger | why is that? | 15:33 |
*** fbo is now known as fbo|off | 15:34 | |
amoralej | pabelanger, we build the containers and push them to rdo registry for the nested jobs | 15:35 |
pabelanger | amoralej: okay, so for artifact handling | 15:36 |
pabelanger | downside of that, jobs need a secret... | 15:36 |
pabelanger | can't fix today, but now with zuulv3, we could make this cleaner | 15:37 |
pabelanger | but yes, we need an new base job to publish to that registry | 15:37 |
pabelanger | and parent periodic jobs to it | 15:37 |
*** Son_Goku has quit IRC | 15:39 | |
*** Son_Goku has joined #rdo | 15:45 | |
*** jmnk has quit IRC | 15:45 | |
*** lyarwood has quit IRC | 15:45 | |
*** leanderthal has quit IRC | 15:46 | |
*** Son_Goku has quit IRC | 15:46 | |
*** jmnk has joined #rdo | 15:46 | |
*** dustins has joined #rdo | 15:49 | |
*** rbowen_ has joined #rdo | 15:51 | |
*** jmnk has quit IRC | 15:51 | |
*** Son_Goku has joined #rdo | 15:52 | |
*** mjturek_ has joined #rdo | 15:53 | |
rdogerrit | Merged rdoinfo master: Add python-distro to rocky-testing https://review.rdoproject.org/r/14685 | 15:53 |
*** rbowen has quit IRC | 15:53 | |
*** Son_Goku has quit IRC | 15:54 | |
*** trown is now known as trown|lunch | 15:55 | |
*** mjturek has quit IRC | 15:55 | |
*** mjturek_ has quit IRC | 15:55 | |
*** baha has quit IRC | 15:55 | |
*** jmnk has joined #rdo | 15:57 | |
*** lucasagomes is now known as lucas-afk | 16:01 | |
*** not_rdobot has joined #rdo | 16:04 | |
*** noslzzp has quit IRC | 16:04 | |
*** gkadam_ has quit IRC | 16:05 | |
*** jehb_home has quit IRC | 16:07 | |
*** ykarel has quit IRC | 16:07 | |
*** jfrancoa has quit IRC | 16:09 | |
*** rbowen_ has quit IRC | 16:09 | |
*** rbowen has joined #rdo | 16:10 | |
*** ChanServ sets mode: +o rbowen | 16:10 | |
*** baha has joined #rdo | 16:12 | |
*** ykarel has joined #rdo | 16:13 | |
*** not_rdobot has quit IRC | 16:13 | |
*** mjturek has joined #rdo | 16:13 | |
ykarel | amoralej, pabelanger who can add that missing secret? | 16:14 |
amoralej | i don't have it | 16:14 |
amoralej | jpena, ^ | 16:14 |
rdogerrit | Merged rdo-infra/rdo-infra-playbooks master: Cleanup post-merge of rdo-container-registry https://review.rdoproject.org/r/14488 | 16:15 |
*** mjturek has quit IRC | 16:16 | |
pabelanger | if those jobs are using a secret, they need to be moved into config | 16:16 |
pabelanger | and final: true for jobs | 16:16 |
*** mjturek has joined #rdo | 16:17 | |
*** jmlowe has quit IRC | 16:17 | |
*** mjturek has quit IRC | 16:18 | |
*** cNilesh has quit IRC | 16:20 | |
rdogerrit | Alfredo Moralejo proposed openstack/oslo-config-distgit rpm-master: Add oslo-log as BR https://review.rdoproject.org/r/14539 | 16:23 |
rdogerrit | Javier Peña created config master: Add secret for RDO Registry token https://review.rdoproject.org/r/14693 | 16:24 |
jpena | ykarel, amoralej ^^ | 16:25 |
ykarel | jpena, Thanks | 16:25 |
*** lyarwood has joined #rdo | 16:26 | |
*** mjturek has joined #rdo | 16:26 | |
*** linuxaddicts has quit IRC | 16:26 | |
*** akrivoka has quit IRC | 16:27 | |
*** linuxaddicts has joined #rdo | 16:27 | |
pabelanger | ^ is missing configuration for which job will use the secret | 16:30 |
jpena | yep, that's on purpose, so we can add the job later | 16:30 |
pabelanger | okay, commit message wasn't clear on that. Do you mind appending that | 16:31 |
rdogerrit | Alfredo Moralejo proposed rdoinfo master: Bump rdoinfo rocky-uc tags to latest upper-constraints https://review.rdoproject.org/r/14650 | 16:31 |
pabelanger | remember, job will have to live in config project too | 16:31 |
rdogerrit | Javier Peña proposed config master: Add secret for RDO Registry token https://review.rdoproject.org/r/14693 | 16:32 |
*** jchhatbar has joined #rdo | 16:35 | |
*** vnogin has joined #rdo | 16:35 | |
number80 | pabelanger: https://review.rdoproject.org/r/#/c/14669/ ===> context to https://review.rdoproject.org/r/#/c/14663/ | 16:35 |
number80 | tristanC has ported them | 16:35 |
*** panda is now known as panda|off | 16:36 | |
pabelanger | number80: okay, adding that info into the commit message is helpful for reviewing | 16:36 |
rdogerrit | Yatin Karel created config master: Import promote-consistent job from rdo-jobs to use dlrnapi secret https://review.rdoproject.org/r/14694 | 16:36 |
*** dtantsur is now known as dtantsur|afk | 16:37 | |
pabelanger | but great to see we got them off jenkins | 16:37 |
ykarel | pabelanger, amoralej jpena pike/ocata consistent ^^ | 16:37 |
*** janki has quit IRC | 16:38 | |
rdogerrit | Yatin Karel created rdo-jobs master: Remove pike/ocata promote-consistent job https://review.rdoproject.org/r/14695 | 16:38 |
ykarel | remove from rdo-jobs ^^ | 16:38 |
mrunge | number80: hey do you have a minute? /query ? | 16:39 |
pabelanger | ykarel: amoralej: jpena: for each job we move into config (trusted) we lose the ability to do speclative testing. I am okay with doing so to get the jobs back online, but really need a long term plan here to remove them again. Does the promote-hash.sh script need access to zuul variables? | 16:41 |
jpena | pabelanger: yes, it calls the DLRN API, so it needs the password | 16:41 |
ykarel | dlrnapi password | 16:41 |
pabelanger | but can that be a post job | 16:42 |
pabelanger | like we did with dlrnapi_report | 16:42 |
*** mjturek has quit IRC | 16:43 | |
*** mjturek has joined #rdo | 16:43 | |
*** noslzzp has joined #rdo | 16:44 | |
ykarel | pabelanger, master/queens already moved https://review.rdoproject.org/r/#/q/topic:fix-openstack-periodic-dlrnapi-password | 16:45 |
pabelanger | ykarel: we should refactor those to work across all branches now, to avoid copy pasta. They are virtually the same, minus release variable, which can be extracted via zuul.branch | 16:48 |
pabelanger | then you only need a single job, not 5 | 16:48 |
pabelanger | I also don't believe they need devstack-gate, do they? | 16:49 |
rdogerrit | Alfredo Moralejo proposed openstack/oslo-config-distgit rpm-master: Add oslo-log as BR https://review.rdoproject.org/r/14539 | 16:49 |
*** ykarel_ has joined #rdo | 16:49 | |
*** jpich has quit IRC | 16:50 | |
rdogerrit | Javier Peña proposed openstack/octavia-distgit rpm-master: Add python-distro as a requirement https://review.rdoproject.org/r/14648 | 16:51 |
*** ykarel has quit IRC | 16:53 | |
*** jmnk has quit IRC | 16:54 | |
amoralej | jpena, pabelanger depends-on in rdoinfo with distgits is not working | 16:57 |
amoralej | https://review.rdoproject.org/r/#/c/14650/ | 16:57 |
amoralej | legacy-tox-validate legacy-tox-validate : ERROR Project review.rdoproject.org/openstack/oslo-config-distgit does not have the default branch master | 16:57 |
*** vnogin has quit IRC | 16:58 | |
*** jmnk has joined #rdo | 17:01 | |
*** derekh has quit IRC | 17:02 | |
pabelanger | amoralej: where is master? | 17:03 |
rdogerrit | User mjturek created rdo-infra/ci-config master: Allow arch to be specified for cicoclient in cico-node-get-to-ansible.sh https://review.rdoproject.org/r/14696 | 17:03 |
jpena | pabelanger: rdoinfo has a master branch, but distgits don't (they have rpm-master) | 17:03 |
amoralej | have a nice weekend! | 17:04 |
jpena | I've seen something related in http://eavesdrop.openstack.org/irclogs/%23zuul/%23zuul.2018-01-09.log.html | 17:04 |
jpena | but I'm not sure about the fix | 17:04 |
pabelanger | okay, then branch selector needs to be updated for that | 17:04 |
*** mjturek has quit IRC | 17:04 | |
*** amoralej is now known as amoralej|off | 17:04 | |
pabelanger | override-branch | 17:04 |
jpena | we will have cases where changes to rdoinfo - master will depend on a distgit's queens-rdo branch, too | 17:04 |
jpena | (or any other stable branch) | 17:05 |
*** baha has quit IRC | 17:05 | |
pabelanger | do you have an example? | 17:06 |
jpena | just like https://review.rdoproject.org/r/14650, but when the distgit change requied to fix CI is in the queens-rdo branch | 17:06 |
*** ykarel_ is now known as ykarel|away | 17:06 | |
pabelanger | no, I believe zuul work work as expect for queens-rdo in depends-on | 17:07 |
jpena | ok then | 17:07 |
pabelanger | what this is saying, is there is no master branch | 17:07 |
pabelanger | all projects should have a master | 17:07 |
pabelanger | if they don't we need to set override-branch for them | 17:08 |
pabelanger | but let me confirm, reading docs | 17:08 |
*** udesale has quit IRC | 17:08 | |
*** MrAbaddon has quit IRC | 17:08 | |
*** jchhatbar has quit IRC | 17:10 | |
*** thrash is now known as thrash|biab | 17:11 | |
*** jmnk has quit IRC | 17:12 | |
ykarel|away | jpena, pabelanger please also check https://review.rdoproject.org/r/#/q/branch:master+topic:fix-openstack-periodic-dlrnapi-password , this should atleast move non container jobs forward | 17:13 |
*** zul has quit IRC | 17:14 | |
*** zul has joined #rdo | 17:15 | |
pabelanger | jpena: why does rdoinfo depend on distgit change? we don't have any required-projects setup | 17:16 |
jpena | pabelanger: we would need to depend on _every_ distgit project potentially. Let me elaborate | 17:17 |
jpena | for every rdoinfo update, we check which packages change their source-branch for which releases | 17:17 |
jpena | we have the rdoinfo-DLRN-check job for that. We basically try to make sure that, if we update oslo-log to version x.y.z in stable/queens (or master), the package will build fine | 17:18 |
pabelanger | jpena: okay, then for every project it could use depends-on with, we need to add it to required-projects: https://review.rdoproject.org/r/gitweb?p=config.git;a=blob;f=zuul.d/projects.yaml;h=024a5ba231c6da1a9b734b9ee356411dd7536055;hb=HEAD#l5106 | 17:19 |
pabelanger | then we create override-checkout for rpm-master | 17:19 |
jpena | so... that's every distgit | 17:19 |
pabelanger | yes | 17:19 |
jpena | and once we add new packages, we should add them there | 17:19 |
jpena | there's no way to add a wildcard? | 17:19 |
pabelanger | yah, so we likely want to add a linters job | 17:20 |
pabelanger | jpena: how does DLRN work today? | 17:20 |
pabelanger | if we are not adding distgit repos? | 17:20 |
pabelanger | does DLRN do git clones? | 17:20 |
jpena | yes. It has a local cache of the repos, and updates them periodically | 17:20 |
*** linuxaddicts has quit IRC | 17:20 | |
jpena | wait, do you mean the actual builders, or CI jobs? | 17:20 |
pabelanger | CI jobs | 17:20 |
*** linuxaddicts has joined #rdo | 17:21 | |
*** florianf has quit IRC | 17:22 | |
*** holser_ has quit IRC | 17:22 | |
*** jmnk has joined #rdo | 17:23 | |
jpena | CI jobs can take the repos locally (if it's a distgit change, for example, we take them from the zuul-cloned copy). If it's not available, it clones from git | 17:23 |
*** mjturek has joined #rdo | 17:23 | |
*** baha has joined #rdo | 17:23 | |
pabelanger | okay, we can stop doing that now | 17:23 |
pabelanger | there isn't a need to git clone anymore with DLRN in ci jobs | 17:23 |
rdogerrit | Alan Pevec proposed rdo-jobs master: Remove legacy-config-check and legacy-config-update https://review.rdoproject.org/r/14663 | 17:23 |
pabelanger | we'll need to add required-projects, but the nodes will have everything on disk | 17:23 |
pabelanger | that explains why this is working today | 17:24 |
*** med_ has quit IRC | 17:25 | |
jpena | I have to go now (vacation starting), have fun ! | 17:25 |
*** jpena is now known as jpena|off | 17:26 | |
*** amuller has quit IRC | 17:26 | |
*** linuxaddicts has quit IRC | 17:27 | |
* number80 will be off for afterwork drinks | 17:27 | |
*** mjturek has quit IRC | 17:27 | |
*** jmnk has quit IRC | 17:28 | |
rdogerrit | Yatin Karel proposed config master: Import promote-consistent job from rdo-jobs to use dlrnapi secret https://review.rdoproject.org/r/14694 | 17:29 |
ykarel|away | jpena|off, pabelanger ^^ | 17:29 |
*** linuxaddicts has joined #rdo | 17:30 | |
*** amuller has joined #rdo | 17:31 | |
* ykarel|away leaving | 17:32 | |
rdogerrit | Yatin Karel proposed config master: Import promote-consistent job from rdo-jobs to use dlrnapi secret https://review.rdoproject.org/r/14694 | 17:35 |
*** alexpilotti has quit IRC | 17:35 | |
*** jbrooks has quit IRC | 17:38 | |
*** ykarel|away has quit IRC | 17:39 | |
*** toure|gone is now known as toure | 17:40 | |
*** trown|lunch is now known as trown | 17:41 | |
*** thrash|biab is now known as thrash | 17:44 | |
*** med_ has joined #rdo | 17:48 | |
*** med_ has quit IRC | 17:48 | |
*** med_ has joined #rdo | 17:48 | |
*** jbrooks has joined #rdo | 17:48 | |
apevec | re. <jpena> and once we add new packages, we should add them there | 17:50 |
apevec | that could be automated with the dynamic zuul config generated from rdoinfo | 17:50 |
*** alexpilotti has joined #rdo | 17:54 | |
*** alexpilotti has quit IRC | 17:59 | |
*** zul has quit IRC | 18:00 | |
*** zul has joined #rdo | 18:00 | |
*** jmlowe has joined #rdo | 18:02 | |
*** julim has quit IRC | 18:06 | |
*** aludwar has quit IRC | 18:10 | |
*** aludwar has joined #rdo | 18:11 | |
*** ccamacho has quit IRC | 18:17 | |
*** jmlowe_ has joined #rdo | 18:21 | |
*** jmlowe has quit IRC | 18:23 | |
*** amuller has quit IRC | 18:25 | |
*** alexpilotti has joined #rdo | 18:39 | |
*** imacdonn has quit IRC | 18:41 | |
*** imacdonn has joined #rdo | 18:41 | |
*** alexpilo_ has joined #rdo | 18:42 | |
*** alexpilotti has quit IRC | 18:45 | |
*** alexpilo_ has quit IRC | 18:47 | |
*** jmlowe_ has quit IRC | 18:56 | |
sfbender | Jakub Ružička proposed distroinfo master: WIP: core: packages and releases inheritance https://softwarefactory-project.io/r/12882 | 19:04 |
*** Son_Goku has joined #rdo | 19:05 | |
*** baha has quit IRC | 19:11 | |
*** Son_Goku has quit IRC | 19:19 | |
*** tshefi has quit IRC | 19:22 | |
*** tshefi has joined #rdo | 19:23 | |
*** julim has joined #rdo | 19:29 | |
*** Son_Goku has joined #rdo | 19:30 | |
*** Son_Goku has quit IRC | 19:31 | |
*** eharney has quit IRC | 19:34 | |
*** matbu has quit IRC | 19:35 | |
*** matbu has joined #rdo | 19:37 | |
*** matbu has quit IRC | 19:42 | |
*** matbu has joined #rdo | 19:43 | |
*** dbecker has quit IRC | 19:50 | |
weshay | pabelanger, seems pretty quiet on the gate failure front. :) Where did we leave the periodic rdo jobs, the legacy node type was fixed I think | 19:52 |
weshay | can't find the review atm, but I think it merged | 19:52 |
weshay | oh ya https://review.rdoproject.org/r/#/c/14686/ | 19:52 |
*** mjturek has joined #rdo | 19:53 | |
*** dbecker has joined #rdo | 19:56 | |
*** chuck_ has joined #rdo | 20:00 | |
*** zul has quit IRC | 20:00 | |
*** zul has joined #rdo | 20:01 | |
*** tvignaud has quit IRC | 20:02 | |
*** jayg is now known as jayg|g0n3 | 20:05 | |
*** alexpilotti has joined #rdo | 20:09 | |
*** edmondsw_ has joined #rdo | 20:09 | |
*** clecomte has quit IRC | 20:09 | |
*** clecomte has joined #rdo | 20:10 | |
*** alexpilo_ has joined #rdo | 20:11 | |
*** edmondsw has quit IRC | 20:11 | |
*** alexpilotti has quit IRC | 20:14 | |
*** alexpilo_ has quit IRC | 20:15 | |
*** shreshtha_ has quit IRC | 20:18 | |
*** shreshtha_ has joined #rdo | 20:18 | |
*** shreshtha_ has quit IRC | 20:23 | |
*** mjturek has quit IRC | 20:29 | |
*** noslzzp has quit IRC | 20:34 | |
*** alexpilotti has joined #rdo | 20:35 | |
*** Goneri has joined #rdo | 20:35 | |
*** alexpilotti has quit IRC | 20:39 | |
*** jayg|g0n3 has quit IRC | 20:40 | |
apevec | weshay, quiet as in all is working well or no progress on the fix being made? | 20:44 |
weshay | apevec, as in only 1 gate failure today | 20:44 |
weshay | apevec, pabelanger made a couple tweaks to the mirror servers.. | 20:45 |
weshay | hopefully the trend will continue | 20:45 |
weshay | apevec, I have not yet seen the periodic jobs trigger in zuulv3 | 20:46 |
weshay | will look on monday | 20:46 |
weshay | meh.. 2 gate failures since I've been up but 8 total.. still less than normal http://38.145.34.131:3000/d/pgdr_WVmk/cockpit?orgId=1&panelId=61&fullscreen | 20:48 |
*** dbecker has quit IRC | 20:49 | |
weshay | 4 of those are the same review | 20:49 |
*** abhishekk is now known as abhisekk{zzz} | 20:54 | |
*** abhisekk{zzz} is now known as abhishekk{zzz} | 20:54 | |
*** vpickard is now known as vpickard_ | 20:55 | |
*** zaneb has quit IRC | 21:00 | |
*** jmlowe has joined #rdo | 21:01 | |
*** dbecker has joined #rdo | 21:01 | |
*** thrash is now known as thrash|g0ne | 21:04 | |
*** kgiusti has left #rdo | 21:09 | |
*** jmlowe has quit IRC | 21:11 | |
*** trown is now known as trown|outtypewww | 21:15 | |
*** eharney has joined #rdo | 21:16 | |
*** dyasny has quit IRC | 21:17 | |
*** dyasny has joined #rdo | 21:17 | |
*** vnogin has joined #rdo | 21:31 | |
*** toure is now known as toure|gone | 21:34 | |
*** alexpilotti has joined #rdo | 21:37 | |
*** agopi has quit IRC | 21:41 | |
*** dprince has quit IRC | 21:45 | |
*** jmlowe has joined #rdo | 21:49 | |
*** nyechiel_ has quit IRC | 21:49 | |
*** nyechiel_ has joined #rdo | 21:50 | |
*** edmondsw_ has quit IRC | 21:53 | |
*** vnogin has quit IRC | 22:14 | |
*** vnogin has joined #rdo | 22:15 | |
*** apevec has quit IRC | 22:18 | |
*** pchavva has quit IRC | 22:19 | |
*** Goneri has quit IRC | 22:33 | |
*** dbecker has quit IRC | 22:35 | |
*** holser_ has joined #rdo | 22:39 | |
*** dbecker has joined #rdo | 22:41 | |
*** edmondsw has joined #rdo | 22:49 | |
*** edmondsw has quit IRC | 22:54 | |
*** holser_ has quit IRC | 22:55 | |
*** shep_ has joined #rdo | 23:03 | |
*** abhishekk{zzz} has quit IRC | 23:04 | |
*** eharney has quit IRC | 23:04 | |
*** dustins has quit IRC | 23:07 | |
*** rlandy has quit IRC | 23:16 | |
*** dbecker has quit IRC | 23:22 | |
*** rpioso is now known as rpioso|afk | 23:23 | |
*** cshastri has joined #rdo | 23:28 | |
*** shep_ has quit IRC | 23:29 | |
*** dbecker has joined #rdo | 23:33 | |
*** happenstance has joined #rdo | 23:33 | |
*** rcernin has joined #rdo | 23:36 | |
*** masuberu has joined #rdo | 23:38 | |
*** masber has quit IRC | 23:41 | |
*** shep_ has joined #rdo | 23:47 | |
*** happenstance has quit IRC | 23:51 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!