Monday, 2021-10-11

*** bhagyashris is now known as bhagyashris|rover04:43
*** ysandeep|away is now known as ysandeep|04:48
*** pojadhav- is now known as pojadhav05:44
*** ykarel__ is now known as ykarel05:51
*** ysandeep| is now known as ysandeep05:57
chandankumarfrenzy_friday: hello, please have a look at https://review.rdoproject.org/r/c/rdo-jobs/+/35831 this review when free, thanks!06:49
*** ysandeep is now known as ysandeep|brb07:00
*** amoralej|off is now known as amoralej07:00
*** ykarel__ is now known as ykarel07:15
*** ysandeep|brb is now known as ysandeep07:27
*** jpena|off is now known as jpena07:32
ysandeepchandankumar: do you mind if I create component-ci-testing / promoted-components / tripleo-ci-testing hash with depends-On frenzy_friday patches via a testproject?07:33
ysandeepfor centos907:33
chandankumarysandeep: yes sure07:33
ysandeepcomponent criteria is missing, i will post something07:33
chandankumarysandeep: wait finding the patch07:34
chandankumarysandeep: https://review.rdoproject.org/r/c/rdo-infra/ci-config/+/3583207:34
chandankumarI think it got pushed at wrong place07:35
chandankumarysandeep: can you move this file https://github.com/rdo-infra/ci-config/blob/master/ci-scripts/dlrnapi_promoter/config/CentOS-9/master-centos-9.yaml to CentOS-9/component/master.yaml07:36
chandankumar?07:36
ysandeepchandankumar: thanks will take care of that07:37
ysandeepbhagyashris|rover, arxcruz|ruck mol-get_hash-centos-7 job against ci-config repo is failing, Is it known?07:51
ysandeephttps://review.rdoproject.org/zuul/builds?job_name=mol-get_hash-centos-707:51
ysandeepchandankumar, frenzy_friday the promote-consistent-to-component-ci-testing we created is not working because virtualenv is not present.  07:54
ysandeephttps://logserver.rdoproject.org/54/35554/4/check/periodic-tripleo-centos-9-master-component-baremetal-promote-consistent-to-component-ci-testing/005a6cf/job-output.txt07:54
chandankumarysandeep: yes, it is a known issue07:57
bhagyashris|roverysandeep, not sure looking 07:57
chandankumarysandeep: in cs9 nodepool image, virtualenv is not installed by default07:57
chandankumarwe need to install specifically07:57
chandankumarysandeep: want to move to python3 -m venv module here from cs8 or cs9 onwards here?07:58
ysandeepyes, I think that will be better07:58
chandankumarysandeep: for c7, not sure python3 -m venv is availabler07:59
chandankumarysandeep: for c7, not sure python3 -m venv is available07:59
ysandeepi will check that, If its not available we can do that cs8 onwards08:00
ysandeepbhagyashris|rover: thanks!08:00
frenzy_fridaychandankumar, ysandeep here right https://github.com/rdo-infra/ci-config/blob/master/ci-scripts/tripleo-upstream/dlrnapi_venv.sh#L3 ?08:01
ykarelysandeep, python3 is available in c7, you can get that installed and use venv 08:01
chandankumarfrenzy_friday: yes08:01
ykareliirc since c7.7 it's there08:01
ysandeepykarel: thanks!08:02
ykarelnot sure if nodepool images have it installed, but better be explicit where ever used08:02
chandankumarCentOS Linux release 7.9.2009 (Core) is used for c7 jobs08:03
chandankumarykarel: good point08:03
ykarelyes that's the latest so nodepool images will be based on that08:03
* ysandeep checking why we reverted https://review.rdoproject.org/r/c/rdo-infra/ci-config/+/28171 , Enforce use of python3 for promoter 08:07
ysandeep^^ in that patch we have moved to usage to "python3 -m venv" 08:07
ysandeepchandankumar: do you know why we reverted https://review.rdoproject.org/r/c/rdo-infra/ci-config/+/28171 08:13
ysandeepNo context on commit message08:13
chandankumarysandeep: not sure08:15
chandankumarysandeep: sorry nope08:15
ysandeepwe tried to revert the revert here: https://review.rdoproject.org/r/c/rdo-infra/ci-config/+/28208 but that was abandoned08:15
chandankumarysandeep: https://review.rdoproject.org/r/c/rdo-infra/ci-config/+/2817008:16
chandankumarthey were hitting unbound error08:16
chandankumarit got abandoned08:16
ysandeepchandankumar, that was fixed here: https://review.rdoproject.org/r/c/rdo-infra/ci-config/+/2820908:16
chandankumarysandeep: yes08:18
ysandeepchandankumar, thinking what would be better approach here.. Reenforce the use of python3 for promoter or just update https://github.com/rdo-infra/ci-config/blob/master/ci-scripts/tripleo-upstream/dlrnapi_venv.sh#L3 08:19
chandankumarthose changes were an year old approx, may be we should retry with some condition, if virtualenv command found,08:20
chandankumarthen use that command, if not use python3 -m venv08:20
chandankumarcommand -v virtualenv08:21
chandankumarysandeep: I would suggest go with https://github.com/rdo-infra/ci-config/blob/master/ci-scripts/tripleo-upstream/dlrnapi_venv.sh#L308:23
ysandeepyes we can try that for the meantime, and once we "enforce the use of python3 for promoter" we clean this up.08:23
chandankumarysandeep: max breakage all jobs and ci centos jobs08:24
chandankumarin rdo side08:24
chandankumarysandeep: ok08:25
ysandeepack, let me post something based on if [ $(command -v virtualenv) ]; then .. and see how it goes08:25
amoralejchandankumar, are you still using centos9-master-preview instance somehwere?08:28
amoraleji'm thinking in moving centos9 symlink to centos9-master08:28
amoralejas first step to remove centos9-master-preview08:29
chandankumaramoralej: nope, all patches switched to centos9-master08:31
chandankumaramoralej: sure08:32
amoralejcool, thanks!08:32
ysandeepchandankumar, ykarel trying.. https://review.rdoproject.org/r/c/rdo-infra/ci-config/+/3615808:41
ykarelack08:43
*** ykarel is now known as ykarel|lunch09:05
*** ysandeep is now known as ysandeep|lunch09:33
mariostripleo-ci o/ please add to your reviews https://review.opendev.org/c/openstack/tripleo-ci/+/81026110:09
mariossshnaidm: chandankumar: ysandeep|lunch: pojadhav: ^ 10:09
*** ykarel|lunch is now known as ykarel10:21
*** ysandeep|lunch is now known as ysandeep10:26
chandankumarsshnaidm: marios amoralej ysandeep|lunch bhagyashris|rover pojadhav frenzy_friday arxcruz|ruck dviroel|afk https://review.opendev.org/c/openstack/tripleo-common/+/800580 is ready for review, please have a look when free, thanks!10:26
ysandeepmarios: ack o/10:26
frenzy_fridaychandankumar, ack, checking in some time10:26
ysandeepchandankumar, ack10:29
ysandeepbhagyashris|rover, hey o/ did you any existing bug for c7 molecule job? 10:31
bhagyashris|roverysandeep, nope10:37
chandankumarysandeep: can you rebase this https://review.rdoproject.org/r/c/rdo-infra/ci-config/+/36158 on top of master10:37
ysandeephttps://bugs.launchpad.net/tripleo/+bug/194568210:37
ysandeepbhagyashris|rover, ^^10:37
chandankumarysandeep: not sure https://logserver.rdoproject.org/54/35554/7/check/periodic-tripleo-centos-9-master-component-baremetal-promote-consistent-to-component-ci-testing/896c84d/job-output.txt here parent patch is not working10:38
bhagyashris|roverysandeep, ack thanks 10:38
ysandeepbhagyashris|rover, seems bit related10:38
ysandeepchandankumar, rebased on master10:39
chandankumarysandeep: thanks!10:39
ysandeepchandankumar, i think that's because get_hash role is called by trusted repo10:40
ysandeep2021-10-11 09:54:39.418592 | RUN START: [trusted : review.rdoproject.org/config/playbooks/tripleo-ci-base-promote-hash/run.yaml@master]10:40
chandankumarysandeep: ah yes,10:40
chandankumarysandeep: for time being, we can make c7 job non voting10:40
chandankumarand get it merged to unblock ourself10:40
ysandeepchandankumar, yeah i was waiting for bhagyashris|rover to report a bug for that issue.10:41
*** rlandy is now known as rlandy|ruck10:41
rlandy|ruckysandeep: chandankumar: hi - what's up with promote?10:42
ysandeepbhagyashris|rover: I can report a bug for that issue if you are occupied with other things.10:42
bhagyashris|roverysandeep, ok, now i am free if you are busy then i can report10:43
rlandy|ruckbhagyashris|rover: arxcruz|ruck: how are things?10:43
rlandy|ruckbhagyashris|rover: another c7 issue?10:43
ysandeepbhagyashris|rover: thanks please go ahead if you have b.w10:44
bhagyashris|roverrlandy|ruck, good promoted master, wallaby, victoria and c8 train10:45
bhagyashris|roveryes10:45
rlandy|ruckbhagyashris|rover: what's the issue with c7?10:45
bhagyashris|roverrlandy|ruck, yes https://review.rdoproject.org/zuul/builds?job_name=mol-get_hash-centos-710:45
rlandy|ruckbhagyashris|rover: ah - fallout from infra change10:46
rlandy|ruckpls bug that and we need to report to openstack-infra t10:46
rlandy|ruckto clark and fungi10:46
arxcruz|ruckrlandy|ruck: nothing from my side except the mol failure as bhagyashris|rover pointed 10:47
rlandy|ruckarxcruz|ruck: bhagyashris|rover: we had a pervious CIX10:47
rlandy|ruckprevious10:47
rlandy|ruckthen they fixed some stuff10:47
bhagyashris|roverrlandy|ruck, arxcruz|ruck ysandeep https://bugs.launchpad.net/tripleo/+bug/194664110:48
bhagyashris|roverfyi ^10:48
rlandy|ruckbhagyashris|rover: arxcruz|ruck: ysandeep: https://bugs.launchpad.net/tripleo/+bug/194568210:48
rlandy|ruckprevious issue10:49
bhagyashris|roverrlandy|ruck, ack10:49
rlandy|ruckwe need to take this one to openstack-infra10:51
ysandeepbhagyashris|rover, thanks.. marking it non-voting in my patch to unblock me: 10:51
ysandeephttps://review.rdoproject.org/r/c/rdo-infra/ci-config/+/36156 10:51
rlandy|ruckoh - it's in rdo10:51
bhagyashris|roverysandeep, ok.10:51
ysandeepchandankumar, ^^ 10:51
rlandy|ruckbhagyashris|rover: is that error only showing up in rdo jobs? not in upstream infra?10:52
chandankumarysandeep: may be move it to a seperate patch? So that we can just do a revert once fix is available10:52
ysandeepchandankumar, ack10:52
chandankumaror fix will contain the nv removal10:52
bhagyashris|roverrlandy|ruck, not much stuff in queue in the upstream so not observed 10:53
rlandy|ruckwill talk with chandankumar about it in a few10:54
rlandy|ruckw may be missing the same fix in rdo10:54
bhagyashris|roverbut openstack-tox-molecule is passing on upstream on few of the patches 10:54
chandankumarakahat: ^^ you are looking into mol c7 failure na?10:54
akahatchandankumar, yes. https://review.rdoproject.org/r/c/rdo-infra/ci-config/+/3616610:55
rlandy|rucksee the fix from upstream10:56
rlandy|ruckbhagyashris|rover: any news on https://bugs.launchpad.net/tripleo/+bug/1946600?10:56
rlandy|ruckotherwise will follow up at CIX call10:56
bhagyashris|roverrlandy|ruck, nope10:56
ysandeepbhagyashris|rover, chandankumar, rlandy|ruck https://review.rdoproject.org/r/c/rdo-infra/ci-config/+/3616711:00
ysandeeprlandy|ruck: >>> hi - what's up with promote? - sorry didn't get what you mean.11:05
chandankumarrlandy|ruck: akahat https://review.opendev.org/c/zuul/zuul-jobs/+/81200511:05
chandankumarbhagyashris|rover: ^^11:05
rlandy|ruckysandeep: was just following on the silbing failure11:06
rlandy|ruckysandeep: see the upstream fix11:06
ysandeepack11:14
rlandy|ruckarxcruz|ruck: can you join https://meet.google.com/vzm-nrah-qqf?authuser=011:18
*** dviroel|afk is now known as dviroel11:18
*** jpena is now known as jpena|lunch11:22
dviroelrlandy|ruck: ade_lee_ fyi https://review.rdoproject.org/zuul/build/3c8def1abd4d4705bdf1c908dfa15120/log/job-output.txt#31111:37
*** ykarel_ is now known as ykarel11:41
*** amoralej is now known as amoralej|lunch11:49
chandankumarysandeep: https://review.rdoproject.org/r/c/testproject/+/35554 and https://trunk.rdoproject.org/centos9-master/component-ci-testing/77/9a/779aed4e7858be7ea168cb38dc7e0764/delorean.repo woot \o/11:49
chandankumarrlandy|ruck: frenzy_friday ^^11:50
ysandeepchandankumar, yeah it worked, running promote job for other components11:50
rlandy|ruckvery cool!!11:50
frenzy_fridaychandankumar, ++11:51
bhagyashris|roverchandankumar, ysandeep c9 sync...12:00
*** jpena|lunch is now known as jpena12:16
sshnaidmrlandy|ruck, https://review.opendev.org/c/openstack/diskimage-builder/+/80681912:19
marioshttps://review.opendev.org/c/openstack/diskimage-builder/+/80681912:19
matbuo/ folks, I'm wondering if it's possible to add ovb jobs such as tripleo-ci-centos-8-ovb-3ctlr_1comp_1supp-featureset039 in the check & gate jobs for tripleo-validations ?12:21
matbuThe interesting part for us if the 3 ctrl and 1 compute12:22
dviroelarxcruz|ruck: bhagyashris|rover: o/ hi FYI the first yum-config wire up merged, if you folks see any related fail with repos-setup https://review.opendev.org/c/openstack/tripleo-quickstart/+/80840812:33
arxcruz|ruckdviroel: great, we know who to blame :D 12:33
arxcruz|ruckit's always important 12:33
dviroelyeah :P12:33
bhagyashris|roverdviroel, ack12:34
bhagyashris|roverarxcruz|ruck, :D:D:D12:34
chandankumardviroel: awesooooomeeeeeeeee12:36
akahatchandankumar, bhagyashris|rover arxcruz|ruck please review when you are free: https://review.rdoproject.org/r/c/rdo-infra/ci-config/+/36130 12:38
bhagyashris|roverakahat, ack12:39
bhagyashris|roverpojadhav, soniya29 rlandy|ruck scrum time13:01
bhagyashris|roverdviroel, ^13:01
bhagyashris|roverhttps://review.rdoproject.org/r/c/rdo-infra/ci-config/+/3613013:07
rlandy|ruckhttps://review.opendev.org/c/openstack/tripleo-ci/+/80057713:10
bhagyashris|roverhttps://review.rdoproject.org/r/c/rdo-infra/ci-config/+/3617413:13
*** amoralej|lunch is now known as amoralej13:25
dviroelmarios: reboot here https://review.rdoproject.org/zuul/build/3c8def1abd4d4705bdf1c908dfa15120/log/job-output.txt#47513:28
ade_lee_dviroel, nice!13:31
ade_lee_dviroel, looks like it worked!13:32
dviroelade_lee_: \o/13:38
ade_leedviroel, yay - so the fix to do the fips job before setting up the network worked13:58
ade_leerlandy|ruck, but the job to run the fips-enabled image didn't :/13:58
ysandeepchandankumar, frenzy_friday fyi.. promote-to-promoted-components failing on https://logserver.rdoproject.org/54/35554/9/check/periodic-tripleo-centos-9-master-component-baremetal-promote-to-promoted-components/b408d79/job-output.txt 14:00
ysandeep2021-10-11 09:55:13.622545 | primary | /home/zuul-worker/src/review.rdoproject.org/config/ci-scripts/tripleo-upstream/check-commit-hash-promote-target.sh: line 8: /home/zuul/workspace/hash_info.sh: No such file or directory14:00
frenzy_fridaychecking14:01
akahatrlandy|ruck, hey.. could you please join call. so we can start promoter server.14:01
ysandeeprlandy|ruck, chandankumar you want to chat about downstream promoter work? Amol and me are on call14:01
rlandy|ruckarxcruz|ruck: first update failure in gate - may be unrelated https://bf35cc4d6774257da74a-d960367b3e200891193d3ddd6646d871.ssl.cf2.rackcdn.com/809233/3/gate/tripleo-ci-centos-8-undercloud-upgrade/5fc1965/logs/undercloud/home/zuul/undercloud_upgrade.log14:02
rlandy|ruckysandeep: ack14:02
rlandy|ruckjoining again14:02
frenzy_fridayysandeep, do we need a c9 nodeset in https://review.rdoproject.org/r/c/testproject/+/35554/9/.zuul.yaml?14:03
ysandeepfrenzy_friday, its picking that from parenting14:04
ysandeep2021-10-11 13:53:57.956872 | localhost | Provider: vexxhost-nodepool-sf14:04
ysandeep2021-10-11 13:53:57.956912 | localhost | Label: cloud-centos-9-stream14:04
frenzy_fridayoh, right14:04
arxcruz|ruckrlandy|ruck: it's unrelated, i checked already 14:04
dviroelade_lee: seems so, not sure if you want to check something else in the logs, but the role was executed indeed :)14:10
dviroelade_lee: we can continue with zuul-jobs patch for testing, and if people reject it, we will need to proceed with another workaroung right after multinode/pre, in tripleo-ci playbooks, something like rerun network config after rebooting node14:12
chandankumarysandeep: fix is coming14:19
ysandeepchandankumar++14:20
ysandeeprlandy|ruck: could you please review https://review.rdoproject.org/r/c/rdo-infra/ci-config/+/36174 when time permits.14:20
rlandy|ruckakahat++ very nice14:20
ysandeepthanks akahat and chandankumar!14:21
rlandy|ruckade_lee: yep - ok - saw that - I have time in the afternoon to look at that14:21
rlandy|rucksshnaidm, thanks for following up on the health server names14:22
sshnaidmrlandy|ruck, np14:23
*** ykarel_ is now known as ykarel14:27
*** ykarel is now known as ykarel|away14:30
* dviroel lunch14:57
ysandeeprlandy|ruck, chandankumar do we already have a c9 nodepool image in upstream?15:18
rlandy|ruckysandeep: in RDO yes15:19
rlandy|ruckdo you mean upstream infra?15:19
rlandy|ruckfor check?15:19
ysandeeprlandy|ruck: yes for check15:19
rlandy|ruckidk - let's check15:20
rlandy|ruckif not, we should get rdo infra to approach openstack infra15:20
rlandy|ruckso it's the same node from the same repos15:20
rlandy|ruckie: we are not running on two diff repos sets on RDO and upstream15:21
rlandy|ruckysandeep: sorry was just adding PTG etherpad15:25
ysandeepnw, I am also checking.. I haven't found anything on searching centos-915:28
rlandy|ruckysandeep: https://zuul.openstack.org/labels15:31
rlandy|ruckthat is all I see15:31
ysandeepno mention of centos-915:32
ysandeepI don't think we have anything yet.15:32
rlandy|ruckamoralej: ^^ have you had any discussions with openstack-infra wrt centos 9 nodeset?15:32
rlandy|ruckfor upstream check testing15:32
amoralejnot15:32
amoralejnot yet, as i expect we need to wait until centos9 is updated in the mirrors15:33
rlandy|ruckamoralej: production repos are not updated in mirrors?15:33
amoralejnot yet15:33
amoralejthere is an old one15:33
rlandy|ruckdo we have an ETA on that?15:33
amoralejon friday Dojo event it was something like.... "soon"15:34
amoralej:)15:34
rlandy|ruckvague but promising :)15:34
amoralejyes, i expect it to be in the next days15:34
rlandy|ruckamoralej: last question :) ...15:34
rlandy|ruckdo we need to do anything to get the node label going?15:35
amoralejupstream?15:35
rlandy|ruckor does openstack-infra just pick this task up?15:35
rlandy|ruckyep15:35
rlandy|ruckDOB patches?15:35
amoralejwell, mainly some work in dib15:35
rlandy|ruckI am not sure what's needed here15:35
amoralejsome work is done15:35
rlandy|ruckmarios was doing some other DIB work for the image builds15:36
amoralejbut for some stuff we need to have the repos ready15:36
rlandy|ruckmaybe that helps15:36
amoralejbut, yes there are some inflight patches related to it15:36
amoralejso i expect to not take too long15:36
amoralejyeah, there are patches from marios, from sbaker and myself, iirc15:36
rlandy|ruckamoralej: ok - thanks - if we see nothing but next week, we'll probably ping you for guidance on what we can do to get this going15:37
rlandy|ruckysandeep: 15:37
amoralejsure15:37
rlandy|ruckthank you!15:37
amoralejrlandy|ruck, i did some tests on using dib with the elements used upstream for cs9 and i think it shouldn't take too much effort to make it work15:38
ysandeepamoralej: if production repos mirror sync happens this friday.. Can we expect by next week's end we possibly will have a c9 nodepool image in upstream15:38
rlandy|ruckk - good to know15:38
amoralejwell, actually, there is an issue in centos which i'm workarounding locally and may be an issue upstream15:39
amoraleji'll fill a bz to rhel team to check if we can get it fixed in the composes asap15:39
ysandeepamoralej, thanks!15:40
rlandy|ruckarxcruz|ruck: I think we got one now ... https://storage.gra.cloud.ovh.net/v1/AUTH_dcaab5e32b234d56b626f72581e3644c/zuul_opendev_logs_1b2/813332/1/gate/tripleo-ci-centos-8-scenario000-multinode-oooq-container-updates-wallaby/1b24950/logs/undercloud/home/zuul/undercloud_install.log15:42
* rlandy|ruck logs bug15:42
amoralejysandeep, it's not something that depends on me, so it's hard to give you a time commitment15:42
ysandeepamoralej: understood, no worries :D just was looking for a vague timeline when we can expect that.15:43
mariosamoralej: rlandy|ruck: looks like my one isn't needed just hit abandon on it https://review.opendev.org/c/openstack/tripleo-puppet-elements/+/811712/2#message-a2bff18d4a9bf33c76eca1e6852fd49236cc335e 15:44
mariosamoralej: rlandy|ruck: otherwise i have been consuming sbaker patches via depends-on in https://review.rdoproject.org/r/c/testproject/+/35465/ but now those things are merged only a tripleo-ci review there 15:45
mariosamoralej: rlandy|ruck: i think just that one is in the dependency chain https://review.opendev.org/c/openstack/diskimage-builder/+/806819 for dib15:45
arxcruz|ruckrlandy|ruck: yupm, seems to be the case, need to wait the container provider job finishes to check the logs15:46
arxcruz|ruckin the output stream doesn't have anything yet 15:46
rlandy|ruckarxcruz|ruck: https://bugs.launchpad.net/tripleo/+bug/194665915:49
rlandy|ruckdetails in bug15:49
rlandy|rucklet me know if you disagree15:49
*** ysandeep is now known as ysandeep|out15:50
amoralejrlandy|ruck, ysandeep|out marios https://bugzilla.redhat.com/show_bug.cgi?id=2012924 that's a bug i've found with dib and cs915:53
rlandy|ruckamoralej: great - thanks15:53
arxcruz|ruckrlandy|ruck: seems to be the case yes 15:53
rlandy|ruckarxcruz|ruck: added more notes15:54
rlandy|ruckarxcruz|ruck: I didn't CIX this yet15:59
arxcruz|ruckrlandy|ruck: ok, i'll take a look15:59
rlandy|ruckif we don't have a solution by EoD, let me know and I will15:59
arxcruz|rucki'm taking a look now 15:59
rlandy|ruckarxcruz|ruck: thank you15:59
rlandy|ruckemit releases may be the culprit15:59
mariosamoralej: thanks16:00
amoralejmarios, note i've been testing using centos-minimal element instead of centos which is what is used for nodepool in c816:01
mariosamoralej: ack will have a closer look tomorrow /me out 16:02
mariosamoralej: thanks for pointer16:02
*** marios is now known as marios|out16:02
rlandy|ruckhttps://review.opendev.org/c/openstack/diskimage-builder/+/806819 - we need someone with image-builder merge rights there16:03
* rlandy|ruck waits for stevebaker16:03
amoraleji just rebased https://review.opendev.org/c/openstack/diskimage-builder/+/811392 on top oof sbaker patches16:13
rlandy|ruckk16:13
rlandy|ruckugh - CIX'ing this 16:14
rlandy|ruckso we fix it16:14
rlandy|ruckum - not the images thing - the mismatched update/upgrades hashes16:20
*** jpena is now known as jpena|off16:45
*** amoralej is now known as amoralej|off16:51
*** ysandeep|out is now known as ysandeep17:05
ysandeepchandankumar, hey around o/17:06
ysandeepWere you mentioning putting a fix for this error? - 2021-10-11 09:55:13.622545 | primary | /home/zuul-worker/src/review.rdoproject.org/config/ci-scripts/tripleo-upstream/check-commit-hash-promote-target.sh: line 8: /home/zuul/workspace/hash_info.sh: No such file or directory 17:06
frenzy_fridaymake up17:49
frenzy_fridaysorry, wrong app :D17:49
*** ysandeep is now known as ysandeep|out18:08
ade_leerlandy|ruck, hey - did you get a chance to look into the fips-image job?19:20
rlandy|ruckade_lee: hi - just putting the additional changes for rbac tests - then I will look at fips image19:31
ade_leerlandy|ruck, ack thanks19:31
frenzy_fridayhttp://ci-health.tripleo.org/ - Thanks Sagi and Dan!20:06
rlandy|rucknice20:07
rlandy|ruckade_lee: working on fips-image patch20:07
rlandy|rucktrying to catch the node failure20:08
ade_leerlandy|ruck, ack - ok, let me know if you need help -- I couldn't see anything obvious I could look at before20:08
ade_leehopefully we'll catch some failure we can diagnose20:09
rlandy|ruckwatching for the node to start20:09
rlandy|ruckhmmm ... we're with the node failure20:23
* rlandy|ruck goes back to ops20:24
rlandy|ruckade_lee: job starts with a different label20:29
rlandy|ruckdefinitely node label20:29
* rlandy|ruck will try reach jpena tomorrow morning20:30
ade_leerlandy|ruck, ok cool thanks20:37
rlandy|ruckI think https://softwarefactory-project.io/r/c/config/+/22860 is missing a piece20:37
rlandy|ruckade_lee: sending email - will cc you20:51
ade_leerlandy|ruck, thanks!20:51
rlandy|rucksent - he should answer by our morning21:02
ade_leerlandy|ruck, thanks!21:02
*** dviroel is now known as dviroel|out21:16
*** rlandy|ruck is now known as rlandy|ruck|biab21:39
*** rlandy|ruck|biab is now known as rlandy|ruck23:20

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