Tuesday, 2020-05-26

*** Goneri has quit IRC00:01
*** chem has quit IRC00:17
*** chem has joined #oooq00:18
*** jmasud has joined #oooq01:02
*** rfolco|rover has joined #oooq01:49
*** rfolco|rover has quit IRC01:54
*** jmasud has quit IRC01:57
*** jmasud has joined #oooq01:57
*** jmasud has quit IRC02:08
*** apetrich has quit IRC02:10
*** holser has joined #oooq03:05
*** ykarel|away is now known as ykarel03:35
*** ykarel is now known as ykarel|afk03:54
*** holser has quit IRC03:55
*** holser has joined #oooq03:58
*** ysandeep is now known as ysandeep|brb04:08
*** udesale has joined #oooq04:24
*** ratailor has joined #oooq04:28
*** ratailor has quit IRC04:30
*** ysandeep|brb is now known as ysandeep04:38
*** ratailor has joined #oooq05:02
*** skramaja has joined #oooq05:05
*** ykarel|afk is now known as ykarel05:25
*** jfrancoa has joined #oooq05:28
*** marios has joined #oooq05:39
*** jmasud has joined #oooq05:42
*** jmasud has quit IRC06:30
akahatysandeep, o/06:38
ysandeepakahat, \o06:39
akahatysandeep, that fix didn't worked :(06:40
akahathttps://storage.gra.cloud.ovh.net/v1/AUTH_dcaab5e32b234d56b626f72581e3644c/zuul_opendev_logs_798/723876/7/check/tripleo-ci-centos-8-scenario012-standalone/7982e7f/job-output.txt06:40
akahatysandeep, it is about creating baremetal node.06:40
ysandeepakahat, okay looking ,env variable have - export OS_CLOUD=standalone" ?06:41
akahatysandeep, yes.06:41
ysandeepakahat, "Create baremetal node" - where this task is defined?06:50
akahatysandeep, it's here: https://review.opendev.org/#/c/720705/10/tasks/tempest_ironic_node_create.yml06:52
*** holser has quit IRC07:01
ysandeepakahat, I think we should add those task here https://review.opendev.org/#/c/720705/10/tasks/tempest_ironic_node_create.yml instead, I think because we are using shell module they are not passed to shell env var from https://review.opendev.org/#/c/720705/10/tasks/tempest_ironic_resources.yml07:17
ysandeep I think env var (os_cloud)are missing for shell module - To confirm i think we need to print env variable in tempest_ironic_node_create.yml using shell module first07:17
ysandeep If that the case ^^ we probably can add that export(export OS_CLOUD=standalone) in ~/.profile, /etc/environment, /etc/profile.d as per https://stackoverflow.com/questions/27733511/how-to-set-linux-environment-variables-with-ansible so it is available for subsequent  shell command run.07:17
ysandeepakahat, ^^07:19
*** ratailor has quit IRC07:20
*** ratailor has joined #oooq07:20
akahatysandeep, okay. I'll try it.07:22
ysandeepakahat, ack o/07:23
*** amoralej|off is now known as amoralej07:27
*** jpena|off is now known as jpena07:27
*** holser has joined #oooq07:28
*** yolanda has joined #oooq07:32
*** tosky has joined #oooq07:38
*** openstackstatus has quit IRC07:39
*** openstackstatus has joined #oooq07:39
*** ChanServ sets mode: +v openstackstatus07:39
*** ccamacho has joined #oooq07:51
ysandeepchandankumar, Whenver you get some free time small query- In downstream which package is responsible to create /home/zuul/tempest , I faced an error during tempest run - "Unable to change directory before execution: [Errno 2] No such file or directory: b'/home/zuul/tempest'"07:57
ysandeephttps://sf.hosted.upshift.rdu2.redhat.com/logs/74/200674/3/check/periodic-tripleo-ci-rhel-8-scenario010-standalone-octavia-rhos-17/61dc556/job-output.txt07:57
*** jbadiapa has joined #oooq08:17
chandankumarysandeep, can you pass me the review link?08:23
*** ccamacho has quit IRC08:23
ysandeepchandankumar, test - https://code.engineering.redhat.com/gerrit/#/c/200674/ definations here https://code.engineering.redhat.com/gerrit/#/c/200673/08:25
zbrsshnaidm: marios: can you please review https://review.rdoproject.org/r/#/c/27577/ ?08:30
zbrbefore it gets outdated08:30
chandankumarysandeep, commented08:31
ysandeepchandankumar, thanks looking08:31
ysandeepchandankumar++08:32
marioszbr: ack08:35
zbrthere are some important mistake there, like putting playbooks inside tasks forlder.08:36
zbror vars inside tasks once.08:36
*** apetrich has joined #oooq08:42
*** ykarel is now known as ykarel|lunch08:44
*** dtantsur|afk is now known as dtantsur09:05
*** ysandeep is now known as ysandeep|lunch09:08
*** derekh has joined #oooq09:35
*** tosky__ has joined #oooq09:50
*** tosky is now known as Guest6865809:50
*** tosky__ is now known as tosky09:50
*** ykarel|lunch is now known as ykarel09:51
*** ysandeep|lunch is now known as ysandeep10:05
chandankumarcgoncalves, Hello10:53
chandankumarcgoncalves, can you point the devstack code where we octavia related temepst resources for running tempest tests10:53
*** matbu has quit IRC10:56
*** matbu has joined #oooq10:58
cgoncalveschandankumar, sorry, I didn't get that11:10
chandankumarcgoncalves, for running octavia tests, we need member role to be present (other resources ), where can i find the code related to aht11:13
chandankumar*that11:13
cgoncalveschandankumar, https://github.com/openstack/octavia/blob/master/devstack/plugin.sh#L678-L68411:14
cgoncalveschandankumar, Octavia defaults to advanced RBAC. Note that, though, Octavia uses legacy RBAC in RDO/TripleO/OSP11:15
chandankumarcgoncalves, https://github.com/openstack/octavia/blob/master/devstack/plugin.sh#L687 in the deployment does we need to manually create lb-mgmt-net and upload amphora image and create keypair or is it already present in the deployment before running tempest tests?11:18
chandankumari mean in case of tripleo11:18
cgoncalveschandankumar, present before tempest11:18
weshay|ruckchandankumar, how's your image check job .. looking for missing files?11:19
weshay|ruckhitting missing files again and I want to cross check https://logserver.rdoproject.org/openstack-periodic-latest-released/opendev.org/openstack/tripleo-ci/master/periodic-tripleo-ci-centos-8-ovb-3ctlr_1comp-featureset001-ussuri/8f8eeda/logs/undercloud/home/zuul/overcloud_deploy.log.txt.gz11:19
chandankumarweshay|ruck, still polishing the review https://review.opendev.org/#/c/718946/11:20
chandankumarweshay|ruck, does fs02 is also failing?11:20
weshay|ruckhrm.. I don't see that job in ussuri11:21
chandankumarlet me add that11:22
weshay|ruckbhagyashris|ruck, 0/ need anything?11:22
bhagyashris|ruckweshay|ruck, yes, fs001 that is failing randomly on master and ussuri that's the only one concern11:24
bhagyashris|ruckweshay|ruck, and after this  https://review.opendev.org/#/c/730533  only one time all the jobs run so which ever jobs are failing those i am testing through the testproject and waiting for those results11:25
chandankumarsshnaidm, weshay|ruck bhagyashris|ruck https://review.rdoproject.org/r/#/c/27759/11:29
*** jpena is now known as jpena|lunch11:30
chandankumarcgoncalves, thanks!11:30
ysandeepbhagyashris|ruck, weshay|ruck Is this known https://review.rdoproject.org/zuul/builds?job_name=periodic-tripleo-ci-centos-8-scenario010-standalone-network-master ?11:31
ysandeepFyi.. https://opendev.org/openstack/tripleo-quickstart/commit/5fe440af2b3714ba4b6ce0e66046394fd2794dfa could be related..11:31
*** udesale_ has joined #oooq11:32
ysandeepperiodic-tripleo-ci-centos-8-scenario010-standalone-octavia-master is also affected that is also using fs06211:34
*** udesale has quit IRC11:34
chandankumarysandeep, Could not find or access '/home/zuul/workspace/.quickstart/config/release/queens.yml' on the Ansible Controller. got fixed already by https://review.opendev.org/73053311:34
ysandeepchandankumar, ack o/11:35
bhagyashris|ruckysandeep, yes waiting for recent run result11:37
ysandeepchandankumar, Will https://github.com/rdo-infra/rdo-jobs/blob/master/zuul.d/standalone-jobs.yaml#L384 also need changes based on "Move fs062 to os_tempest changes"?11:38
ysandeepjust like downstream changes you mentioned on my downstream patch.11:39
ysandeepbhagyashris|ruck, thanks! will wait for next run to confirm.11:40
chandankumaryes11:40
bhagyashris|ruckysandeep, chandankumar yes , periodic-tripleo-ci-centos-8-scenario010-standalone-network-master job is still running on validate-tempest and not on os_tempest11:40
chandankumarhttps://review.opendev.org/729541 once merges then11:40
bhagyashris|ruckchandankumar, yup thats what i was searching11:41
bhagyashris|ruckysandeep, ^11:41
ysandeepbhagyashris|ruck, chandankumar thanks!11:41
weshay|ruckchandankumar, thanks11:42
chandankumarbhagyashris|ruck, can you fire a test project with fs01 and fs02 ussuri11:46
chandankumarperiodic11:46
bhagyashris|ruckchandankumar, fs001 on ussuri is already running https://review.rdoproject.org/r/#/c/27750/11:46
bhagyashris|ruckwill push patch for fs0211:47
chandankumarbhagyashris|ruck, yes11:50
*** sshnaidm is now known as sshnaidm|afk11:54
bhagyashris|ruckchandankumar, test patch for fs02 for ussuri https://review.rdoproject.org/r/#/c/27760/11:55
*** rfolco|rover has joined #oooq11:55
*** rlandy has joined #oooq12:13
rlandymarios: ysandeep: hi ... ok if I merge https://code.engineering.redhat.com/gerrit/#/c/200373/? scenario001 jobs?12:15
ysandeeprlandy, yes 1 then 4 then 2 can be merged https://hackmd.io/sMAvQmxCTnC6FLSa_4oycg?both12:17
rlandyysandeep: pls also add the jobs to add periodic-tripleo-ci-rhel-8-scenario001-standalone to the main pipeline12:17
rlandyintegration pipeline12:17
rlandyysandeep: scenario004? as in https://code.engineering.redhat.com/gerrit/#/c/200611/?12:18
rlandyysandeep: sorry - I see12:19
ysandeeprlandy, ack for scenario1 for integration pipeline .. will do in a separate patch12:19
rlandygiving marios a few to vote12:20
rlandyysandeep: and a patch for scenario 04 and 02 in integration line12:21
rlandyplease12:21
ysandeeprlandy, I want to confirm file for the main intergration pipeline.12:21
rlandyhttp://git.app.eng.bos.redhat.com/git/openstack/tripleo-ci-internal-config.git/tree/zuul.d/tripleo.yaml12:21
ysandeeprlandy, ack.. sending 1 patch clubing scenario 01/04 and 0212:22
*** ykarel is now known as ykarel|afk12:23
mariosrlandy: o/ sorry reading12:26
mariosrlandy: ah 17 seconds too late :D12:27
mariosrlandy: (no objections)12:27
rlandymarios: sorry I unw'ed12:27
*** amoralej is now known as amoralej|lunch12:28
rlandyhmm ... might have messed that process up12:28
mariosrlandy: should be ok ..12:29
mariosmerged in fact12:29
rlandymarios: pls vote on ysandeep's scenario 002 and 004 patches12:29
ysandeeprlandy, merged :) hehehe thanks!12:29
rlandysorry - need to get onto another meetin now12:29
mariosrlandy: will do12:29
ysandeepmarios, https://hackmd.io/sMAvQmxCTnC6FLSa_4oycg?both#Scenario-4-Green- for your ready reference12:29
mariosysandeep: i think 4 needs rebase 'cannot merge'12:29
mariosysandeep: (probably cos of 1 merging)12:30
mariosysandeep: try clicking the rebase button might work12:30
ysandeepmarios, ack doing12:30
mariosysandeep: if it can't resolve the conflict you might need to do it manually12:30
rlandyysandeep: https://code.engineering.redhat.com/gerrit/#/c/200511/ also needs rebase12:31
*** rlandy is now known as rlandy|mtg12:31
weshay|ruckrlandy|mtg, https://meet.google.com/dvs-qsrc-zzj?authuser=112:31
ysandeepmarios, please check 4 first - rebase button worked https://code.engineering.redhat.com/gerrit/#/c/200505/12:31
mariosysandeep: ack i +A it12:32
*** jpena|lunch is now known as jpena12:34
ysandeepmarios, thanks! 2 also rebased https://code.engineering.redhat.com/gerrit/#/c/200511/12:34
ysandeepmarios, rlandy|mtg :) :) :) thank you so much ..12:38
mariosysandeep: great job on those patches12:40
ysandeepthank you :)12:43
bogdandoola, PTAL https://bugs.launchpad.net/tripleo/+bug/1880692/comments/112:44
openstackLaunchpad bug 1880692 in tripleo "zuul based CI reproducer on cannot be used on libvirt Centos 8 VM" [Undecided,New]12:44
*** chem has quit IRC12:45
*** chem has joined #oooq12:47
rfolco|roverweshay|ruck, morning. Can you trigger train pipeline jobs ? fs020 failed (after 5 consecutive passes)... and bhagyashris|ruck's testproject is also green. Maybe we can try a train promotion for prog call tomorrow12:55
weshay|ruckaye12:56
*** fultonj has joined #oooq12:58
*** ykarel|afk is now known as ykarel13:01
*** fultonj has quit IRC13:02
sshnaidm|afkweshay|ruck, mtg?13:03
*** sshnaidm|afk is now known as sshnaidm13:10
bhagyashris|ruckchandankumar, jfyi fs001 on ussuri got time out https://review.rdoproject.org/r/#/c/27750/13:17
chandankumarhmm13:17
chandankumarrlandy|mtg, https://sf.hosted.upshift.rdu2.redhat.com/logs/08/201408/1/check/periodic-tripleo-ci-rhel-8-standalone-rhos-17/65dc41c/logs/undercloud/home/zuul/install_packages.sh.log13:18
*** amoralej|lunch is now known as amoralej13:18
bhagyashris|ruckhttps://logserver.rdoproject.org/50/27750/1/check/fs001-ussuri-1/0ca24c4/job-output.txt13:18
chandankumarrlandy|mtg, is this one a known issue ? getting here while testing my repo theory https://code.engineering.redhat.com/gerrit/#/c/201408/13:18
*** rlandy|mtg is now known as rlandy13:19
rlandychandankumar: looking13:20
rlandychandankumar: you need the ceph repos - will look more after next meeting13:20
rlandychandankumar: rhos-release ceph 413:21
chandankumarrlandy, aye13:22
rlandychandankumar: I still have the compose rhos-release in some reviews :( ... need to get that sorted13:24
chandankumarrlandy, ok13:24
rlandythe compose rhos-release gets you the right ceph + mock deps13:24
weshay|ruckrfolco|rover, will trigger in a few13:24
rlandyif you just need ceph, the rhos-release ceph 4 should work13:24
*** ykarel is now known as ykarel|afk13:24
rfolco|roverweshay|ruck, thanks13:27
rfolco|rovercommunity meeting starting in 2 min at https://meet.google.com/bqx-xwht-wky >> arxcruz, rfolco, zbr, panda, sshnaidm, rlandy, marios, ysandeep, bhagyashris, soniya29, pojadhav, akahat, weshay, chandankumar13:28
rfolco|roverhttps://hackmd.io/IhMCTNMBSF6xtqiEd9Z0Kw#2020-05-26---TripleO-CI-Community-Meeting13:28
ysandeeprfolco|rover, thanks for reminder13:29
rfolco|rover arxcruz, rfolco, zbr, panda, sshnaidm, rlandy, marios, ysandeep, bhagyashris, soniya29, pojadhav, akahat, weshay, chandankumar13:30
rfolco|roverstarting now13:30
*** rlandy is now known as rlandy|mtg13:30
*** ratailor has quit IRC13:33
*** Goneri has joined #oooq13:42
*** matbu has quit IRC13:47
*** matbu has joined #oooq13:48
*** dtantsur is now known as dtantsur|brb13:53
ysandeeprlandy|mtg, fyi.. I am breaking https://code.engineering.redhat.com/gerrit/#/c/200673/ into two patches .. scenario7 is failing for unknown reason and need more time to debug.13:58
rlandy|mtgysandeep: ok - ping me if you need debug help14:01
*** rlandy|mtg is now known as rlandy14:04
ysandeeprlandy|mtg, yeah i would like some help there ,  https://hackmd.io/sMAvQmxCTnC6FLSa_4oycg?both#Scenario7-Red have some details. No hurry whenever you get some spare time.14:04
rlandyysandeep: ok - will see how today goes ( I have some training this afternoon - so limited time today) - ping me again tomorrow if I haven't done anything14:06
ysandeeprlandy, :) thanks!14:07
weshay|rucksshnaidm, want to chat now?14:07
sshnaidmweshay|ruck, yeah14:07
*** TrevorV has joined #oooq14:08
*** amoralej is now known as amoralej|brb14:17
*** ykarel|afk is now known as ykarel14:21
rlandymarios: hey - question about downstream images14:23
mariosrlandy: o/14:23
rlandyI don't think we  have promoted current-tripleo in a while14:23
rlandyI will need to manually promote current-tripleo14:24
rlandyif I take the tripleo-ci-testing hash we have14:24
rlandywe will need a symlink for current tripleo14:24
rlandyusually the promoter takes care of that14:24
rlandydid you add the symlink manually?14:24
mariosrlandy: right i was wondering about that earlier today ... no i have not but i can do if we need it14:25
mariosrlandy: i mean i was wondering about how we're gonna get the current-tripleo without the d/stream promoter (yet)14:25
rlandymarios: afaik, the downstream promoter is still disabled14:25
rlandypanda|off: rfolco|rover: ^^ correct?14:25
rlandymarios: I have been promoting the hash manually14:26
mariosrlandy: the push jobs were basically finished yesterday (there were some issues until i merged the last bits, i.e.removing the duplication of the upload script, so we're now using the rdo config scripts directly and it works)14:26
rlandylet's check if the most recent tripleo-ci-testing is a good hash ie: passing14:26
rfolco|roverrlandy, I don't know14:26
mariosrlandy: ok , well if you promote i can add alink to the promoted hash for current-tripleo14:26
rlandyhttps://sf.hosted.upshift.rdu2.redhat.com/zuul/t/tripleo-ci-internal/builds?pipeline=openstack-periodic-rhos-17%2014:27
rlandymarios: look good14:27
rlandyok  I'm going to promote latest tripleo-ci-testing to current tripleo14:28
rlandymarios: so hash 01521ede31d5a2565ad4e9182a6b9e1514:28
mariosrlandy: k logging into the image server14:28
rlandymarios: can you symlink that?14:28
mariosrlandy: done14:30
mariosrlandy: https://sf.hosted.upshift.rdu2.redhat.com/images/redhat8/rhos-17/current-tripleo/14:30
rlandythanks14:31
mariosrlandy: directory listing in pvt14:31
rlandycool14:33
mariosrlandy: asking apevec if we can get a long dir listing there ^^ so we can see the update times14:36
rlandythanks14:37
rlandychandankumar: hi - question about image build in internal ...14:40
rlandyhttps://code.engineering.redhat.com/gerrit/#/c/201217/3/config/release/rhos-17.yml14:40
rlandyI needed to add all those vars to get rhel ops build to work14:40
rlandyis there a better way14:40
rlandymarios: ^^ fyi14:40
rlandyie: image build within a job14:41
rlandymaybe we should just use image-download now?14:41
rlandyprobably quicker from internal to internal14:41
rlandychandankumar: marios: thoughts?14:41
mariosrlandy: i *think* they're in the downstream image build playbook let me check sec (or kind of spread between d/stream upstream actually )14:41
mariosrlandy: well fwiw the upload is super fast for internal14:42
weshay|ruckbhagyashris|ruck, rfolco|rover want to chat about anything?14:42
mariosrlandy: tripleo-ci-internal-jobs playbooks/build-image/images_var.yaml14:42
rlandymarios: so then I'd have to pass that playbook14:43
rlandymarios: maybe I'll just try image download14:43
mariosrlandy: yeah you'd have to include vars with that file14:43
mariosrlandy: or sure just try the download first14:43
*** pojadhav is now known as pojadhav|afk14:44
rlandymarios: I didn;t want to duplicate in the release fie14:44
rlandyfile14:44
ysandeeprlandy, Fyi.. i have created patch to add jobs(scenario1/4/2) in integration pipeline - https://code.engineering.redhat.com/gerrit/#/c/201416/14:44
rfolco|roverweshay|ruck, I just cannot find a pattern for gate failures, it's like more or less the same set of failures, randomly happening on scenario standalone jobs 001,002,003,004... types of failures listed in hackmd14:45
rlandyysandeep: I +2'ed https://code.engineering.redhat.com/gerrit/#/c/20141614:45
rlandymarios: ^^ pls review14:45
rlandyand we'll merge that14:45
mariosrlandy: sure checking14:46
mariosrlandy: ysandeep: nice to see  the integration pipe filling out :)14:46
rlandyysandeep: we should meet tomorrow to continue bm14:47
rlandy have a test review on rhel-8 osp14:47
ysandeeprlandy, thanks! yes lets schedule something for tomorrow for bm14:48
ysandeepmarios, thanks! yes hopefully more jobs in pipelines soon14:48
mariosrfolco|rover: chandankumar: weshay|ruck: rlandy: sshnaidm: please add https://review.opendev.org/#/c/730763/ to your reviews queue (it is ontop of https://review.opendev.org/#/c/722790/ based on discussion there... splitting buildimage into branched/branchless templates like we do for containers)14:49
rlandymarios: ack14:49
*** dtantsur|brb is now known as dtantsur14:50
*** amoralej|brb is now known as amoralej14:50
weshay|ruckrfolco|rover, k.. will review it14:55
ysandeepweshay|ruck, could you please add https://review.opendev.org/#/c/725659/ to your review list15:06
weshay|ruckaye15:07
ysandeepweshay|ruck, thanks main patch was merged few week back - https://review.opendev.org/#/c/724103/ only this log collection patch was pending15:08
*** ysandeep is now known as ysandeep|afk15:19
*** ccamacho has joined #oooq15:28
*** dtantsur is now known as dtantsur|afk15:34
*** sshnaidm is now known as sshnaidm|afk15:34
*** skramaja has quit IRC15:35
*** marios has quit IRC15:38
weshay|ruckarxcruz, when loading the tempest skip list.. can we add that file to the logs as well?15:45
weshay|ruckhttp://codesearch.openstack.org/?q=Load%20tempest%20skiplist%20file&i=nope&files=&repos=15:45
weshay|ruckhttps://opendev.org/openstack/tripleo-quickstart-extras/src/branch/master/playbooks/tempest.yml#L8115:45
arxcruzweshay|ruck: the whitelist.txt and the blacklist.txt are in the logs15:48
arxcruzunder home/zuul/tempest/etc15:48
arxcruzweshay|ruck: both are generated based on this task15:49
arxcruzactually, only the blacklist, the whitelist is another variable15:49
weshay|ruckk.. see it.. /me thinking about knowing exactly which skiplist file was used in a particular job.. as it can change15:50
*** ykarel is now known as ykarel|away15:51
weshay|ruckarxcruz, meh.. will ask live in a 1-1 shortly15:52
weshay|ruckit's not a big deal15:52
*** ysandeep|afk is now known as ysandeep15:56
weshay|ruckrlandy, see you in a few min.. i think we may need a bm ussuri test.. have some timeouts15:56
weshay|ruckysandeep, ^15:56
weshay|ruckfor example https://review.rdoproject.org/r/#/c/27750/15:56
rlandyweshay|ruck: I did a ussuri run over the weekend15:56
weshay|ruckah nice15:56
rlandyI can kick another one15:56
* weshay|ruck looks15:57
* rlandy gets logs15:57
weshay|ruck19127915:58
weshay|ruck?15:58
rlandyweshay|ruck: https://sf.hosted.upshift.rdu2.redhat.com/zuul/t/tripleo-ci-internal/build/18ba2fca88a4412696117e39a973620415:59
rlandyI merged the job definition15:59
rlandyso we'll need a testproject to run it15:59
rlandysetting that up15:59
ysandeepweshay|ruck, thanks to ronelle https://code.engineering.redhat.com/gerrit/#/c/200870/15:59
ysandeeprlandy, more good news - scenario10 is green - https://code.engineering.redhat.com/gerrit/#/c/200673/ is ready to merge16:00
*** rlandy is now known as rlandy|mtg16:01
*** ysandeep is now known as ysandeep|afk16:02
*** jmasud has joined #oooq16:11
*** udesale_ has quit IRC16:20
rlandy|mtgweshay|ruck: https://code.engineering.redhat.com/gerrit/#/c/190672/16:26
*** pojadhav|afk is now known as pojadhav16:29
*** rlandy|mtg is now known as rlandy16:39
*** jpena is now known as jpena|off16:42
weshay|ruckpanda|off, rfolco|rover manually added the ussuri config .. getting http://38.102.83.109/centos8_ussuri.log16:50
weshay|ruckany ideas?16:50
weshay|ruckRELEASES=( "CentOS-8/ussuri" "CentOS-7/rocky" "CentOS-7/queens" "CentOS-7/stein" "CentOS-7/train" )16:50
weshay|ruckand added the criteria16:50
weshay|ruckhttps://review.rdoproject.org/r/#/c/27768/16:50
*** rlandy is now known as rlandy|training16:51
*** ysandeep|afk is now known as ysandeep|away16:52
*** bogdando has quit IRC16:54
rfolco|roverweshay|ruck, weird, let me check16:55
*** derekh has quit IRC17:02
rfolco|roverfound something I think17:05
rfolco|roverweshay|ruck, http://pastebin.test.redhat.com/86880217:06
* weshay|ruck looks17:10
weshay|ruckrfolco|rover, so.. the ussuri config is there17:13
weshay|ruckwhere else is releases defined17:13
rfolco|roverits failing to get named hashes for ussuri somehow17:13
rfolco|rover /home/centos/ci-config/ci-scripts/dlrnapi_promoter/legacy_promoter.py17:13
weshay|ruckrfolco|rover, https://meet.google.com/dor-aizr-xmi17:14
weshay|ruckrfolco|rover, we should tmux and chat17:15
rfolco|roverweshay|ruck, give me 1 min17:15
weshay|ruckpanda|off, ok.. figured it out.. have to use the promoter in rdo not vex17:38
weshay|ruckrfolco|rover, openstack-periodic-wednesday-weekend17:41
rfolco|roverweshay|ruck, https://bugs.launchpad.net/tripleo/+bug/188023617:54
openstackLaunchpad bug 1880236 in tripleo "fs039 train: deploy freeipa failed" [Critical,Triaged]17:54
weshay|ruckrfolco|rover, train is promoting now18:01
rfolco|roverI see you tail18:01
rfolco|roversorry, answering phone... will watch this18:01
rfolco|roverthx weshay|ruck18:01
weshay|ruckrfolco|rover, it's promoting this build https://trunk.rdoproject.org/api-centos-train/api/civotes_detail.html?commit_hash=ba27b93bcaf31634d02a40682c62c741c304a687&distro_hash=33622c19034bc1338acc6704c1e13657912787bb18:03
weshay|rucknot https://trunk.rdoproject.org/api-centos-train/api/civotes_detail.html?commit_hash=0385a955eb07d20314f78837f90df35580b904b9&distro_hash=6b5170d0106543f68a1fd39602f8cf2e027f1d8418:03
weshay|rucksame results though18:03
rfolco|rover2020-05-26 17:57:26,868 17256 INFO     promoter Skipping promotion of centos7-train from tripleo-ci-testing to current-tripleo, missing successful jobs: [u'periodic-tripleo-ci-centos-7-ovb-3ctlr_1comp-featureset035-train', u'periodic-tripleo-ci-centos-7-ovb-1ctlr_2comp-featureset020-train', u'periodic-tripleo-ci-centos-7-ovb-1ctlr_1comp-featureset002-train-upload', u'periodic-tripleo-ci-centos-7-standalone-full-tempest-scenario-train',18:25
rfolco|roveru'periodic-tripleo-ci-centos-7-multinode-1ctlr-featureset030-train', u'periodic-tripleo-ci-centos-7-scenario001-standalone-train', u'periodic-tripleo-ci-centos-7-ovb-3ctlr_1comp-featureset001-train', u'periodic-tripleo-ci-centos-7-singlenode-featureset050-upgrades-train', u'periodic-tripleo-ci-centos-7-standalone-full-tempest-api-train']18:25
*** irclogbot_1 has quit IRC18:26
*** irclogbot_3 has joined #oooq18:29
*** jmasud has quit IRC18:30
weshay|ruckrfolco|rover, it's pushing containers as we type :)18:49
rfolco|roverweshay|ruck, I am still confused on what the promoter logs reported as failed job vs what the api link reports18:50
weshay|ruckI don't see which distro / commit hash you are referencing in that18:51
weshay|ruckbut it goes back and checks the last 10 distro/commit hash combos18:51
rfolco|roverweshay|ruck, this is a paste from the bottom of promoter log http://38.102.83.109/centos7_train.log18:53
weshay|ruckrfolco|rover, it's not in order .. that would be nice eh18:54
*** jmasud has joined #oooq18:55
*** dpawlik has joined #oooq19:04
*** amoralej is now known as amoralej|off19:13
*** dpawlik has quit IRC19:35
*** saneax has quit IRC19:39
*** jmasud has quit IRC19:51
*** dpawlik has joined #oooq19:55
*** rlandy|training is now known as rlandy20:01
*** jmasud has joined #oooq20:05
*** dsneddon has joined #oooq20:06
rlandyweshay|ruck: https://review.rdoproject.org/r/#/c/27769/ looks ok to me ... but I haven't done that process before :)20:07
weshay|ruckah.. thought you had20:07
weshay|rucksorry20:07
rlandynp20:11
*** jfrancoa has quit IRC20:18
*** jbadiapa has quit IRC20:21
*** irclogbot_3 has quit IRC20:22
*** irclogbot_1 has joined #oooq20:24
*** jmasud has quit IRC20:31
*** TrevorV has quit IRC20:47
*** jmasud has joined #oooq20:51
*** holser has quit IRC20:54
*** ccamacho has quit IRC21:34
rfolco|roverweshay|ruck, if https://ci.centos.org/view/rdo/view/promotion-pipeline/job/rdo_trunk-promote-train-current-tripleo/ runs ok, we report green tomorrow?21:53
weshay|ruckrfolco|rover, you can break up the status if needed.. say green tripleo-ci promoted on 5/26, red rdo-ci promoted on 5-15 but is pending promotion today21:54
weshay|ruckyou may note the cix on fs39 as well21:55
weshay|ruckrfolco|rover, best case scenario both promote :) ur green w/ cix on fs03921:55
weshay|ruckrfolco|rover, make sense?21:55
*** dpawlik has quit IRC21:56
*** dsneddon has quit IRC22:05
weshay|ruckrfolco|rover, check out how long the gate queue is lolz22:08
weshay|ruckFOLKS.. USSURI HAS RELEASED22:09
*** dsneddon has joined #oooq22:27
rlandyweshay|ruck: woohoo - well done!22:44
rfolco|roveroh no 9h22:45
rlandyweshay|ruck: sorry re: ussuri bm - I added the wrong depends-on - rekicked the job22:50
*** tosky has quit IRC22:52
*** saneax has joined #oooq22:58
*** saneax has quit IRC22:58
*** jmasud has quit IRC23:02
*** jmasud has joined #oooq23:04
*** jmasud has quit IRC23:11
weshay|ruckrlandy, thanks23:27

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