Thursday, 2020-05-07

*** rlandy has quit IRC00:19
*** jmasud has quit IRC00:44
*** jmasud has joined #oooq00:44
*** jmasud has quit IRC01:32
*** apetrich has quit IRC02:09
*** jmasud has joined #oooq02:54
*** jmasud has quit IRC03:31
*** skramaja has joined #oooq04:05
*** ykarel|away is now known as ykarel04:21
*** ratailor has joined #oooq04:31
*** jmasud has joined #oooq04:34
*** udesale has joined #oooq04:41
*** jmasud has quit IRC05:01
*** jmasud has joined #oooq05:19
*** ysandeep|away is now known as ysandeep05:42
*** jmasud has quit IRC06:03
*** jfrancoa has joined #oooq06:05
*** jfrancoa has quit IRC06:06
*** jfrancoa has joined #oooq06:09
*** marios has joined #oooq06:12
*** bogdando has joined #oooq06:28
*** bogdando has quit IRC06:35
*** bogdando has joined #oooq06:37
*** bogdando has quit IRC06:42
*** bogdando has joined #oooq06:50
*** saneax has joined #oooq06:53
*** bogdando has quit IRC06:54
*** ccamacho has joined #oooq07:18
*** amoralej|off is now known as amoralej07:27
*** tosky has joined #oooq07:31
*** holser has joined #oooq07:31
*** ysandeep is now known as ysandeep|lunch07:50
*** jpena|off is now known as jpena07:55
*** panda has quit IRC07:59
*** pojadhav is now known as pojadhav|lunch08:01
*** panda has joined #oooq08:02
chemmarios: hey, good morning :)08:20
marioschem: o/ morning08:21
chemmarios: so every downstream update jobs are going to fail because https://review.opendev.org/#/c/724782/ cannot merged because https://review.opendev.org/#/c/726008/1 cannot merge because podman_container role doesn't exist in train (certainly ?)08:22
chemmarios: what can we do https://bugs.launchpad.net/tripleo/+bug/1876893 ?08:22
openstackLaunchpad bug 1876893 in tripleo "Error: error removing container - device or resource busy" [Critical,In progress] - Assigned to Sagi (Sergey) Shnaidman (sshnaidm)08:22
marioschem: looking08:22
chemmarios: thanks08:26
*** chem is now known as chem|afk08:27
marioschem|afk: i mean i see it in train https://opendev.org/openstack/tripleo-ansible/src/branch/stable/train/tripleo_ansible/ansible_plugins/modules/podman_container.py08:27
marioschem|afk: hmmm i wonder if this is another case of - vs _08:37
*** ysandeep|lunch is now known as ysandeep08:44
*** bogdando has joined #oooq08:50
*** chem|afk is now known as chem08:57
*** jtomasek has joined #oooq08:59
*** ykarel is now known as ykarel|lunch09:01
chemmarios: hum ... - vs _ doesn't seem to apply here09:02
marioschem: commented at https://review.opendev.org/#/c/726008/1/tripleo_ansible/roles/tripleo-container-rm/tasks/tripleo_podman_container_rm.yml we could try to unblock by reverting just that part of the review into a separate patch and fix it there09:03
marioschem: yeah the - _ was a red herring i was looking at the job definition and thought it was related09:03
marioschem: those jobs only exist on train branch so its even more confusing09:03
chemmarios: I've replied, but basically that patch is supposed to be a fix for an error that happens without it, so "revert" is not a option09:09
marioschem: if we can't do that i.e. revert just that part cos of the bug (theres a lot of context and i haven't been part of it looks like weshay|ruck sshnaidm|afk were mostly looking there so far and today is new ruck|rover day) then we will just have to consider making the job non voting and working out the module issue as another bug09:09
marioschem: yeaeh this is what i was worried about so... ^09:09
chemmarios: but I'm really surprised that we're using ansible module instead of paunch in train ci.09:10
chemmarios: downstream default is paunch09:10
*** pojadhav|lunch is now known as pojadhav09:10
marioschem: well you mean podman_container module? its part of tripleo-ansible so in general they want to move away from pauch and have that instead09:10
marioschem: i guess ?09:11
chemmarios: I'm not familiar enough with jobs definition, but I believe we're including disable-paunch.yaml environment file somewhere here09:11
chemmarios: that stuff https://github.com/openstack/tripleo-heat-templates/blob/stable/train/environments/disable-paunch.yaml#L5..L709:11
marioschem: job definition is in zuul.d/molecule on train tripleo-ansible09:11
marioschem: ack so that's good right i mean they don't want to use paunch09:12
chemmarios: why ? it's the default downstream09:12
chemmarios: for train09:13
marioschem: but that's upstream09:13
chemmarios: hehehe, oki.  It's just that testing somethnig that isn't used downstream by default isn't that useful to *me* but then, who am I to complain about my poor fate :)09:14
marioschem: if you're saying it's missing backports i can't see something obvious missing comparign train/master tripleo-ansible09:14
chemmarios: I really don't know because ... I mainly downstream so my entire world is paunch :)09:15
marioschem: in this particular case its about testing tripleo-ansible which i don't if it's used downstream09:18
*** dtantsur|afk is now known as dtantsur09:18
chemmarios: it is, for sure.09:18
chemmarios: all over the place09:18
marioschem: yeah :/09:19
marioschem: sorry09:19
marioschem: like invoked via tht in most places now09:19
chemmarios: right09:19
marioschem: then where is it defaulting to paunch still?09:19
marioschem: like via tht or via client or what?09:19
chemmarios: I think the  upstream ci must include the env file I mentionned earlier at some point of the job definition09:20
marioschem: don't see it in the job definition https://opendev.org/openstack/tripleo-ansible/src/branch/stable/train/zuul.d/molecule.yaml#L169 or the parent https://opendev.org/openstack/tripleo-ansible/src/branch/stable/train/zuul.d/base.yaml09:25
chemmarios: what is zuul.d/playbooks/run.yml ?09:27
chemmarios: basically where do we build the "deploy.sh" command ?09:27
marioschem: that's a molecule test the run is there https://opendev.org/openstack/tripleo-ansible/src/branch/stable/train/zuul.d/playbooks/run.yml09:29
marioschem: the tripleo-ansible team wrote and manages these tests so i'm not too familiar with them, but what are you looking for ? i don't think there will be a deployment in the traditional sense not for that job09:29
chemmarios: hum this is undercloud upgrade, so the only way to include that file would be to use an custom_env_file in undercloud.conf and it's not the case, so maybe I'm just saying non-sense here09:30
chemhttps://zuul.opendev.org/t/openstack/build/26de0d3e01544542b26caaeda8459277/log/logs/undercloud/home/zuul/undercloud.conf09:30
marioschem: i'm referring to the failing tripleo-ansible-centos-7-molecule-tripleo-container-rm09:30
chemmarios: yeah, but that's the same job09:31
marioschem: those jobs are not deploying anything i mean look at the run times 8/12 mins09:31
chemmarios: oki, I'm mixing things up here, sorry, right those jobs are something else entirely09:33
marioschem: the converge etc is defined in there for those if you want to dig more https://opendev.org/openstack/tripleo-ansible/src/branch/stable/train/tripleo_ansible/roles/tripleo-container-rm/molecule09:33
chemmarios: I've never did any molecule testing ... I'll just be patient here :)09:35
chemmarios: I'll raise another issue for discussion about diff in deployment for paunch/ansible in upstream-stein/osp16 testing, because it's kinda unrelated09:36
chemmarios: and maybe it's the default for the undercloud, need to double check now ...09:37
chemnope downstream has paunch all over the place09:38
chemI'll ask EmilienM|afk what is the expected "default" for the product09:39
chemmaybe it's the downstream which is wrong :)09:39
*** irclogbot_3 has quit IRC09:41
*** irclogbot_1 has joined #oooq09:41
chemmarios++ thanks for the support in any case :)09:41
*** jtomasek has quit IRC09:43
sshnaidm|afkbtw we have https://review.opendev.org/#/c/726003/09:44
*** sshnaidm|afk is now known as sshnaidm09:44
*** apetrich has joined #oooq09:44
*** ykarel|lunch is now known as ykarel09:44
marioschem: :/ didn't do much but its a very convulted issue... we don't own those jobs, they are only on train, and the actual blocker is a different job alltogether... as i said, cos its molecule we will likely end up skipping that09:45
*** jtomasek has joined #oooq09:45
mariossshnaidm: ack... chem did you see weshay|ruck posted https://review.opendev.org/#/c/726003/1/zuul.d/layout.yaml but surely it should be the other way around sshnaidm ?09:46
chemmarios: whatever works as would say Woody Allen :)09:46
mariossshnaidm: like lets make the molecule one non voting in order to fix the undercloud upgrade job09:46
mariosnot the other way around...09:46
sshnaidmI'm looking now into molecule failure09:47
chemmarios: sshnaidm if we are able to unlock without merging the nv all the better :)09:48
* chem goes back into his downstream rabbit hole09:49
sshnaidmyeah, it passed in master, but surprisingly doesn't find module on train, checking..09:50
*** jmasud has joined #oooq09:51
mariossshnaidm: jobs are only defined for train09:53
mariossshnaidm: it was really confusing to dig into09:53
mariossshnaidm: i mean that failing molecule job09:53
sshnaidmmarios, tripleo-ansible-centos-8-molecule-tripleo_container_rm ?09:55
sshnaidmin train it's tripleo-ansible-centos-7-molecule-tripleo-container-rm09:55
mariossshnaidm: yeah i can't find it at master09:56
mariossshnaidm: oh i see :) centos8 for master ack09:56
mariossshnaidm: well it's a different job so that still holds ;) 12:53 < marios> sshnaidm: jobs are only defined for train09:56
sshnaidmok, found the problem..09:59
*** jtomasek has quit IRC10:04
sshnaidmarxcruz, chandankumar ptal https://review.opendev.org/#/c/725066/10:08
*** jtomasek has joined #oooq10:12
*** jmasud has quit IRC10:16
*** skramaja has quit IRC10:16
*** skramaja has joined #oooq10:16
*** holser has quit IRC10:17
*** jtomasek has quit IRC10:17
*** jtomasek has joined #oooq10:18
*** holser has joined #oooq10:19
*** jmasud has joined #oooq10:19
*** derekh has joined #oooq10:21
chandankumarsshnaidm, please have a look when free https://review.rdoproject.org/r/#/q/topic:tobuildflag+(status:open+OR+status:merged)10:29
*** jmasud has quit IRC10:34
sshnaidmchandankumar, what is the purpose of fs02 in master?10:39
chandankumarsshnaidm, the goal was to build the image with in the job and test it10:40
chandankumarso that we donot get any corrupted images on the image server where some directories got missing10:40
sshnaidmchandankumar, but it's not going to upload this image?10:40
chandankumarsshnaidm, yes, it is going to upload the image, the image will be built and tested10:41
chandankumarwith in the job10:41
sshnaidmchandankumar, I mean uploading to images server10:41
sshnaidmchandankumar, you have it "false": https://review.rdoproject.org/r/#/c/27289/4/zuul.d/ovb-jobs.yaml10:42
chandankumarsshnaidm, it is not going to upload the image10:42
sshnaidmchandankumar, we could use 035 for that tbh10:42
chandankumarsshnaidm, ok, then, let me take a look at fs03510:43
sshnaidmnevermind, we can do this too10:43
*** ysandeep is now known as ysandeep|brb10:57
*** ysandeep|brb is now known as ysandeep11:10
*** skramaja has quit IRC11:27
*** skramaja has joined #oooq11:27
weshay|ruckakahat, give me 3 min :)11:30
akahatweshay|ruck, okay.11:31
*** jpena is now known as jpena|lunch11:32
weshay|ruckakahat, https://hackmd.io/sn48EeOoRjWNzvtV9IudxQ?both11:40
*** ysandeep is now known as ysandeep|afk11:48
rfolco|roverarxcruz, rfolco, zbr, panda, sshnaidm, rlandy, marios, ysandeep, bhagyashris, soniya29, pojadhav, akahat, weshay, chandankumar11:52
rfolco|roverping virtual training starting in 7 min11:52
rfolco|roverpls join early11:52
rfolco|roverhttps://meet.google.com/fgn-rnkp-sqt11:53
weshay|rucksshnaidm++11:55
rfolco|roverarxcruz, rfolco, zbr, panda, sshnaidm, rlandy, marios, ysandeep, bhagyashris, soniya29, pojadhav, akahat, weshay, chandankumar11:59
rfolco|roverping we are starting now11:59
*** ysandeep|afk is now known as ysandeep12:00
*** rlandy has joined #oooq12:02
rfolco|roverpanda, remind me to stop recording and start a new one on your presentation12:05
*** amoralej is now known as amoralej|lunch12:05
rfolco|rovermarios, 15 min passed (half)12:16
pandarfolco|rover: sure12:18
pandarfolco|rover: remember to stop recording.12:34
pandarfolco|rover: remember to stop recording.12:34
pandarfolco|rover: remember to stop recording.12:34
pandarfolco|rover: remember to stop recording.12:35
*** Goneri has joined #oooq12:37
*** jpena|lunch is now known as jpena12:38
*** udesale_ has joined #oooq12:40
*** ratailor has quit IRC12:42
*** ratailor has joined #oooq12:43
*** udesale has quit IRC12:43
*** bogdando_ has joined #oooq12:43
*** bogdando has quit IRC12:45
*** bogdando_ is now known as bogdando12:45
*** chem has quit IRC12:48
*** bogdando has quit IRC12:49
*** bogdando has joined #oooq12:49
*** skramaja has quit IRC12:50
*** chem has joined #oooq12:50
*** bogdando has quit IRC12:54
*** ratailor has quit IRC12:56
*** bogdando has joined #oooq12:56
*** bogdando_ has joined #oooq12:59
*** bogdando has quit IRC13:01
rfolco|roverpanda, we are on top of hour, maybe you can wrap up the introduction, we can resume this next week if you still have slides to cover..... or extend more 10 min (steal from planning mtg) if weshay|ruck agrees13:02
*** bogdando has joined #oooq13:03
weshay|ruckrfolco|rover, we can let him go.. planning should be shorter than usual imho13:03
rfolco|rovergreat13:03
rfolco|roverthx weshay|ruck13:03
*** bogdando_ has quit IRC13:04
*** ykarel is now known as ykarel|afk13:05
*** bogdando has quit IRC13:07
rfolco|roverarxcruz, rfolco, zbr, panda, sshnaidm, rlandy, marios, ysandeep, bhagyashris, soniya29, pojadhav, akahat, weshay, chandankumar13:12
rfolco|roverping planning mtg13:12
rfolco|roverhttps://hackmd.io/IhMCTNMBSF6xtqiEd9Z0Kw13:12
rfolco|roverhttps://meet.google.com/tbr-rgjz-cjc13:12
*** amoralej|lunch is now known as amoralej13:15
arxcruzchandankumar: https://review.opendev.org/#/c/72587813:28
*** TrevorV has joined #oooq13:32
*** jtomasek has quit IRC13:45
*** ykarel|afk is now known as ykarel14:07
*** bogdando has joined #oooq14:09
pandarfolco|rover: U sure usssuri is pronounced Usurey ?14:09
rfolco|roverpanda, my bad, its uzuri ?14:09
rfolco|roverusery14:10
rfolco|rovermisery14:10
pandarfolco|rover: oo-soo-ree14:10
rfolco|roverpanda, ok so the diff is soo14:10
pandasoo the difference is14:10
rfolco|roversoo diffrent14:11
rfolco|roverarxcruz, muted you, siren is there?14:12
arxcruzrfolco|rover: i live in a place full of old people, there are sirens all day along sorry14:13
rfolco|rover...says the "young guy"14:14
arxcruzrfolco|rover: there are two seniorenhaus here (builds where only retired people lives)14:15
rfolco|rovermarios, panda: my reaction to your presentations... https://michaelpiff.files.wordpress.com/2015/07/weebae-ohhh.gif?w=68014:16
rfolco|roverarxcruz, got it14:16
pandarfolco|rover: and I wasn't even naked.14:16
rfolco|rovermarios, please add the slides to https://hackmd.io/OXNWWIShSBaPXPC8d7kFgQ, or give me the link pls14:16
rlandyjpena: hi ... got a failure reporting to dlrn downstream for one test but works fine for another - can you see what I am missing (will post links in pvt)14:19
jpenarlandy: sure, let me check14:20
pandapojadhav: akahat soniya29 ysandeep: when I'm back on monday I'm expecting to see at least 2000 question from each of you on the introduction to testing. Thanks.14:26
ysandeeppanda, :) o/ sure .. will try for 2001 Q14:27
pojadhavpanda, sure :)14:28
pandaysandeep: yeah! already surpass the expectations.14:28
ysandeeprlandy marios please invite me too for internal component sync, whenever you schedule , thank you! :)14:29
*** tosky_ has joined #oooq14:29
rlandyysandeep: sure14:29
ysandeep:) thanks14:32
*** tosky has quit IRC14:32
*** ysandeep is now known as ysandeep|afk14:33
*** pojadhav is now known as pojadhav|afk14:33
rlandymarios: k - so I can get by the install if I use the candidate only repo14:34
rlandylooking at standalone failure now14:34
rlandyhttps://sf.hosted.upshift.rdu2.redhat.com/logs/89/198789/17/check/periodic-tripleo-ci-rhel-8-standalone-rhos-17/5164055/logs/undercloud/home/zuul/standalone_deploy.log14:34
*** dsneddon has quit IRC14:36
*** panda is now known as panda|pto14:42
mariosrlandy: (ack in pvt)14:42
weshay|ruckhttps://hackmd.io/2MdkNAUuT7aBcM0Yck4xnw14:43
*** jtomasek has joined #oooq14:50
ykarelrlandy, i have seen similar error as the above deploy.log15:01
ykarelthat happens when old python six is used with some newver version of urllib315:02
rlandyykarel: really? i suspected it was a urllib3 issue15:02
rlandyykarel: so python six needs an update?15:02
ykarelrlandy, yeap15:02
rlandyykarel: thanks - checking versions15:02
ykarelpython six should be available in osp 1715:02
ykarelso just update should work15:03
rlandyykarel: deps in osp is a whole story unto itself :(15:03
ykarelrlandy, fyi we also hit similar issue in one of our job and fixed with update https://review.rdoproject.org/r/#/c/27197/15:04
*** tosky_ is now known as tosky15:04
rlandytoplink/vol/rhel-8/packages/python-six/1.12.0/1.el8ost/noarch/python3-six-1.12.0-1.el8ost.noarch.rpm15:04
*** marios is now known as marios|afk15:05
rlandyk - let me try that15:05
rlandythank you15:05
*** matbu has quit IRC15:08
*** matbu has joined #oooq15:10
*** jtomasek has quit IRC15:10
ykarelack, we have 1.14 in RDO that worked, 1.12.0 should also work but not tried15:11
rlandyykarel++ - that seemed to work15:34
*** marios|afk is now known as marios15:45
ykarelrlandy, ack15:47
weshay|ruckrlandy, where is the change that was made to tempest to increase the network timeout on ssl calls?15:53
rlandyweshay|ruck: https://review.opendev.org/#/c/706288/33/zuul.d/standalone-jobs.yaml line 86715:57
weshay|rucktempest_tempest_conf_overrides:15:58
weshay|ruck          service-clients.http_timeout: '120'15:58
weshay|ruckrhanks!15:58
weshay|ruckI think 039 may be failing due to that15:58
*** ykarel is now known as ykarel|away16:07
*** dtantsur is now known as dtantsur|afk16:28
*** pojadhav|afk is now known as pojadhav16:28
rfolco|roverweshay|ruck, I am probably confusing bugs16:33
rfolco|roverweshay|ruck, whats tempest bug ?16:33
chandankumarrfolco|rover, weshay|ruck https://review.opendev.org/#/c/725858/ gates are clear now except podman issue i think16:34
rfolco|roverarxcruz, what is the tempest bug ?16:35
chandankumarrfolco|rover, you are looking at https://bugs.launchpad.net/tripleo/+bug/1877230/comments/116:36
openstackLaunchpad bug 1877230 in tripleo "https://images.rdoproject.org/centos8/master/rdo_trunk/tripleo-ci-testing/overcloud-full.tar doesn't exist (anymore?)" [Critical,Triaged] - Assigned to chandan kumar (chkumar246)16:36
rfolco|roverchandankumar, yes, it failed last time, so looking at the logs16:37
chandankumarrfolco|rover, now it is gone, https://review.rdoproject.org/zuul/build/6db681503ed34b2aac602d6cc070af06 from last run16:37
chandankumarrfolco|rover, https://logserver.rdoproject.org/openstack-periodic-master/opendev.org/openstack/tripleo-ci/master/periodic-tripleo-centos-8-master-containers-build-push/2f4729e/logs/containers-failed-to-build.log you need a bug for this one16:38
rfolco|roverhttps://review.rdoproject.org/zuul/builds?pipeline=openstack-periodic-master&job_name=periodic-tripleo-centos-8-master-containers-build-push16:38
rfolco|roverfailed, worked, failed again16:38
rfolco|roveryep chandankumar16:39
chandankumarhttps://logserver.rdoproject.org/openstack-periodic-master/opendev.org/openstack/tripleo-ci/master/periodic-tripleo-centos-8-master-containers-build-push/2f4729e/logs/buildah-builds/kolla-builds/e82753f4-06b3-446d-8002-c1a2e2ba2c49/docker/neutron/neutron-openvswitch-agent/neutron-openvswitch-agent-build.log16:39
chandankumarFailed to download metadata for repo 'advanced-virtualization'16:39
chandankumarmay be mirror issue16:39
*** sshnaidm is now known as sshnaidm|afk16:46
*** bogdando has quit IRC16:46
rfolco|roverchandankumar, https://bugs.launchpad.net/tripleo/+bug/187741616:48
openstackLaunchpad bug 1877416 in tripleo "periodic-tripleo-centos-8-buildimage-overcloud-full-master failed to build 3 containers" [Critical,Triaged]16:48
*** udesale_ has quit IRC16:52
*** derekh has quit IRC16:53
chandankumarrfolco|rover, it is container build not image build, title needs to be corrected16:56
rfolco|roverchandankumar, oops copy/paste :(16:57
rfolco|roverfixed16:57
*** jpena is now known as jpena|off17:15
*** marios has quit IRC17:16
rlandyweshay|ruck: fixing the standalone error - will rerun17:20
*** pojadhav is now known as pojadhav|away17:21
rfolco|roverweshay|ruck, arxcruz hope this is the right job to reproduce/look at17:25
rfolco|roverhttps://review.rdoproject.org/r/#/c/27349/17:25
*** amoralej is now known as amoralej|off17:28
*** rfolco|rover has quit IRC17:40
*** rfolco has joined #oooq17:42
*** jbadiapa has quit IRC17:42
*** rfolco is now known as rfolco|rover17:46
*** ccamacho has quit IRC17:51
weshay|ruckrfolco|rover, ya.. looking for queens too.. but that should be fine for now17:55
rfolco|roverweshay|ruck, ok fs010 is what arxcruz used I assume17:56
weshay|ruckrfolco|rover, aye17:57
rfolco|roverweshay|ruck, I started w/ wrong job, asked jpena to hold vm, now he is off and I am trying to ping nhicher to fix it, hold the new one17:57
rlandywalk ... biab18:07
*** rlandy is now known as rlandy|biab18:07
chandankumarweshay|ruck, quick merge https://review.rdoproject.org/r/#/c/27363/18:29
weshay|ruckchandankumar, done18:30
chandankumarweshay|ruck, thanks, I will work on cleaning up rhel8 based from third party jobs tomorrow18:31
chandankumarand put some readme there18:31
weshay|ruck+118:31
weshay|ruckchandankumar, the fix for undercloud-upgrades merged.. waiting to see if it's truly fixed18:31
chandankumarcool18:32
weshay|ruckchandankumar, did I put this in the right place? https://review.opendev.org/72622018:35
chandankumarweshay|ruck, you need to use this one tempest_tempest_conf_overrides18:37
weshay|ruckah k18:38
chandankumarweshay|ruck, https://opendev.org/openstack/tripleo-quickstart/src/branch/master/config/general_config/featureset001.yml#L19018:38
weshay|ruckthanks!18:38
*** rlandy|biab is now known as rlandy18:39
chandankumarweshay|ruck, https://review.rdoproject.org/zuul/status/change/5331,1ce221295082f22abd97eb0999d4f7b256b9e7f0 now it looks good18:39
weshay|ruck+118:40
chandankumarrlandy, weshay|ruck https://review.rdoproject.org/r/#/q/topic:tobuildflag+(status:open+OR+status:merged) few more reviews18:42
rlandyk18:42
*** saneax has quit IRC18:44
*** saneax has joined #oooq18:44
weshay|ruckchandankumar, which job uploads the image?18:45
weshay|rucksee my comment18:45
chandankumarweshay|ruck, https://review.rdoproject.org/r/27342 will turn off the image upload to toci testing repo18:47
chandankumar*toci testing18:47
chandankumarweshay|ruck, then I need to rename the job18:48
chandankumarweshay|ruck, I will rename it18:48
weshay|ruckchandankumar, sorry18:48
weshay|ruckrfolco|rover, https://review.opendev.org/72622418:50
weshay|ruckrfolco|rover, you good? need anything18:50
rfolco|roverweshay|ruck, good18:50
chandankumarweshay|ruck, https://review.rdoproject.org/r/#/q/topic:tobuildflag+(status:open+OR+status:merged) removed -upload from job name18:51
weshay|ruckthanks done18:53
*** jmasud has joined #oooq18:58
chandankumarweshay|ruck, can you take a look at marios comment on this review https://review.opendev.org/#/c/720776/ ?19:01
weshay|ruckchandankumar, ya.. I think marios's comment afaict.. is reaffirming using release rather than distro19:02
weshay|ruckto determine using a md5sum agg or dlrn_hash19:02
weshay|ruckchandankumar, just manually tested the failing molecule.. I think it should pass now19:02
chandankumarweshay|ruck, aye thanks!19:03
weshay|ruckchandankumar, we can clean up the commit message on the parent I think19:03
weshay|rucklots of stuff merged19:03
chandankumaryes19:03
chandankumarthat would be good19:03
weshay|ruckthat could be breaking the dlrn build19:04
*** jmasud has quit IRC19:10
weshay|ruckrlandy, when you have a sec19:13
weshay|ruckhttps://review.opendev.org/#/c/726224/19:13
rlandylooking19:14
weshay|ruckthanks19:16
weshay|ruckrfolco|rover, can you put my and bhagyarhi's keys on https://review.rdoproject.org/r/#/c/27349/ nodes19:17
weshay|ruckhttps://github.com/weshayutin.keys19:17
weshay|ruckmeh.. empty here https://github.com/Bhagyashribs.keys19:18
chandankumarweshay|ruck, https://github.com/bshewale.keys but still empty19:19
*** dpawlik has quit IRC19:23
weshay|ruckrlandy, you sure about rm osptrunk-deps.repo?19:26
weshay|ruck  rhos-release {{ rhos_release_args }}19:26
weshay|ruck  sudo rm -rf /etc/yum.repos.d/rhos-release-17.repo19:26
weshay|ruck  sudo rm -rf /etc/yum.repos.d/osptrunk-deps.repo19:26
weshay|ruckhttps://code.engineering.redhat.com/gerrit/#/c/199471/16/config/release/rhos-17-periodic.yml19:26
rlandyweshay|ruck: there are old deps in there19:26
weshay|ruckso we get it from dlrn and rhos-release19:26
rfolco|roverwill add yours19:26
rlandycandidate has newer ones19:27
rlandyweshay|ruck: no - not rho-release19:27
weshay|ruckah19:27
rlandycandidate19:27
weshay|ruckk19:27
rlandylike build-deps19:27
weshay|ruckroger that19:27
rlandywhich may be wrong19:27
rlandybut it's the only option that works atm19:27
rlandyI tried combinations of them all19:27
weshay|ruckjebus19:28
weshay|ruckrlandy, so .. you've confirmed.. http://osp-trunk.hosted.upshift.rdu2.redhat.com/rhel8-osp17/osptrunk-deps.repo is not good for the standalone?19:29
rfolco|roverweshay|ruck, container push failure is mirror issue looks like, https://review.rdoproject.org/r/#/c/27361/ works19:29
rfolco|roverchandankumar, ^19:29
chandankumarrfolco|rover, aye thanks for confirming19:30
rlandyweshay|ruck: it didn't work for me - it should though19:30
weshay|ruckrlandy, which build? https://code.engineering.redhat.com/gerrit/#/c/198789/19:30
rfolco|roverweshay|ruck, nodes gone, checking w/ nhicher what happened19:31
weshay|ruckloverly19:31
rlandyweshay|ruck: chandankumar: pls see https://review.opendev.org/#/c/725974/19:32
rlandy^^ will hose rhos-16 builds19:32
rlandybut I want to remove those19:32
rlandynobody is looking at them19:32
rlandywe need that for standalone pipeline19:32
rlandyweshay|ruck: pls also review https://code.engineering.redhat.com/gerrit/#/c/198790/19:35
rlandyupdated that review for rhos-17 pipelines19:35
rlandyweshay|ruck: what should the project be?19:35
rlandyhttps://code.engineering.redhat.com/gerrit/#/c/198790/2/zuul.d/tripleo.yaml19:35
rlandyline 219:35
weshay|ruckgood question19:35
weshay|ruckrlandy, wfm.. maybe as in rhos-ops.. matches https://github.com/rdo-infra/review.rdoproject.org-config/blob/master/zuul.d/tripleo.yaml#L1119:36
rlandyweshay|ruck: k - we can merge that after standalone merges19:38
weshay|ruckwfm19:38
rlandyrestesting with your get-hash patch19:38
weshay|ruckrlandy, /me notes.. pass / fail is ok.. atm19:38
weshay|ruckespecially if we're figuring out deps19:39
rlandyweshay|ruck: so deps ... here's the thing19:39
rlandyI think candidate deps work19:39
rlandyif we're ok to use those19:39
rlandywe include build deps upstream19:39
rlandyso it's not a bigger violation19:39
rlandyit just seems more updated19:39
rlandyand openvswitch has a clash if you include noth19:40
rlandyboth19:40
weshay|ruckrlandy, we need to signal that back to #rdo apevec, jpena etc19:40
weshay|ruckbecause folks that are not using ci.. will hit issues if they are hosting the wrong repo in deps19:40
rlandyweshay|ruck: ok - let's get a passing standalone job and I'll chat with jpena tomorrow19:40
weshay|ruckk19:40
rlandythey are not hosting anything19:40
rlandyit's just a link to brew19:41
weshay|ruckin osp dlrn they link to brew19:41
rlandyreldel hosts both19:41
rlandyyep19:41
weshay|ruckya.. I know19:41
rlandyno hosting going on19:41
weshay|ruckbut dlrn should point to a working repo19:41
weshay|ruckpoor choice of words19:41
rlandyosp-deps is oisgesmuddled19:41
weshay|ruckbonus points for using yiddish in bugs19:42
rlandyspending too much time with my mom :)19:43
*** dsneddon has joined #oooq19:56
chandankumarrlandy, regarding this review https://review.opendev.org/#/c/725974/2/roles/repo-setup/tasks/get-dlrn-hash-newest.yml what about using release there? like weshay|ruck did https://review.opendev.org/#/c/720776/15/roles/repo-setup/tasks/get-dlrn-hash-newest.yml19:58
chandankumarinstead of multiple distro conditions19:59
rlandychandankumar: I'm abandoning that for weshay|ruck's review19:59
rlandyjust testing to see it works with downstream19:59
chandankumarrlandy, may be we can update weshay|ruck ruck to satisfy downstream needs19:59
chandankumarrlandy, aye20:00
*** dsneddon has quit IRC20:00
rlandychandankumar: I think it might works as is20:01
weshay|ruckchandankumar, release is defined on internal release config20:07
rlandyweshay|ruck: ok if I removed rhos016 jobs20:08
rlandynot passing and nobosy is looking at them20:08
rlandynobody20:08
weshay|ruckrlandy, ya remove :)20:08
rlandywe will have rhos-17 jobs soon20:08
weshay|ruckrlandy, need some +2 support https://review.opendev.org/#/q/topic:1876893+(status:open+OR+status:merged)20:22
*** jfrancoa has quit IRC20:22
weshay|ruckwill revert when the bug is fixed20:23
weshay|ruckbugs20:23
rlandyok20:23
rfolco|roverweshay|ruck, last time tempest ssh test worked kernel was kernel-3.10.0-1062.18.1.el7.x86_6420:24
rfolco|roverweshay|ruck, after updating to kernel-3.10.0-1127.el7.x86_64, it failed20:24
rfolco|rovernot saying this is the root cause, just facts20:24
rfolco|rover1062 --> 112720:24
weshay|ruckrfolco|rover, aye.. and ping rhos-ops as to why the kernel is diff in upstream vs rdo20:25
rfolco|roverweshay|ruck, let me double check this info... the info above is rdo-rdo20:25
weshay|ruckah20:26
weshay|ruckrfolco|rover, k.. because those jobs are passing upstream.. fs010 anyway20:26
weshay|ruckrfolco|rover, https://trello.com/c/niYGK63i/1475-cixlp1876087tripleociproa-queens-rocky-stein-tempestscenariotestnetworkbasicopstestnetworkbasicops-failing-timeout20:27
rlandyweshay|ruck: fyi ... //code.engineering.redhat.com/gerrit/#/c/199674/20:32
rfolco|roverweshay|ruck, sorry, but i don't know what is the fs010 job upstream you refer20:38
rfolco|roverweshay|ruck, can you please point me ?20:38
*** TrevorV has quit IRC20:44
*** rfolco|rover is now known as rfolco|rover|off21:11
*** saneax has quit IRC21:44
*** jmasud has joined #oooq21:55
weshay|ruckrfolco|rover|off, how to fish22:00
weshay|ruck[whayutin@localhost zuul.d]$ egrep -rn 010 *22:00
weshay|ruckdeprecated-jobs.yaml:110:      featureset: '010'22:00
weshay|ruckmultinode-jobs.yaml:195:        - tripleo-ci-centos-7-scenario010-multinode-oooq-container22:00
weshay|ruckmultinode-jobs.yaml:246:      featureset: '010'22:00
weshay|ruckmultinode-jobs.yaml:273:      featureset: '010'22:00
weshay|ruckmultinode-jobs.yaml:314:      featureset: '010'22:00
weshay|ruckmultinode-jobs.yaml:328:      featureset: '010'22:00
weshay|ruck## CentOS 7 jobs22:02
weshay|ruck- job:22:02
weshay|ruck    name: tripleo-ci-centos-7-containers-multinode22:02
weshay|ruck    parent: tripleo-ci-base-multinode22:02
weshay|ruck    branches: ^(stable/(pike|queens|rocky|stein|train)).*$22:02
weshay|ruck    vars:22:02
weshay|ruck      nodes: 1ctlr22:02
weshay|ruck      featureset: '010'22:02
weshay|ruck      playbooks:22:02
weshay|ruck        - multinode.yml22:02
*** jmasud has quit IRC22:06
*** holser has quit IRC22:31
*** holser has joined #oooq22:45
*** dsneddon has joined #oooq23:18
rlandyweshay|ruck: still around?23:26
*** holser has quit IRC23:29
*** jmasud has joined #oooq23:34
*** tosky has quit IRC23:36

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