Tuesday, 2019-11-05

*** rlandy|ruck has quit IRC00:07
*** Goneri has quit IRC00:51
*** dsneddon has quit IRC02:07
*** dsneddon has joined #oooq02:32
*** apetrich has quit IRC03:08
*** dsneddon has quit IRC03:39
*** epoojad1 has joined #oooq03:45
*** epoojad1 has quit IRC04:18
*** skramaja has joined #oooq04:19
*** dsneddon has joined #oooq04:23
*** dsneddon has quit IRC04:29
*** dsneddon has joined #oooq04:31
*** bhagyashris has joined #oooq04:36
*** dsneddon has quit IRC04:41
*** epoojad1 has joined #oooq04:47
*** dsneddon has joined #oooq04:48
*** ykarel has joined #oooq04:52
*** dsneddon has quit IRC04:53
*** ykarel has quit IRC04:54
*** ykarel has joined #oooq04:54
*** dsneddon has joined #oooq04:55
*** dsneddon has quit IRC05:00
*** dsneddon has joined #oooq05:03
*** dsneddon has quit IRC05:08
*** dsneddon has joined #oooq05:13
*** brault has quit IRC05:17
*** ykarel_ has joined #oooq05:18
*** ykarel has quit IRC05:20
*** dsneddon has quit IRC05:28
*** dsneddon has joined #oooq05:31
*** dsneddon has quit IRC05:36
*** dsneddon has joined #oooq05:38
*** ykarel_ is now known as ykarel05:40
*** dsneddon has quit IRC05:43
*** dsneddon has joined #oooq05:46
*** dsneddon has quit IRC06:00
*** dsneddon has joined #oooq06:02
*** bhagyashris has quit IRC06:08
*** marios has joined #oooq06:11
*** dsneddon has quit IRC06:13
*** surpatil has joined #oooq06:19
*** ratailor has joined #oooq06:24
*** dsneddon has joined #oooq06:46
*** bhagyashris has joined #oooq06:56
*** bogdando has joined #oooq07:23
*** jfrancoa has joined #oooq07:33
*** surpatil is now known as surpatil|lunch07:36
*** saneax has joined #oooq07:39
*** bhagyashris has quit IRC07:55
*** bogdando has quit IRC08:05
*** bogdando has joined #oooq08:07
*** bhagyashris has joined #oooq08:12
*** akahat has joined #oooq08:17
*** surpatil has joined #oooq08:17
*** surpatil|lunch has quit IRC08:20
*** tesseract has joined #oooq08:24
*** tosky has joined #oooq08:30
*** zbr|ooo is now known as zbr08:38
*** bhagyashris has quit IRC08:39
*** bhagyashris has joined #oooq08:40
*** apetrich has joined #oooq08:41
*** jpena|off is now known as jpena08:42
*** amoralej|off is now known as amoralej08:43
*** ykarel is now known as ykarel|lunch08:46
*** marios has quit IRC08:46
*** marios has joined #oooq08:47
*** bhagyashris_ has joined #oooq09:06
*** bhagyashris has quit IRC09:09
*** tosky has quit IRC09:13
*** chem|eod is now known as chem09:17
*** bhagyashris_ has quit IRC09:18
*** bhagyashris has joined #oooq09:18
*** bhagyashris_ has joined #oooq09:18
*** arxcruz is now known as arxcruz|off09:24
*** tosky has joined #oooq09:35
*** bhagyashris__ has joined #oooq09:43
*** derekh has joined #oooq09:43
*** bhagyashris_ has quit IRC09:45
*** bhagyashris_ has joined #oooq09:46
*** bhagyashris has quit IRC09:46
*** ykarel|lunch is now known as ykarel09:46
*** surpatil has quit IRC09:46
*** surpatil has joined #oooq09:46
*** derekh has quit IRC10:01
*** derekh has joined #oooq10:01
*** sshnaidm|rover|b is now known as sshnaidm|rover10:13
*** bhagyashris__ has quit IRC10:23
*** bhagyashris_ has quit IRC10:23
*** dtantsur|afk is now known as dtantsur10:26
*** bhagyashris__ has joined #oooq10:30
*** bhagyashris_ has joined #oooq10:30
*** soniya29 has joined #oooq10:47
*** chem is now known as chem|brb11:00
*** ratailor has quit IRC11:30
*** epoojad1 has quit IRC11:35
*** chem|brb is now known as chem11:38
*** dsneddon has quit IRC11:39
*** rfolco has joined #oooq11:45
rfolcosshnaidm|rover, marios panda zbr pls review this one - critical to fix promoter: https://review.rdoproject.org/r/#/c/23582/11:46
pandarfolco: does it change anything ?11:48
rfolcopanda, it includes a docker login command in shell that reuses the json config previously created by docker_login ansible module11:49
rfolcopanda, so the docker push shell command works11:49
mariosrfolco: nice.. so if you add docker login command it is then honored by shell?11:51
rfolcomarios, yes, I tested it locally. I can paste my test code if that helps11:51
sshnaidm|roverrfolco, why do you need docker_login then?11:51
mariossshnaidm|rover: for the docker_image stuff11:52
mariossshnaidm|rover: basically, auth fails when we use shell:11:52
mariossshnaidm|rover: we need to use that for manifests cos there is no module11:52
mariossshnaidm|rover: but in all other places we use docker_image11:52
rfolcosshnaidm|rover, for ansible module docker_image...11:53
zbrrfolco:  one minor fix and i will wf it11:53
sshnaidm|rovermarios, rfolco why do we need docker_image? Can we just use docker shell commands?11:53
rfolcosince we are using shell for manifest push, ansible docker_login is not enough11:53
zbrrfolco: and thanks for adding the comment to the code! very good explanation11:53
mariossshnaidm|rover: because its more complex to use shell there11:54
rfolcosshnaidm|rover, I don't want to replace all docker ansible modules with shell11:54
mariossshnaidm|rover: for tagging etc11:54
zbri am sure it wills save hours to someone11:54
sshnaidm|roverthis mix of modules, commands, their dependencies seems hackish11:54
mariossshnaidm|rover: yes VERY strong push back to replacing those with shell11:54
mariosrfolco: ^11:54
rfolcothere is no docker_manifest ansible module11:54
sshnaidm|rovercan we use only one way?11:54
mariossshnaidm|rover: no because 13:54 < rfolco> there is no docker_manifest ansible module11:55
rfolcoso the easy path here is to just re-authenticate with shell docker login with no parameters (it assumes .docker/config.json has the auth already from previous docker_login)11:55
mariossshnaidm|rover: and we don't want to change the existing ones  just because 13:54 < rfolco> there is no docker_manifest ansible module11:55
zbrlets avoid theological debates like pure-shell vs pure-ansible,... just pick whatever makes more sense on each case and document the code.11:55
rfolcowe are just explaining11:55
rfolcothese are all good questions11:56
rfolcothe problem is that we need mix shell and ansible docker stuff11:56
sshnaidm|rovermarios, why not? just use shell only11:56
zbr(i have some PTSD from my previous job re that subject)11:56
rfolcosshnaidm|rover, we'd need to replace docker modules all over the code11:57
sshnaidm|rovermarios, I suppose docker modules will be always limited and won't have all functionality of docker commands11:57
sshnaidm|roverrfolco, we shouldn't have used them at all..11:58
mariossshnaidm|rover: i don't agree with the logic which says, we have to use shell for manifests, even though we'd rather use modules. but because we have to use shell there, lets then also remove all the other module ones and use shell there instead. because we save one login task11:58
zbrsshnaidm|rover: kinda true but they will soon be moved to a collection and this may improve their quality11:58
pandathis is really weird11:58
rfolcoyes it is I know11:58
sshnaidm|roverzbr, how this would improve it11:58
pandaboth module and shell command should created and populate ".docker/config.json" with the auth token11:59
mariossshnaidm|rover: here is the example https://github.com/rdo-infra/ci-config/blob/master/ci-scripts/container-push/roles/containers-promote/tasks/registry-push.yml#L5611:59
mariossshnaidm|rover: so looking at that, it would be like 2/3 shell commands11:59
mariostag and then push11:59
rfolcopanda, but ansible one is not honoring auth for shell commands11:59
sshnaidm|rovermarios, yeah, retag and push11:59
mariossshnaidm|rover: so i don't follow the logic, why do we prefer to 'downgrade' everythign to use shell, just because we have no module for manifests and are forced to use shell there?12:00
rfolcothis is a workaround to fix our promoter. We can debate and design a solution for it, but lets fix our promoter please?12:00
sshnaidm|rovermarios, for me using shell instead of limited and buggy docker modules looks more like upgrade :)12:00
rfolcoour promotions are blocked with this issue, manifest is broken12:01
mariosrfolco: sshnaidm|rover right, especially since this is about fixing a critical bug so we can finally start using the new promoter and unlock the current frozen promoter12:01
sshnaidm|rovermarios, new promoter is not used, so nothing critical should be there12:01
mariossshnaidm|rover: no12:01
mariossshnaidm|rover: thisis about fixing a bug there12:01
mariossshnaidm|rover: so we can start to use it !12:01
marios(finally!)12:01
sshnaidm|rovermarios, still, we use old promoter, we're not blocked12:02
sshnaidm|rovermarios, so why so rush12:02
mariosyou aren't blocked but the promoter is sshnaidm|rover12:02
mariossshnaidm|rover: the promoter is running code from about 1 month ago now12:02
zbrsshnaidm|rover: docker modules were poorly maintained due to the very restrictive ansible policy on changes, mainy changes made only on unreleased versions which go to next version of ansible, so very few from community wanted to update it because they would not be able to benefit from the changes sooner than ~6mo in general12:02
mariossshnaidm|rover: we need to fix this shit and get the new stuff unblocked12:03
sshnaidm|rovermarios, I don't like using hacks just to enable a new promoter12:03
mariossshnaidm|rover: i don't follow where the hack is i assume you are referring to rfolco review12:03
sshnaidm|rovermarios, this review seems like a hack and all this mix of shell and modules12:03
rfolcook what if I replace docker_login now with shell docker login and then in a follow-up patch we replace w/ one single method ????12:04
rfolcosshnaidm|rover, marios panda zbr ^12:04
mariossshnaidm|rover: the mix of shell and modules is pre-existing12:04
sshnaidm|rovermarios, it doesn't mean it's not a hack12:04
rfolcoso I'd remove docker_login module12:04
sshnaidm|rovermarios, and we have time to improve it, why so rush?12:04
rfolcodo we have ?12:04
rfolcolol12:04
mariossshnaidm|rover: i still disgree why is it a hack to use both shell and modules in a task/playbook? by this definition probably everything we do is a hack12:05
rfolco4 days past this sprint and I am still fixing bugs, not started any sprint task12:05
*** chem is now known as chem|lunch12:05
marios(it is !)12:05
marios:D12:05
pandaI really don't get it why docker_logn doesn't have the same effect as docker login command ... it's supposed to12:06
zbrpanda: i think you can ask Docker Inc. -- code is inside docker-py.12:06
zbrbut they have a very poor track of answering12:06
zbri was surprised that they made DOCKER_HOST working well with both docker-py and cli.12:07
*** dsneddon has joined #oooq12:09
sshnaidm|rovermarios, exactly because of this patch :)12:10
sshnaidm|rovermarios, who knows what is another difference and hack we need to use to make sync between shell and docker module12:11
sshnaidm|rovermaybe it's worth to check deeply why docker_login doesn't cover shell too12:11
pandadon't miss tonight's episode of "things taht don't make any sense"12:13
rfolcook will do my homework and try finding some answer, thanks for reviewing and debating sshnaidm|rover marios panda zbr12:14
*** dsneddon has quit IRC12:14
mariosrfolco: wonder if shell vs command has anthing to do with it (sthign sthing preserving env vars?)12:15
rfolconot sure what env should I preserve from a docker_login task12:17
*** akahat has quit IRC12:19
ykarelsshnaidm|rover, is the train container build issue known https://review.rdoproject.org/zuul/builds?job_name=periodic-tripleo-centos-7-train-containers-build-push12:22
ykarelthat job is timing out from last 4 runs12:23
*** amoralej is now known as amoralej|lunch12:23
sshnaidm|roverykarel, looking12:23
ykarelsshnaidm|rover, ack12:24
marioshttps://www.youtube.com/user/OpenStackFoundation/videos?view=0&sort=dd&flow=grid still nothing from shanghai12:26
*** bhagyashris__ has quit IRC12:28
*** bhagyashris_ has quit IRC12:28
pandamarios: it's probably easier to put them in a Hard disk, and upload them all when they come back.12:28
marioshaha12:29
mariospanda: you know i'm pretty sure s3 had a 'ship us a harddrive' option12:31
mariospanda: in the early days12:31
mariospanda: (amazon )12:31
*** jpena is now known as jpena|lunch12:32
sshnaidm|rovertapes, not disks12:33
*** chem|lunch is now known as chem12:39
*** tosky_ has joined #oooq12:42
*** soniya29 has quit IRC12:44
*** tosky has quit IRC12:45
*** rlandy has joined #oooq12:54
*** rlandy is now known as rlandy|ruck12:54
*** ykarel is now known as ykarel|afk12:59
*** tosky_ is now known as tosky12:59
rlandy|ruckykarel|afk: sshnaidm|rover: I've brought the times for standalone tempest down to the minimal increase ... pls review so we can get this through https://review.rdoproject.org/r/#/c/23583/13:02
*** surpatil has quit IRC13:02
rlandy|rucksshnaidm|rover: still failing rhel-8 containers build?13:03
sshnaidm|roverrlandy|ruck, having another fix merged13:03
sshnaidm|roverrlandy|ruck, let's see next run13:03
rlandy|rucksshnaidm|rover: k - great13:03
rlandy|rucksshnaidm|rover: anything else?13:04
rlandy|ruckmaster promoted last night13:04
sshnaidm|roverrlandy|ruck, train build containers jobs started timeouting again, looking into this13:04
sshnaidm|roverrlandy|ruck, it's in https://bugs.launchpad.net/tripleo/+bug/185018813:04
openstackLaunchpad bug 1850188 in tripleo "periodic container build (train) timing out" [Critical,Triaged]13:04
sshnaidm|roverrlandy|ruck, increase of timeout didn't help much13:05
sshnaidm|roverrlandy|ruck, also train rhel8 build jobs fail, I know how to fix, will do later13:05
sshnaidm|roverrlandy|ruck, btw, kolla still doesn't have train branch13:05
sshnaidm|roverrlandy|ruck, and rhel8 build containers patch job doesn't really test patches in kolla, that's why we're broken13:07
sshnaidm|rover:/13:07
ykarel|afkrlandy|ruck, ack13:08
ykarel|afksshnaidm|rover, ^^ kolla thing was fixed some time back13:09
ykarel|afkkolla patch testing13:09
*** soniya29 has joined #oooq13:09
*** derekh has quit IRC13:09
rlandy|ruckthere is a LP for train containers ...13:09
rlandy|ruckok - sam eone13:10
ykarel|afksshnaidm|rover, with https://review.opendev.org/#/c/675563/ it was intended to be fixed, me not aware if it worked that time13:10
ykarel|afkif it worked that time, then new issue or it was never fixed13:11
*** dsneddon has joined #oooq13:11
ykarel|afkokk u are already there in review so u may already be aware of it, sorry for noise13:11
sshnaidm|roverykarel|afk, well, currently it doesn't13:12
sshnaidm|roverit doesn't pick up changes13:12
rlandy|ruckat the time, the timeout an extra timeout was added to get the job to pass - we never found out why train tool so much longer13:17
rlandy|rucktook13:17
rlandy|ruckmarios: rfolco; are you still locked out of the new promoter or did you reach weshay?13:22
mariosrlandy|ruck: still locked out for me and haven't spoken to wes13:23
*** ykarel|afk is now known as ykarel|away13:23
rfolcorlandy|ruck, still don't have access13:27
rfolcorlandy|ruck, I don't need it to test, I just needed it to show marios the logs... not urgent13:27
rlandy|ruckmarios: rfolco: well on the upside, we won't blame you for any promoter problems :)13:28
rfolco:)13:29
rfolcoci community mtg starts now at https://meet.google.com/bqx-xwht-wky13:30
rlandy|rucksshnaidm|rover: train image build is passing now - that's one step better than yesterday13:30
rfolcoagenda https://hackmd.io/IhMCTNMBSF6xtqiEd9Z0Kw?both13:30
sshnaidm|roverrlandy|ruck, you mean overcloud image?13:30
rlandy|ruckyes - and ipa13:31
sshnaidm|roverrlandy|ruck, cool13:31
rfolcomarios, panda rlandy|ruck zbr sshnaidm|rover13:31
rlandy|ruckthat was the link apevec fixed13:31
rfolcozbr, panda rlandy|ruck community call now :)13:32
zbrrfolco: i will skip as i am trying to focus on my tomorrow exam.13:32
rfolcozbr, ack13:32
zbrjust ping me if there is somethign urgent that cannot wait till tomorrow.13:32
pandamarios: I thought the equivalent for  Γ in latin was G.13:36
mariospanda: well it is G but it is also the third letter of the alphabet so saying abc is like αβγ13:37
rfolcopanda, lol13:37
*** epoojad1 has joined #oooq13:37
mariospanda: but you should be Π13:37
mariosπαντα13:37
toskymarios: uh, not πανδα ?13:40
pandathey don't like the D.13:40
rlandy|ruckhttp://logs.rdoproject.org/openstack-periodic-master/opendev.org/openstack/tripleo-ci/master/periodic-tripleo-rhel-8-buildimage-overcloud-full-master/e2eed2c/overcloud-full.log - not good13:40
mariostosky: na its pronounced like d with τ13:41
toskyI see13:41
* marios wondering why the hell tosky and panda have greek keyboard enabld13:43
toskyI didn't have (ancient) greek as subject during my high school years, only latin, so my greek knowledge comes from maths and physics13:43
pandaand american university association names.13:43
*** soniya29 has quit IRC13:44
mariospanda: so i guess this is not possible :/ tried posting https://review.rdoproject.org/r/23597 doesn't work "unknown configuration error"13:44
mariospanda: like running a job added in config repo with depends-on13:45
pandamarios: I think thare's a problem with the syntax13:49
mariospanda: like missing : maybe :D13:49
mariospanda: but then can we expect that to work i mean testproject against trusted repo?13:50
mariospanda: no13:50
mariospanda: Patch Set 2: Verified-113:51
mariosThis change depends on a change to a config project.13:51
*** amoralej|lunch is now known as amoralej13:55
* panda shakes fist at config project13:56
*** Goneri has joined #oooq14:01
*** epoojad1 has quit IRC14:08
rlandy|ruckhmmm ... where are all the tempest people when you need them?14:16
toskyrlandy|ruck: tempest or tempestconf?14:20
rlandy|rucktosky: I was looking for arx/chandan/martin14:24
rlandy|ruckI want to divide the test that run tempest in our promotion pipeline14:24
rlandy|rucksshnaidm|rover: looks like your patch merged - can we rerun master rhel-8 container build-push job14:24
rlandy|ruckall the rhel-8 check jobs are failing14:25
*** jaosorior has joined #oooq14:29
rlandy|ruckmarios: do you know who works with DIB? ... trying to debug https://bugs.launchpad.net/tripleo/+bug/185127414:37
openstackLaunchpad bug 1851274 in tripleo "periodic-tripleo-rhel-8-buildimage-overcloud-full-master is failing - failed to glob pattern /etc/rc0.d/[SK][0-9][0-9]network: No such file or directory" [Critical,Triaged] - Assigned to Ronelle Landy (rlandy)14:37
mariosrlandy|ruck: nop sorry don't think we have someone that works there 'full time' more like when things go wrong.. but depends on what the error is? is it for overcloud full? looking at bug14:39
sshnaidm|roverrlandy|ruck, rerunning14:40
rlandy|rucksshnaidm|rover: thanks - ^^ trying to get the master image builds going now14:41
mariosrlandy|ruck: been trying to grep for that grepr "sysv-install enable" in tripleo-puppet-elements/image-element and diskimage-builder but no hit14:42
rlandy|ruckmarios: it may be an issue on the node itself14:43
rlandy|ruckasking kforde about that14:43
mariosrlandy|ruck: ./tripleo-puppet-elements/elements/overcloud-base/post-install.d/51-enable-network-service:7:systemctl enable network14:43
rlandy|ruckit was sporadic - now failing pretty consistently14:43
rlandy|ruckhttps://review.rdoproject.org/zuul/builds?job_name=periodic-tripleo-rhel-8-buildimage-overcloud-full-master14:44
mariosrlandy|ruck: fwwiw from there looks like (its the only systemctl enable network under those directories at least) https://github.com/openstack/tripleo-puppet-elements/blob/master/elements/overcloud-base/post-install.d/51-enable-network-service14:44
rlandy|ruckwas changed 14 days ago14:46
rlandy|ruckmarios: apparently the permissions change is recent14:49
rlandy|ruckalthough not that recent14:49
mariosrlandy|ruck: ack so depends how recent that fail is... if its just once so far then wait till it happens again before more digging & bug?14:50
rlandy|rucka couple times  and I have a bug :)14:53
*** TrevorV has joined #oooq14:56
mariosrlandy|ruck: right sorry :D14:57
rlandy|rucksshnaidm|rover: what do you think about splitting fs020 since it takes so long?14:58
sshnaidm|roverrlandy|ruck, fine with me14:58
rlandy|rucklike having fs020-some-tempest-tests14:58
rlandy|ruckand fs020-other-tempest-tests14:58
sshnaidm|roverrlandy|ruck, yeah, totally14:58
rlandy|ruckwe limit the run time to 3.5 hours14:58
rlandy|ruckesp since we run some tempest tests in standalone now14:59
rlandy|ruckok - need to chat with tempest-gurus on how to split this15:01
*** derekh has joined #oooq15:02
*** chem is now known as chem|tea15:04
*** dsneddon has quit IRC15:04
toskybut this is not about tempest, it's about tripleo-quickstart-extras and the job parameters15:14
*** chem|tea is now known as chem15:15
*** dsneddon has joined #oooq15:15
*** akahat has joined #oooq15:16
*** dsneddon has quit IRC15:20
rlandy|rucktosky: I think so - how we divide that15:20
*** dsneddon has joined #oooq15:21
*** rfolco is now known as rfolco|afk15:22
toskyrlandy|ruck: check how much time the python tests take, group them into groups, and adapt the regexps (regexpes?) used to execute them15:24
rlandy|rucktosky: ack - need to make some smart regexps15:25
rlandy|ruckso we divide and conquer15:25
toskyrlandy|ruck: do you have a link to one of those long-running jobs?15:26
rlandy|rucktosky: https://review.rdoproject.org/zuul/builds?job_name=periodic-tripleo-ci-centos-7-ovb-1ctlr_2comp-featureset020-master15:27
toskyrlandy|ruck: partially related: isn't periodic meant for long running jobs?15:28
rlandy|rucktosky: correct - but this test is way out of proportion to the others15:29
toskybut it runs a lot of tests15:30
*** dsneddon has quit IRC15:30
toskyone possible way to split it is to run the neutron_* and scenario tests in another job15:30
rlandy|ruckack - will discuss the best solution with arx when he retuens15:35
rlandy|ruckreturns15:35
rlandy|rucksshnaidm|rover: pls leave notes on rr etherpad on latest containers build status before you go EOD - so I know where to pick up15:36
sshnaidm|roverrlandy|ruck, sure15:36
rlandy|ruckthanks - working on buildimage failure now15:37
rlandy|ruckso train is ok now - master no so much15:37
*** jaosorior has quit IRC15:41
*** dsneddon has joined #oooq15:59
*** rlandy|ruck is now known as rlandy|ruck|mtg16:01
*** dsneddon has quit IRC16:05
*** Trevor_V has joined #oooq16:08
*** jpena|lunch is now known as jpena16:11
*** TrevorV has quit IRC16:11
mariosrlandy|ruck|mtg: sshnaidm|rover panda rfolco|afk zbr arxcruz|off ready for reviews when you have time please thanks https://tree.taiga.io/project/tripleo-ci-board/task/1231 scenario7 move voting and into periodics16:15
rlandy|ruck|mtgack - will look16:16
mariospanda: still nada https://www.youtube.com/user/OpenStackFoundation/videos?view=0&sort=dd&flow=grid16:17
pandamarios: give the people that are reviewing the videos before allowing the upload some slack. They are doing their best.16:21
*** dsneddon has joined #oooq16:34
mariospanda: :/16:35
*** marios is now known as marios|call16:35
*** skramaja has quit IRC16:41
*** jpena is now known as jpena|brb16:45
*** tesseract has quit IRC16:50
*** d0ugal has quit IRC16:53
sshnaidm|rovera talk about retiring paunch in tripleo: https://primetime.bluejeans.com/a2m/live-event/tgdttxtz#16:55
toskysshnaidm|rover: right, but NOT here16:55
sshnaidm|rovertosky, oh, right, it's rh internal16:56
*** chem is now known as chem|eod16:56
*** rlandy|ruck|mtg is now known as rlandy|ruck17:03
*** marios|call is now known as marios|out17:03
*** marios|out has quit IRC17:04
*** d0ugal has joined #oooq17:09
*** jfrancoa has quit IRC17:12
*** ykarel|away has quit IRC17:22
*** jtomasek_ has quit IRC17:22
*** chem|eod has quit IRC17:26
*** jpena|brb is now known as jpena17:27
*** chem|eod has joined #oooq17:37
rlandy|ruckhmmm ... we have a bunch of failing rdo jobs now17:48
rfolco|afkrlandy|ruck, sshnaidm|rover whats the email used in the tripleo account on docker.io ?17:57
rlandy|ruckrfolco|afk: there is a username in the infra doc17:58
rfolco|afkrlandy|ruck, k will check there thx17:58
*** derekh has quit IRC18:00
rlandy|ruckactually more interesting question is why our check jobs are tripleo-ci-testing18:07
sshnaidm|roverrlandy|ruck, where is it?18:12
*** amoralej is now known as amoralej|off18:17
*** chem|eod has quit IRC18:24
*** bogdando has quit IRC18:25
*** chem|eod has joined #oooq18:31
sshnaidm|roverrfolco|afk, rlandy|ruck https://tree.taiga.io/project/tripleo-ci-board/task/138318:34
*** rfolco|afk is now known as rfolco18:34
rlandy|rucksshnaidm|rover++18:35
rlandy|ruckthanks18:35
rlandy|ruckgood call so we don't forget that18:35
sshnaidm|roverrfolco, rlandy|ruck https://tree.taiga.io/project/tripleo-ci-board/task/138418:42
rfolcoack sshnaidm|rover18:45
*** jpena is now known as jpena|off18:45
*** saneax has quit IRC18:46
*** jtomasek has joined #oooq18:52
*** jaosorior has joined #oooq19:03
*** jtomasek has quit IRC19:12
*** akahat has quit IRC19:14
*** jaosorior has quit IRC19:15
*** sshnaidm|rover is now known as sshnaidm|off19:16
rlandy|ruck-extra-vars @/home/zuul/src/opendev.org/openstack/tripleo-ci/toci-quickstart/config/testenv/singlenode-vexxhost.yml19:42
rlandy|ruckhmmm - why??19:42
*** Goneri has quit IRC19:51
*** tosky has quit IRC20:16
*** zbr is now known as zbr|ooo20:29
weshay0/20:43
*** Goneri has joined #oooq20:57
rlandy|ruckweshay: hey20:59
weshay:)21:01
rlandy|ruckhow's china?21:01
rlandy|ruckhttps://review.rdoproject.org/zuul/builds21:20
rlandy|ruckwow - look how that time increases21:20
rlandy|ruckrfolco: ^^ fyi - see that?21:20
*** Trevor_V has quit IRC21:23
rlandy|ruckweshay: would we still report our status as green for the platform meeting tomorrow21:37
rlandy|ruckwe have growing timeouts for train conatiner builds21:38
rlandy|rucklast promotion 2 days ago21:38
weshayrlandy|ruck, ya.. report what ever color the board says.. http://rhos-release.virt.bos.redhat.com:3030/rhosp21:41
weshayrlandy|ruck, if could mention in the notes.. that we have discovered issues w/ the container builds and the length of time to build x,y,z container21:42
weshayand that it may cause us to be yellow / red next week21:42
rlandy|ruckok21:42
*** weshay is now known as weshay_ptg21:50
*** zbr|ooo has quit IRC23:00
*** rlandy|ruck is now known as rlandy|ruck|bbl23:40

Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!