Wednesday, 2016-02-10

*** eil397 has quit IRC00:00
mtreinishoh, nm now I see it is cliff: https://github.com/openstack/tempest/blob/master/tempest/cmd/verify_tempest_config.py#L391-L39400:00
mtreinishparse_args() is only called if the script is called directly00:00
mtreinishnot when it's used as part of the tempest cli (which uses cliff)00:01
*** mylu has quit IRC00:02
*** pglass has quit IRC00:03
*** yamamoto_ has quit IRC00:03
*** rm_work has quit IRC00:04
mtreinishwell this ci is broken: http://intel-openstack-ci-logs.ovh/networking-odl-vhostuser-ci/refs/changes/51/278151/1/2016-02-09_23:56:52/console.html00:04
mtreinishthat return +1 on the patch00:04
mtreinishanteaya: ^^^ let slip the dogs of war :)00:05
fungii take it the qa team hasn't taken the hard-nosed approach of denying third-party ci feedback on devstack changes like infra has for devstack-gate00:05
anteayamtreinish: ha ha ha00:06
*** agireud has quit IRC00:06
anteayamtreinish: which patch does it +1 after failing?00:07
anteayamtreinish: and thank you for alerting me, I will follow up00:07
mtreinishanteaya: https://review.openstack.org/#/c/278151/100:07
*** mylu has joined #openstack-qa00:07
mtreinishfungi: well it's not voting I guess, but leaving a comment00:08
fungii'm less surprised by that, and more surprised that "ovh" is actually a tld in dns!00:08
*** agireud has joined #openstack-qa00:08
fungihttps://en.wikipedia.org/wiki/.ovh00:08
fungicraaaaaazy00:08
anteayamtreinish: thank you00:09
mtreinishfungi: heh, well it's just a matter of money now right?00:09
*** dimtruck is now known as zz_dimtruck00:09
fungiyep, something that ovh has plenty of from what i hear00:09
*** rm_work has joined #openstack-qa00:09
*** mylu has quit IRC00:10
*** tochi has quit IRC00:10
mtreinishdtroyer: if you get a sec I was wondering how the venv stuff in devstack works with constraints00:11
mtreinishbecause I think the simple workaround for the constraints gap this release shows is to just manually make the venv and hope tox likes it00:11
*** mylu has joined #openstack-qa00:12
dims_lifeless : around? ^^00:12
mtreinishdims_: ugh, looks like we'll need to backport it to liberty too00:14
lifelessdims_:00:15
mtreinishhttps://github.com/openstack/requirements/blob/stable/liberty/global-requirements.txt#L2000:15
lifelessdims_: sup ?00:15
mtreinishlifeless: so the recent (as in < 1 hr ago) cliff release exposed a bug in our usage of constraints in devstack00:16
mtreinishtempest is installed in a venv using tox and constraints isn't being respected: https://github.com/openstack-dev/devstack/blob/master/lib/tempest#L323-L32400:16
dims_lifeless : wondering how to handle constraints the right way for example here - http://git.openstack.org/cgit/openstack-dev/devstack/tree/lib/tempest#n32400:16
dims_yep what mtreinish said :)00:16
mtreinishI'm trying to figure out the best way to correct this00:16
openstackrecheckConsole logs not available after 13:22s for gate-tempest-dsvm-full 278112,1,af3860900:17
*** armax has quit IRC00:17
lifelessmtreinish: you need to update tox.ini to support the variable like the neutron unit test jobs do00:17
lifelessmtreinish: and then export it for tox to use00:17
mtreinishlifeless: do we export that variable in devstack?00:17
mtreinishah, ok00:17
lifelessmtreinish: I suspect not, but IMBW; see the pip_install function00:18
*** e0ne has quit IRC00:18
*** mylu has quit IRC00:20
openstackgerritMatthew Treinish proposed openstack-dev/devstack: Switch tempest verify-config usage to avoid bug  https://review.openstack.org/27816000:21
*** tochi has joined #openstack-qa00:22
openstackgerritMatthew Treinish proposed openstack-dev/devstack: Switch tempest verify-config usage to avoid bug  https://review.openstack.org/27815100:25
mtreinishfungi, clarkb: ^^^ I fast approved both of those if you could promote them both (there's a depends on to liberty) that should unblock people00:27
mtreinishlifeless, Nakato: is there a way in tox to do something conditionally on an env var? Like I want to use constraints if $UPPER_CONSTRAINTS_FILE is defined, but to revert to the pip install -U behavior if not00:30
mtreinishlooking at the neutron example it works by making duplicate jobs for constraints enforcement00:30
openstackrecheckConsole logs not available after 13:21s for gate-nova-python27 277934,2,9d86ccb00:30
mtreinishbut that won't really work for tempest because there a bunch of different jobs in the tox.ini used all over the place00:30
mtreinishand I don't want to use constraints outside of the gate, because it's potentially the wrong thing if people are using an oldish release00:31
Nakatomtreinish: https://tox.readthedocs.org/en/latest/config.html#environment-variable-substitutions-with-default-values ?00:31
lifelessmtreinish: how is it the wrong thing?00:31
lifelessmtreinish: -U is way worse than something-known-good, right ?00:31
mtreinishlifeless: if we specify always use constraints and default to from master requirements and that's in a released version someone could come 2 years down the road and use that release it's not known good00:33
mtreinishmaster at the time of the known good was right, but not necessarily post release00:33
mtreinishs/time of the/time of the release was/00:33
lifelessmtreinish: I am confuse00:34
mtreinishyeah that sentence came out poorly00:34
lifelessmtreinish: define release for me - of what? in what format? how will they get tox from a release?00:34
cody-somervilleI think something has broken tempest argument parsing recently.00:35
cody-somervilleis this known issue?00:35
Nakatomtreinish: Why is it not checking out requirements of stable/whatever-running and using the upper-constraints it has?00:36
clarkbcody-somerville: yes see https://review.openstack.org/278151 and https://review.openstack.org/27815100:36
mtreinishlifeless: so imagine if tempest 1.0.0 had use constraints from master in the tox.ini (it's from 05-23-2014) and someone pulls that down00:36
mtreinishand runs tox00:36
mtreinishit'll install all the wrong stuff00:36
mtreinishthen just shift everything forward 2 years00:36
cody-somervilleclarkb: you rock. thanks!00:36
clarkbmtreinish: so the liberty change needs to be queued first?00:37
mtreinishNakato: tempest doesn't have branches (which is why we try and venv isolate it in devstack)00:37
clarkbI can move things around but want to do it once00:37
mtreinishclarkb: yeah, because of grenade00:37
lifelessmtreinish: then they should be doing that with the devstack from 2014, and the upper-constraints from 201400:38
mtreinishlifeless: that's assuming they're using devstack00:38
clarkbgonna wait to see https://jenkins02.openstack.org/job/gate-tempest-dsvm-full/33012/console start tempest before moving it too just to make sure it is working00:38
mtreinishwhich is not at all a requirement00:38
lifelessmtreinish: sure, so s/devstack/whatever/00:38
mtreinishclarkb: sure00:38
clarkbprobably 5-10 minutes from now00:38
lifelessmtreinish: they can checkout the constraints from $thatdate00:38
lifelessmtreinish: and will get a known good from then. contrast that to running with latest cliff, latest oslo-config, etc00:39
mtreinishlifeless: sure, but that's a non-standard thing to do. It's also quite error prone, because it requires selecting a specific commit from g-r history00:39
lifelessmtreinish: (clearly 1.0.0 won't have constraints in its tox.ini)00:39
mtreinishwell yeah that was just an example00:39
mtreinishI'm thinking more for tempest 10.0.0 which will be the next release00:40
lifelessmtreinish: so, I don't think its non-standard00:40
lifelessmtreinish: having known-good things for projects that track the world is a best practice in fact00:40
lifelessmtreinish: the exact details are usually different per-project, but the concept is very well established00:40
mtreinishlifeless: fine, but that's what I'm saying the details here are the weird part. Because we're telling users to run tempest with tox, you need to go look up a commit in g-r set an env variable to the path of the constraints file from that commit and then everything will work00:41
mtreinishthat feels very ugly to me00:41
*** bardia has left #openstack-qa00:42
lifelessmtreinish: so, the options are - get broken when new releases come out; fix your requirements to == always (which tempest can do since it deploys via tox always)00:42
*** akshai has quit IRC00:43
mtreinishclarkb: looks like: https://jenkins02.openstack.org/job/gate-tempest-dsvm-full/33012/console got to tempest00:43
lifelessmtreinish: you could automate the g-r lookup too, FWIW00:43
clarkbyup, will shuffle those two changes into the gate now00:43
lifelessmtreinish: if not set, pick up the matching g-r change automatically00:43
openstackrecheckConsole logs not available after 13:21s for gate-tempest-dsvm-full 217964,66,fb399bb00:43
lifelessmtreinish: but - I still don't understand how the default - track what works in master00:43
lifelessmtreinish: is *worse* than -U00:44
*** zz_dimtruck is now known as dimtruck00:44
lifelessmtreinish: which is 'latest releases of things' vs 'latest that worked in openstack at all'00:44
lifelessmtreinish: I kindof feel like you're applying a different fitness test to the two cases00:44
*** eil397 has joined #openstack-qa00:45
clarkbmtreinish: done00:46
*** achanda has joined #openstack-qa00:46
*** ccneill has quit IRC00:47
mtreinishclarkb: ok thanks00:47
mtreinishlifeless: perhaps, I probably need to think about this some more. It's getting late in the day for me00:48
lifelessok :)00:48
mtreinishI'll look at it again in the morning00:48
openstackrecheckConsole logs not available after 13:21s for gate-tempest-dsvm-full 218538,9,67161dd00:57
*** mylu has joined #openstack-qa00:58
*** bswartz has joined #openstack-qa00:58
*** jokke_ has quit IRC00:58
*** jokke_ has joined #openstack-qa00:58
*** apoorvad has joined #openstack-qa00:59
*** achanda has quit IRC00:59
*** Sparyx has joined #openstack-qa01:00
*** markvoelker has joined #openstack-qa01:01
*** armax has joined #openstack-qa01:02
*** mylu has quit IRC01:02
*** mylu has joined #openstack-qa01:04
*** eil397 has quit IRC01:06
*** Sparyx has quit IRC01:08
*** weshay_xchat has quit IRC01:10
openstackrecheckConsole logs not available after 13:21s for gate-horizon-dsvm-integration 204731,93,d4cb54901:10
*** Swami has quit IRC01:16
*** weshay_xchat has joined #openstack-qa01:16
bswartzDoes anyone know if it's possible to install devstack without cloning git repos I don't need, such as nova?01:20
*** jlwhite has quit IRC01:21
clarkbbswartz: if nova is not an enabled service I think it doesn't clone it01:22
bswartzI disabled everything I could think of and it still clones the repo for nova01:23
openstackrecheckConsole logs not available after 13:21s for gate-grenade-dsvm 278068,2,248e18301:24
clarkbyou should be able towork back from the log trace01:24
bswartzclarkb: https://github.com/openstack-dev/devstack/blob/master/lib/nova#L77101:24
clarkbto figure out what triggers the clone, but install_nova does the clone in lib/nova I just don't see what calls that01:24
bswartzI noticed there's no conditional around that statement ^01:24
clarkbbswartz: it is in a function, so you need to find what calls the function01:25
*** dimtruck is now known as zz_dimtruck01:29
*** mtanino has quit IRC01:29
bswartzclarkb: stack_install_service calls it01:30
bswartzhmm it's wrapped by "if is_service_enabled nova" ....01:31
*** mylu has quit IRC01:31
gmannclarkb: bswartz this one - https://github.com/openstack-dev/devstack/blob/25fe1be8b151b4ac529fdf03be50f7db65033abf/stack.sh#L83601:31
* bswartz scratches his head...01:31
bswartzokay let me see if I can disable "nova"01:31
clarkbwrapped with if is_service_enabled nova;01:31
bswartzis it better to use ENABLED_SERVICES=..... or use disable_service?01:32
clarkbI use enabled services typically01:33
clarkbto be explicit01:33
bswartzyeah me too01:33
bswartzand nova is definitely not in that list01:33
bswartzso somehow it's getting added01:33
clarkbtransitive?01:33
clarkbvia a plugin?01:33
bswartzyeah at least I can debug this now01:33
bswartzI'll track down what's adding it01:34
openstackgerritMerged openstack-dev/devstack: Switch tempest verify-config usage to avoid bug  https://review.openstack.org/27816001:34
*** mylu has joined #openstack-qa01:35
gmannbswartz: hope none of the n-* are enabled in conf01:37
gmannbswartz: this is actually tells if nova needs to install - https://github.com/openstack-dev/devstack/blob/d718971299dab1e6af3f69417d77f4f75ad53cb0/lib/nova#L17901:37
openstackrecheckConsole logs not available after 13:21s for gate-nova-python27 277953,2,081a56b01:37
openstackgerritMerged openstack-dev/devstack: Switch tempest verify-config usage to avoid bug  https://review.openstack.org/27815101:40
*** mylu has quit IRC01:44
*** madhu_ak has quit IRC01:45
*** lekha is now known as lekha|away01:46
bswartzgmann: additionally, this check can cause nova to get enabled: https://github.com/openstack-dev/devstack/blob/d718971299dab1e6af3f69417d77f4f75ad53cb0/functions-common#L203301:46
bswartzgmann: the way that check is written, it would match any string like "python-xxxclient"01:47
*** bswartz has quit IRC01:49
*** bswartz has joined #openstack-qa01:50
* bswartz reminds himself to be careful which window he types "sudo poweroff" in01:50
openstackrecheckConsole logs not available after 13:21s for gate-tempest-dsvm-full 277645,2,9367c5001:50
*** jasonsb has joined #openstack-qa01:52
*** jecarey has joined #openstack-qa01:52
*** itzikb has quit IRC01:54
cody-somervilleclarkb: fyi, those two links you gave me were the same. Was there actually a second link you meant to paste?01:54
*** itzikb has joined #openstack-qa01:55
*** mylu has joined #openstack-qa01:55
*** Sparyx has joined #openstack-qa01:57
*** jecarey has quit IRC01:57
gmannbswartz: yea that is still there even we have is_nova_enabled. may be cleanup soon01:57
gmannbswartz: i did not get "it would match any string like "python-xxxclient"01:57
*** weshay_xchat has quit IRC01:58
*** mylu has quit IRC01:58
bswartzgmann: there is a regex match there which can match any string with "n-" in it01:59
bswartzpython-cinderclient for example matches the regex02:00
bswartzand would cause that function to enable nova02:00
*** achanda has joined #openstack-qa02:00
clarkbcody-somerville: 27816002:00
bswartznot that "python-cinderclient" shows up in the list of enabled services, but some client might02:00
bswartzit seems like a bug02:00
gmannbswartz: ohh, i see02:01
*** rossella_s has quit IRC02:03
*** rossella_s has joined #openstack-qa02:03
openstackrecheckConsole logs not available after 13:21s for gate-nova-python27 266933,12,7ac4a7e02:04
*** zz_dimtruck is now known as dimtruck02:04
*** ngoracke has quit IRC02:04
*** yamamoto has joined #openstack-qa02:12
openstackrecheckConsole logs not available after 13:22s for gate-tempest-dsvm-full 246625,21,2b8960a02:17
*** armax has quit IRC02:18
*** yamahata has quit IRC02:19
*** itzikb has quit IRC02:26
*** alex_xu has quit IRC02:28
*** mylu has joined #openstack-qa02:30
*** alex_xu has joined #openstack-qa02:30
openstackrecheckConsole logs not available after 13:22s for gate-tempest-dsvm-full 273082,3,f09dae602:31
*** yamamoto has quit IRC02:31
openstackgerritMasayuki Igawa proposed openstack/tempest-lib: Add cli execute test case  https://review.openstack.org/27770602:33
*** ngoracke has joined #openstack-qa02:37
openstackrecheckConsole logs not available after 13:21s for gate-nova-python27 263926,5,356ad0d02:44
*** dims_ has quit IRC02:45
*** Poornima has joined #openstack-qa02:48
*** alex_xu has quit IRC02:49
*** alex_xu has joined #openstack-qa02:52
openstackrecheckConsole logs not available after 13:22s for gate-cinder-python27 250220,15,df31b9402:57
openstackrecheckConsole logs not available after 13:21s for gate-tempest-dsvm-full 271424,5,37583d703:11
*** mylu has quit IRC03:15
*** mylu has joined #openstack-qa03:16
*** nadya has joined #openstack-qa03:18
*** nadya is now known as Guest295903:18
*** ylobankov has joined #openstack-qa03:22
*** Guest2959 has quit IRC03:22
openstackrecheckConsole logs not available after 13:21s for gate-horizon-dsvm-integration 277220,8,3093baa03:24
*** mylu has quit IRC03:26
*** dims has joined #openstack-qa03:27
*** mylu has joined #openstack-qa03:29
*** yamamoto has joined #openstack-qa03:29
*** sc68cal has quit IRC03:30
*** woodster_ has joined #openstack-qa03:32
*** dims has quit IRC03:37
openstackrecheckConsole logs not available after 13:22s for gate-tempest-dsvm-full 271858,13,8bcdee203:37
*** mylu has quit IRC03:38
*** mylu has joined #openstack-qa03:39
*** apoorvad has quit IRC03:40
*** edmondsw has quit IRC03:49
*** jlwhite has joined #openstack-qa03:50
openstackrecheckConsole logs not available after 13:21s for gate-tempest-dsvm-full 277835,3,1a9850b03:51
openstackrecheckConsole logs not available after 13:22s for gate-nova-python27 278125,1,cc3dc6404:04
mroddensdague: when you get a chance... i looked through ianw's branch of changes here https://review.openstack.org/#/q/status:open+project:openstack-dev/bashate+branch:master+topic:continuation04:05
mroddenthey need a +W still04:05
mroddenand it touches a lot of the original script logic04:05
*** jogo has quit IRC04:10
*** jogo has joined #openstack-qa04:11
*** mylu has quit IRC04:15
*** markvoelker has quit IRC04:15
*** markvoelker has joined #openstack-qa04:16
*** amotoki has joined #openstack-qa04:17
*** amotoki has quit IRC04:17
openstackrecheckConsole logs not available after 13:22s for gate-nova-python27 238309,14,af867bd04:18
*** mylu has joined #openstack-qa04:25
*** jlwhite has quit IRC04:26
*** mylu has quit IRC04:26
*** dimtruck is now known as zz_dimtruck04:27
openstackrecheckConsole logs not available after 13:22s for gate-nova-python27 259097,7,ae3951504:31
*** Poornima has quit IRC04:32
ianwmrodden: they've sat for so long ... i think maybe just commit?  i think it's pretty uncontroversial04:36
*** salv-orlando has joined #openstack-qa04:41
*** salv-orl_ has quit IRC04:43
*** mylu has joined #openstack-qa04:44
openstackrecheckConsole logs not available after 13:22s for gate-keystone-python34 226464,20,98f4ff804:44
*** ngoracke has quit IRC04:50
openstackgerritMasayuki Igawa proposed openstack/openstack-health: Fix docs warnings  https://review.openstack.org/27820404:54
*** ngoracke has joined #openstack-qa04:55
openstackgerritMatthew Treinish proposed openstack-dev/devstack: Respect constraints in tempest tox venvs  https://review.openstack.org/27820604:55
openstackrecheckConsole logs not available after 13:23s for gate-tempest-dsvm-full 278147,1,fdeff0804:58
*** Poornima has joined #openstack-qa05:00
*** ngoracke has quit IRC05:00
*** mragupat has joined #openstack-qa05:00
*** moravec has quit IRC05:01
*** mragupat has quit IRC05:06
*** mragupat has joined #openstack-qa05:06
openstackrecheckConsole logs not available after 13:23s for gate-tempest-dsvm-full 277861,2,80003f005:11
*** ylobankov has quit IRC05:14
openstackgerritMasayuki Igawa proposed openstack/openstack-health: Add TODO list  https://review.openstack.org/27820805:20
*** Poornima has quit IRC05:24
*** anshul has joined #openstack-qa05:24
openstackrecheckConsole logs not available after 13:22s for gate-tempest-dsvm-full 277763,2,6c7b77405:24
*** dwalleck has joined #openstack-qa05:27
*** Poornima has joined #openstack-qa05:29
*** armax has joined #openstack-qa05:31
*** anshul has quit IRC05:32
*** dave-mccowan has quit IRC05:33
*** SridharG has joined #openstack-qa05:34
*** Poornima has quit IRC05:34
*** woodster_ has quit IRC05:36
*** Poornima has joined #openstack-qa05:36
openstackrecheckConsole logs not available after 13:22s for gate-cinder-pep8 278155,1,eb32aa605:38
*** mylu has quit IRC05:41
*** Poornima has quit IRC05:42
*** mylu has joined #openstack-qa05:46
openstackgerritGhanshyam Mann proposed openstack/tempest: use separate user  https://review.openstack.org/27821205:46
*** anshul has joined #openstack-qa05:48
openstackrecheckConsole logs not available after 13:22s for gate-keystone-python34 278136,1,53b212705:51
*** jecarey has joined #openstack-qa05:53
*** nadya has joined #openstack-qa05:53
*** nadya is now known as Guest9112105:54
*** jecarey has quit IRC05:57
openstackgerritMerged openstack/tempest: Log more info when mke2fs fails on a guest  https://review.openstack.org/27739605:58
*** jasonsb has quit IRC06:01
*** jasonsb has joined #openstack-qa06:02
*** rossella_s has quit IRC06:03
*** rossella_s has joined #openstack-qa06:03
*** jasonsb has quit IRC06:04
*** mylu has quit IRC06:04
openstackrecheckConsole logs not available after 13:22s for gate-tempest-dsvm-neutron-src-os-brick 277224,5,e23e68a06:05
*** SridharG has quit IRC06:05
*** mylu has joined #openstack-qa06:05
*** jasonsb has joined #openstack-qa06:05
*** Poornima has joined #openstack-qa06:07
*** anshul has quit IRC06:09
*** gamado has joined #openstack-qa06:12
*** mylu has quit IRC06:12
*** mylu has joined #openstack-qa06:13
openstackgerritGhanshyam Mann proposed openstack/tempest: Add cleanup for endpoint tests  https://review.openstack.org/27821906:15
openstackrecheckConsole logs not available after 13:24s for gate-horizon-dsvm-integration 217437,17,415e37506:18
*** anshul has joined #openstack-qa06:21
*** anshul has quit IRC06:26
*** itzikb has joined #openstack-qa06:28
*** Guest91121 has quit IRC06:29
*** yfried has quit IRC06:29
openstackrecheckConsole logs not available after 13:23s for gate-tempest-dsvm-full 278119,4,b82925506:31
openstackgerritMerged openstack/tempest: Identity V3: missing api coverage for 'Get Endpoint' method  https://review.openstack.org/27092806:38
*** SridharG has joined #openstack-qa06:41
openstackrecheckConsole logs not available after 13:22s for gate-keystone-python34 103368,34,a3cca6e06:45
openstackgerritMerged openstack/tempest: Fixing typos in tempest/test.py  https://review.openstack.org/27534106:45
*** anshul has joined #openstack-qa06:47
*** armax has quit IRC06:48
*** tochi has quit IRC06:52
openstackrecheckConsole logs not available after 13:23s for gate-glance-docs 278157,1,5f6068a06:58
*** yfried has joined #openstack-qa07:11
openstackrecheckConsole logs not available after 13:22s for gate-nova-python27 278124,1,ced0c4507:12
*** mylu has quit IRC07:13
*** rcernin has joined #openstack-qa07:14
openstackrecheckConsole logs not available after 13:23s for gate-tempest-dsvm-full 277645,2,2cf27a707:25
*** mragupat has quit IRC07:27
*** ianw has quit IRC07:30
*** ianw has joined #openstack-qa07:30
*** otherwiseguy has quit IRC07:34
*** anshul has quit IRC07:34
openstackrecheckConsole logs not available after 13:25s for gate-nova-pep8 253747,27,f84f41f07:38
*** mkovacik has quit IRC07:41
*** ngoracke has joined #openstack-qa07:44
*** openstackgerrit has quit IRC07:47
*** openstackgerrit has joined #openstack-qa07:47
*** ngoracke has quit IRC07:49
openstackrecheckConsole logs not available after 13:22s for gate-tempest-dsvm-full 278142,1,53ef95807:52
*** rcernin has quit IRC07:52
*** gfidente has joined #openstack-qa07:55
*** gfidente has quit IRC07:55
*** gfidente has joined #openstack-qa07:55
*** e0ne has joined #openstack-qa07:58
*** Poornima is now known as Poornima|lunch07:58
*** Poornima|lunch is now known as Poornima07:58
openstackgerritDaniel Mellado proposed openstack/tempest: Split users_client from keystone V3 client  https://review.openstack.org/27786308:02
openstackrecheckConsole logs not available after 13:22s for gate-nova-python27 277565,4,aa07aed08:05
*** neeti has joined #openstack-qa08:07
mroddenianw: yeah i just would like to give someone else a chance to tip them in08:07
mroddeni'll probably +W em tomorrow if no one looks08:07
*** achanda has quit IRC08:13
*** rcernin has joined #openstack-qa08:15
*** dwalleck has quit IRC08:16
openstackrecheckConsole logs not available after 13:25s for gate-nova-python27 264157,3,2ee3c6208:19
*** apevec has joined #openstack-qa08:23
openstackrecheckConsole logs not available after 13:25s for gate-tempest-dsvm-full 278163,1,2327e5608:32
*** nadya has joined #openstack-qa08:35
*** nadya is now known as Guest1589008:36
*** achanda has joined #openstack-qa08:37
*** yfried_ has joined #openstack-qa08:38
*** jlanoux has joined #openstack-qa08:38
*** yfried has quit IRC08:38
*** e0ne has quit IRC08:39
*** grafuls has joined #openstack-qa08:41
*** ihrachys has joined #openstack-qa08:42
*** pavel_bondar has joined #openstack-qa08:42
*** apevec has left #openstack-qa08:44
*** salv-orlando has quit IRC08:44
openstackrecheckConsole logs not available after 13:21s for gate-horizon-npm-run-lint 261130,20,d4fe60408:46
*** yfried_ has quit IRC08:51
*** yfried_ has joined #openstack-qa08:51
*** jlanoux has quit IRC08:54
*** jlanoux has joined #openstack-qa08:55
*** reedip is now known as outofmemory08:57
*** safchain has joined #openstack-qa08:58
openstackrecheckConsole logs not available after 13:22s for gate-tempest-dsvm-full 277834,3,0b69f6309:00
*** ifarkas has joined #openstack-qa09:02
openstackgerritMaho Koshiya proposed openstack/tempest: Add OS-INHERIT of keystone v3 in api tempest  https://review.openstack.org/25079509:03
*** tosky has joined #openstack-qa09:05
*** shardy has joined #openstack-qa09:11
gmannmasayukig: mkoderer mtreinish please review these - https://review.openstack.org/#/c/277763/ https://review.openstack.org/#/c/277890/09:12
openstackrecheckConsole logs not available after 13:23s for gate-grenade-dsvm 278176,1,d5fdff509:14
*** lucas-dinner is now known as lucasagomes09:19
openstackrecheckConsole logs not available after 13:25s for gate-grenade-dsvm 250220,16,2c218d909:28
*** dtantsur|afk is now known as dtantsur09:28
*** mkovacik has joined #openstack-qa09:29
*** slowrie has quit IRC09:30
*** tochi has joined #openstack-qa09:30
openstackgerritDaniel Mellado proposed openstack/tempest: Split projects_client from keystone v3 client  https://review.openstack.org/27827009:32
*** yfried has joined #openstack-qa09:35
*** yfried_ has quit IRC09:36
openstackrecheckConsole logs not available after 13:22s for gate-keystone-python34 266989,2,c798e3109:41
*** ihrachys has quit IRC09:47
*** zz_dimtruck is now known as dimtruck09:47
*** dtantsur is now known as dtantsur|brb09:51
*** mvk has joined #openstack-qa09:52
*** yfried_ has joined #openstack-qa09:52
*** yfried has quit IRC09:52
*** jecarey has joined #openstack-qa09:53
*** gszasz has joined #openstack-qa09:54
openstackrecheckConsole logs not available after 13:23s for gate-grenade-dsvm 277302,2,6ac191309:54
*** mvk has quit IRC09:56
*** jecarey has quit IRC09:58
*** tochi has quit IRC10:00
*** achanda has quit IRC10:06
*** e0ne has joined #openstack-qa10:07
*** achanda has joined #openstack-qa10:08
openstackrecheckConsole logs not available after 13:23s for gate-grenade-dsvm 224910,24,afd9aa610:08
openstackgerritGhanshyam Mann proposed openstack/tempest: Add tests for compute v2.10 microversion  https://review.openstack.org/27776310:14
*** mvk has joined #openstack-qa10:16
openstackgerritTimofey Durakov proposed openstack/tempest: Live-migration of instance with attached ephemerals added  https://review.openstack.org/23371210:20
openstackgerritTimofey Durakov proposed openstack/tempest: Live migration of instances with swap  https://review.openstack.org/23372210:20
*** r-mibu has quit IRC10:20
*** r-mibu has joined #openstack-qa10:21
openstackrecheckConsole logs not available after 13:23s for gate-grenade-dsvm 167819,13,fee081910:21
*** shardy has quit IRC10:25
*** shardy has joined #openstack-qa10:25
*** ihrachys has joined #openstack-qa10:29
openstackrecheckConsole logs not available after 13:22s for gate-horizon-dsvm-integration 261130,20,58dd29a10:34
*** ihrachys has quit IRC10:41
*** salv-orlando has joined #openstack-qa10:41
*** dtantsur|brb is now known as dtantsur10:42
*** cdent has joined #openstack-qa10:43
*** achanda has quit IRC10:45
openstackgerritJoseph Lanoux proposed openstack/tempest: Add a fallback to ssh checks  https://review.openstack.org/25951510:45
openstackgerritNeerja Narayan proposed openstack/tempest: Adding negative tests for zaqar queues v1.0  https://review.openstack.org/27829810:46
*** dims has joined #openstack-qa10:48
openstackrecheckConsole logs not available after 13:21s for gate-tempest-dsvm-large-ops 159369,7,50a997b10:48
openstackrecheckopenstack/nova change: https://review.openstack.org/277029 failed gate-tempest-dsvm-postgres-full in the gate queue with an unrecognized error10:48
openstackgerritNeerja Narayan proposed openstack/tempest: Adding negative tests for zaqar queues v1.0  https://review.openstack.org/27830010:50
*** aysyd has joined #openstack-qa10:52
*** aysyd has quit IRC10:58
*** aysyd has joined #openstack-qa10:59
openstackrecheckConsole logs not available after 13:26s for gate-tempest-dsvm-full-lio-src-os-brick 277224,9,e63624211:02
*** rfolco has joined #openstack-qa11:09
openstackrecheckConsole logs not available after 13:22s for gate-tempest-dsvm-full 254164,2,bef302e11:15
*** ngoracke has joined #openstack-qa11:20
*** ngoracke has quit IRC11:25
*** jaypipes has joined #openstack-qa11:27
*** ChanServ sets mode: +o jaypipes11:27
openstackrecheckConsole logs not available after 13:22s for gate-tempest-dsvm-large-ops 235752,8,dc1f5ad11:29
openstackrecheckopenstack/keystone change: https://review.openstack.org/278147 failed because of: gate-grenade-dsvm: https://bugs.launchpad.net/bugs/152441811:29
openstackLaunchpad bug 1524418 in oslo.messaging "gate-grenade-dsvm-multinode fails with "AttributeError: 'LocalManager' object has no attribute 'l3driver'"" [Undecided,Fix released] - Assigned to Mehdi Abaakouk (sileht)11:29
*** Serlex has joined #openstack-qa11:41
openstackrecheckConsole logs not available after 13:23s for gate-cinder-python34 250220,16,e1c701811:42
*** ihrachys has joined #openstack-qa11:43
*** erlon has joined #openstack-qa11:43
*** achanda has joined #openstack-qa11:45
*** achanda has quit IRC11:50
openstackrecheckConsole logs not available after 13:26s for gate-grenade-dsvm 217381,7,8b2be1211:56
*** mvk has quit IRC12:00
*** Sparyx has quit IRC12:01
*** mvk has joined #openstack-qa12:02
openstackrecheckConsole logs not available after 13:22s for gate-horizon-npm-run-lint 227036,30,717c01c12:09
openstackgerritJohn Warren proposed openstack/tempest-lib: Fix project domain problem in v3 token client  https://review.openstack.org/27708812:10
*** Poornima has quit IRC12:10
*** Poornima has joined #openstack-qa12:12
*** Sparyx has joined #openstack-qa12:17
*** yamamoto has quit IRC12:20
openstackrecheckConsole logs not available after 13:49s for gate-tempest-dsvm-neutron-full 277699,2,f59a4ca12:23
openstackgerritSean Dague proposed openstack-dev/devstack: remove keystone templated catalog  https://review.openstack.org/27833312:26
openstackgerritSean Dague proposed openstack-dev/devstack: remove keystone templated catalog  https://review.openstack.org/27833312:26
*** edmondsw has joined #openstack-qa12:29
openstackrecheckConsole logs not available after 13:32s for gate-grenade-dsvm 249486,23,1f9a60d12:37
*** krotscheck_dcm is now known as krotscheck12:38
*** vgridnev has joined #openstack-qa12:44
*** achanda has joined #openstack-qa12:48
openstackrecheckConsole logs not available after 13:32s for gate-grenade-dsvm 249486,24,24b5a7712:50
*** weshay_xchat has joined #openstack-qa12:52
*** achanda has quit IRC12:54
*** lucasagomes is now known as lucas-hungry12:56
*** Poornima has quit IRC12:59
*** Sparyx has quit IRC13:02
*** dimtruck is now known as zz_dimtruck13:03
openstackrecheckConsole logs not available after 13:21s for gate-tempest-dsvm-nova-v20-api 273104,5,5921f7a13:04
*** e0ne has quit IRC13:09
*** vgridnev has quit IRC13:09
*** e0ne has joined #openstack-qa13:09
*** edmondsw has quit IRC13:11
openstackrecheckConsole logs not available after 13:22s for gate-tempest-dsvm-postgres-full 277863,2,867e43013:17
*** Sparyx has joined #openstack-qa13:18
*** Serlex has quit IRC13:19
*** vgridnev has joined #openstack-qa13:19
*** vgridnev has quit IRC13:21
*** moravec has joined #openstack-qa13:24
*** e0ne has quit IRC13:24
*** e0ne has joined #openstack-qa13:25
*** vgridnev has joined #openstack-qa13:27
*** yamamoto has joined #openstack-qa13:29
*** yfried_ has quit IRC13:30
openstackrecheckConsole logs not available after 13:22s for gate-grenade-dsvm 270997,3,7b0b12d13:31
*** Serlex has joined #openstack-qa13:32
*** neeti has quit IRC13:35
dimsmtreinish : i don't see some of my periodic jobs show up on the health site. i'd like to see pass/fail percentage for some new jobs (see details here https://etherpad.openstack.org/p/dims-periodic-jobs)13:39
*** ihrachys_ has joined #openstack-qa13:40
*** zz_dimtruck is now known as dimtruck13:41
sdaguedims: I was pretty sure only gate jobs are in health13:41
*** sc68cal has joined #openstack-qa13:42
dimssdague : i see some here - http://status.openstack.org/openstack-health/#/g/build_queue/periodic?groupKey=build_queue&resolutionKey=hour&searchJob=13:42
*** ihrachys has quit IRC13:43
dimssdague : background - i'd like somewhere for oslo folks to go look what they broke - https://etherpad.openstack.org/p/dims-periodic-jobs13:44
openstackrecheckConsole logs not available after 13:22s for gate-nova-pep8 276191,1,7ff09bc13:44
*** gamado has quit IRC13:46
*** dave-mccowan has joined #openstack-qa13:51
sdaguedims: right, I understand, I just think there remain limitations. There are only 7 jobs in there13:51
dimssdague : agree (trying to replace https://travis-ci.org/dims/)13:52
*** lucas-hungry is now known as lucasagomes13:53
openstackgerritJordan Pittier proposed openstack/tempest: Introduce new helper: call_and_ignore_notfound_exc()  https://review.openstack.org/27790713:55
openstackrecheckConsole logs not available after 13:22s for gate-cinder-python27 269624,20,5f3eb9613:58
*** ngoracke has joined #openstack-qa13:58
*** akshai has joined #openstack-qa13:59
*** Serlex has left #openstack-qa14:00
*** dimtruck is now known as zz_dimtruck14:06
*** weshay_xchat is now known as weshay14:07
openstackrecheckConsole logs not available after 13:21s for gate-nova-pep8 278079,2,bb987e914:11
*** mtanino has joined #openstack-qa14:12
*** Matt4 has quit IRC14:13
*** zz_dimtruck is now known as dimtruck14:16
*** mhickey has joined #openstack-qa14:18
*** yaume has joined #openstack-qa14:19
*** sabeen has joined #openstack-qa14:19
*** mriedem has joined #openstack-qa14:22
*** sabeen3 has joined #openstack-qa14:22
*** jordanP has joined #openstack-qa14:22
*** sabeen has quit IRC14:24
*** yfried_ has joined #openstack-qa14:24
*** Sparyx has quit IRC14:24
openstackrecheckConsole logs not available after 13:22s for gate-nova-pep8 278078,2,3186d6914:24
*** krtaylor has quit IRC14:25
openstackgerritArx Cruz proposed openstack/tempest: Split roles_client for keystone v3 client  https://review.openstack.org/27839914:33
*** itzikb has quit IRC14:33
*** akshai has quit IRC14:34
openstackrecheckConsole logs not available after 13:24s for gate-horizon-dsvm-integration 246625,22,60d56ba14:38
*** dimtruck is now known as zz_dimtruck14:38
openstackgerritMatt Riedemann proposed openstack-dev/devstack: Install libosinfo on n-cpu nodes  https://review.openstack.org/27814214:39
openstackgerritDavid Moreau Simard proposed openstack/tempest: Revert "Remove setup_credentials from orchestration tests"  https://review.openstack.org/27806814:39
*** akshai has joined #openstack-qa14:39
*** Swami has joined #openstack-qa14:41
openstackgerritJordan Pittier proposed openstack/tempest: Remove some dead code  https://review.openstack.org/27840614:42
openstackgerritMatt Riedemann proposed openstack-infra/elastic-recheck: Add query for tempest verify-config cliff bug 1543841  https://review.openstack.org/27840914:48
openstackbug 1543841 in devstack "Invocation error: tempest verify-config: error: unrecognized arguments: -uro ../../../../tmp/tmp.FR5OHabb3Y" [Undecided,In progress] https://launchpad.net/bugs/1543841 - Assigned to Matthew Treinish (treinish)14:48
openstackrecheckConsole logs not available after 13:22s for gate-swift-python27 278283,2,ef91f2a14:51
*** achanda has joined #openstack-qa14:52
*** rbak has joined #openstack-qa14:54
jordanPsdague, hi. Why are we running gate-tempest-dsvm-ceilometer-mysql-neutron-full on each tempest commit since this exact job also runs on each ceilometer commit ? It looks like a waste of resources14:54
*** itzikb has joined #openstack-qa14:55
jordanPespecially now that ceilometer adoptes the "plugin" approach14:55
*** jecarey has joined #openstack-qa14:56
*** jecarey has quit IRC14:56
*** jecarey has joined #openstack-qa14:56
sdaguejordanP: don't know, ask mtreinish14:56
jordanPokay14:57
*** achanda has quit IRC14:57
openstackgerritArx Cruz proposed openstack/tempest: Split roles_client for keystone v3 client  https://review.openstack.org/27839914:59
*** akshai has quit IRC14:59
openstackgerritSean M. Collins proposed openstack-infra/devstack-gate: [WIP] Switch to new Neutron devstack  https://review.openstack.org/27841514:59
*** akshai has joined #openstack-qa15:01
openstackgerritSean M. Collins proposed openstack-dev/devstack: Begin new lib/neutron  https://review.openstack.org/16843815:02
openstackgerritMatt Riedemann proposed openstack-infra/elastic-recheck: Remove query for bug 1524418  https://review.openstack.org/27841815:04
openstackbug 1524418 in oslo.messaging "gate-grenade-dsvm-multinode fails with "AttributeError: 'LocalManager' object has no attribute 'l3driver'"" [Undecided,Fix released] https://launchpad.net/bugs/1524418 - Assigned to Mehdi Abaakouk (sileht)15:04
mriedemsdague: ^15:04
openstackrecheckConsole logs not available after 13:23s for gate-tempest-dsvm-full 254164,2,203050f15:05
*** obondarev_ is now known as obondarev15:06
*** deva_ has joined #openstack-qa15:08
*** vgridnev has quit IRC15:09
*** mtanino has quit IRC15:09
*** vgridnev has joined #openstack-qa15:11
openstackgerritSean M. Collins proposed openstack-infra/devstack-gate: [WIP] Switch to new Neutron devstack  https://review.openstack.org/27841515:12
*** SridharG has quit IRC15:13
*** zz_dimtruck is now known as dimtruck15:14
*** deva_ has quit IRC15:14
openstackgerritJoseph Lanoux proposed openstack/tempest: Add a fallback to ssh checks  https://review.openstack.org/25951515:16
*** ylobankov has joined #openstack-qa15:17
*** pglass has joined #openstack-qa15:17
*** vgridnev has quit IRC15:17
openstackrecheckConsole logs not available after 13:21s for gate-tempest-dsvm-full 278298,1,c2b4ecb15:18
*** sigmavirus24_awa is now known as sigmavirus2415:19
*** dkranz has joined #openstack-qa15:20
*** dmsimard has joined #openstack-qa15:21
dmsimardjordanP: o/15:21
jordanPhi15:21
*** pglass has quit IRC15:21
jordanPso I don't understand the issue15:21
jordanPhow come the change passed the gate but breaks your CI15:21
dmsimardIt's not the first time something works with devstack but doesn't work outside of it15:22
dmsimard:)15:22
jordanPagreed15:22
jordanPbut maybe you mis-configured your tempest conf file ?15:22
*** woodster_ has joined #openstack-qa15:23
dmsimardWe already discussed the issue with mtreinish yesterday, the details are in both https://bugs.launchpad.net/tempest/+bug/1543785 and https://bugs.launchpad.net/heat/+bug/154375915:23
openstackLaunchpad bug 1543785 in tempest "Role setup is now incorrect for Heat tests" [Undecided,In progress] - Assigned to David Moreau Simard (dmsimard)15:23
openstackLaunchpad bug 1543759 in tempest "AttributeError: 'NoneType' object has no attribute 'service_types'" [Undecided,In progress] - Assigned to David Moreau Simard (dmsimard)15:23
dmsimardI'm neither a heat or a tempest developer so I lack a bit of knowledge around the issue but was told this wasn't our fault15:24
dmsimardPerhaps the discussion that took place here can enlighten you http://eavesdrop.openstack.org/irclogs/%23heat/%23heat.2016-02-09.log.html#t2016-02-09T20:18:0715:25
dmelladodmsimard: what are you up to this time? xD15:27
dmsimarddmellado: chasing trunk issues, what else15:28
dmsimard4 backwards incompatible changes in the past 2 weeks by various projects recently :(15:28
dmelladoif you disturb here around I'll punish you with a -2 xD15:28
*** mvk has quit IRC15:29
dmsimarddmellado: oh noes, my stackalytics stats :(15:29
dmelladolol15:29
dmelladolet me check the issue15:29
*** mvk has joined #openstack-qa15:29
*** mragupat has joined #openstack-qa15:30
*** mvk has quit IRC15:30
*** regXboi has joined #openstack-qa15:30
*** mvk has joined #openstack-qa15:31
openstackrecheckConsole logs not available after 13:23s for gate-tempest-dsvm-full-ceph 259097,7,af664e515:32
sdaguedmsimard: can whatever your system is provide 3rd party CI reporting in to tempest? That would be helpful to sort these things out.15:32
dmsimardsdague: We've actually submitted https://review.openstack.org/#/c/278080/15:32
dmsimardwhich is first party :)15:33
*** rcernin has quit IRC15:33
dmsimardBut we have something for RDO that essentially runs the puppet-openstack integration tests outside of the gate to extend our coverage15:33
*** vgridnev has joined #openstack-qa15:33
dmsimardWe plan to have it provide feedback as third party eventually but we're not ready yet15:33
sdagueright, well that seems more useful honestly, because first party is going to have other constraints around timing on it which might keep it out of the check queue15:34
*** e0ne has quit IRC15:34
dmsimardsdague: I'm hopeful we can provide some level of third party feedback by the end of the cycle15:35
*** e0ne has joined #openstack-qa15:35
dmsimardIf trunk stops breaking I suddenly have a bunch of free time to work on that :P15:35
*** yamamoto has quit IRC15:35
sdagueif you provide feedback, then it might :)15:36
sdaguedmsimard: it was also a red hat person that pushed that other patch, so worth circling with them as well I think15:37
dmsimardsdague: yup, all over it15:38
sdagueanyway, revert approved15:38
dmsimardappreciate it, thanks15:38
*** krtaylor has joined #openstack-qa15:38
*** itzikb has quit IRC15:40
*** jlwhite has joined #openstack-qa15:42
*** malini has joined #openstack-qa15:42
*** malini1 has joined #openstack-qa15:44
*** vgridnev has quit IRC15:45
openstackrecheckConsole logs not available after 13:22s for gate-tempest-dsvm-full 278300,1,9f222f515:45
*** vgridnev has joined #openstack-qa15:45
*** malini has quit IRC15:47
*** itzikb has joined #openstack-qa15:48
*** ihrachys_ is now known as ihrachys15:49
*** pglass has joined #openstack-qa15:50
*** pglbutt has joined #openstack-qa15:51
*** Sparyx has joined #openstack-qa15:53
*** pglass has quit IRC15:54
*** yamamoto has joined #openstack-qa15:54
*** vinc has joined #openstack-qa15:55
*** mtanino has joined #openstack-qa15:56
openstackrecheckConsole logs not available after 13:23s for gate-tempest-dsvm-neutron-full-kilo 278270,1,9a7ad2715:58
*** rcernin has joined #openstack-qa16:01
*** jswarren_ has joined #openstack-qa16:01
*** salv-orlando has quit IRC16:01
*** samueldmq1 has joined #openstack-qa16:04
*** deva_ has joined #openstack-qa16:06
*** deva_ has quit IRC16:11
*** samueldmq1 has quit IRC16:11
openstackrecheckConsole logs not available after 13:23s for gate-nova-pep8 278077,2,b3772ba16:12
*** ccneill has joined #openstack-qa16:12
*** dmsimard has left #openstack-qa16:12
*** silos has joined #openstack-qa16:15
*** itzikb has quit IRC16:18
openstackgerritMerged openstack-infra/elastic-recheck: Add query for tempest verify-config cliff bug 1543841  https://review.openstack.org/27840916:21
openstackbug 1543841 in devstack "Invocation error: tempest verify-config: error: unrecognized arguments: -uro ../../../../tmp/tmp.FR5OHabb3Y" [Undecided,In progress] https://launchpad.net/bugs/1543841 - Assigned to Matthew Treinish (treinish)16:21
*** weshay has quit IRC16:21
*** weshay_xchat has joined #openstack-qa16:21
*** jlwhite has quit IRC16:22
*** Swami_ has joined #openstack-qa16:22
*** weshay_xchat has quit IRC16:23
*** weshay has joined #openstack-qa16:23
*** rcernin has quit IRC16:24
openstackgerritArx Cruz proposed openstack/tempest: Split roles_client for keystone v3 client  https://review.openstack.org/27839916:24
*** jlwhite has joined #openstack-qa16:25
*** jlwhite has quit IRC16:25
openstackrecheckConsole logs not available after 13:24s for gate-grenade-dsvm 233722,13,005440716:25
*** otherwiseguy has joined #openstack-qa16:26
*** Swami has quit IRC16:27
*** raildo-afk is now known as raildo16:29
openstackgerritArx Cruz proposed openstack/tempest: Split roles_client for keystone v3 client  https://review.openstack.org/27839916:30
*** Sparyx has quit IRC16:31
*** itzikb has joined #openstack-qa16:33
*** boris-42 has quit IRC16:33
*** itzikb has quit IRC16:34
*** vgridnev has quit IRC16:36
*** Guest15890 has quit IRC16:36
*** jgriffith_away is now known as jgriffith16:37
*** slowrie has joined #openstack-qa16:37
*** openstackrecheck has quit IRC16:38
*** openstackrecheck has joined #openstack-qa16:39
*** salv-orlando has joined #openstack-qa16:50
*** apoorvad has joined #openstack-qa16:51
*** jswarren_ has quit IRC16:51
*** jlanoux has quit IRC16:51
*** asselin has quit IRC16:52
*** crobertsrh has joined #openstack-qa16:53
*** marcusvrn_ has joined #openstack-qa16:53
*** achanda has joined #openstack-qa16:55
*** sigmavirus24 is now known as sigmavirus24_awa16:55
*** sigmavirus24_awa is now known as sigmavirus2416:56
*** asselin has joined #openstack-qa16:57
*** asselin__ has joined #openstack-qa16:59
*** achanda has quit IRC16:59
*** asselin has quit IRC17:01
openstackrecheckConsole logs not available after 13:22s for gate-nova-python27 259097,8,3e1c67417:03
*** e0ne has quit IRC17:08
*** armax has joined #openstack-qa17:09
*** ccneill has quit IRC17:14
*** vgridnev has joined #openstack-qa17:15
*** amotoki has joined #openstack-qa17:16
*** amotoki has quit IRC17:16
*** silos has quit IRC17:17
*** jlwhite has joined #openstack-qa17:17
*** jlanoux has joined #openstack-qa17:20
*** silos has joined #openstack-qa17:22
*** ifarkas has quit IRC17:27
*** dtantsur is now known as dtantsur|afk17:28
openstackrecheckConsole logs not available after 13:21s for gate-tempest-pep8 278406,1,dd8217017:30
openstackgerritRafael Folco proposed openstack-dev/devstack: Set default properties for Power, detect architecture by substring  https://review.openstack.org/27853517:30
*** mylu has joined #openstack-qa17:31
*** krtaylor has quit IRC17:34
mtreinishdims: so periodic jobs are on openstack-health, but we're only collecting results for jobs that match these filters: https://github.com/openstack-infra/system-config/blob/master/modules/openstack_project/files/logstash/jenkins-log-client.yaml#L14-L2517:35
mtreinishwhich is basically any gate or periodic tempest or grenade dsvm job17:35
*** davideagnello has quit IRC17:35
mtreinishdims: I want to expand that to all gate or preiodic jobs, but I need to figure out why the pruning cron job I setup doesn't do anything17:36
*** davideagnello has joined #openstack-qa17:36
mtreinishhttp://git.openstack.org/cgit/openstack-infra/puppet-subunit2sql/tree/manifests/server.pp#n6417:36
mtreinishonce we start pruning for real to 6 months we can drop the name filter from the client yaml file17:37
*** mhickey has quit IRC17:37
*** nadya has joined #openstack-qa17:37
*** nadya is now known as Guest1072017:37
*** boris-42 has joined #openstack-qa17:39
mtreinishjordanP: so that is there to make sure the tempest ceilo tests in tree are executed. If ceilo has migrated to using a plugin and copied all of those tests we can just delete the ceilo tests and delete the job17:39
*** Swami_ has quit IRC17:39
jordanPmtreinish, I am not sure about the state of ceilo w.r.t plugins and all but that job is currently run twice17:40
*** fedexo has joined #openstack-qa17:40
*** fedexo_ has joined #openstack-qa17:41
mtreinishwhat do you mean by run twice?17:41
*** Sparyx has joined #openstack-qa17:42
jordanPmtreinish, it's run for each ceilometer commit and for each tempest commit17:43
dimsmtreinish : i see. thanks17:43
*** gszasz has quit IRC17:44
openstackrecheckConsole logs not available after 13:22s for gate-grenade-dsvm 278068,3,e34725817:44
*** krtaylor has joined #openstack-qa17:45
mtreinishjordanP: that's not running twice, it's co-gating. It's running the tests on ceilometer commits to test ceilometer17:45
mtreinishand we run it on tempest to verify the tests work17:46
jordanPyeah, got it, it makes sense17:46
mtreinishonce it's those tests are properly a plugin we can remove the job from the tempest queue17:46
*** madhu_ak_ has joined #openstack-qa17:46
mtreinishjordanP: cdent told me there are patches up on the ceilo side for that, I haven't seen a removal patch from tempest though17:47
cdentwhat did I tell you?17:47
jordanP:D17:47
cdentoh yeah, tempest plugin.17:48
cdentit's merged for ceilo: https://review.openstack.org/#/c/255710/ but I'm not sure it is doing anything yet17:50
cdentand it is in progress for aodh (alarming): https://review.openstack.org/#/c/255191/17:50
mtreinishcdent: well there is a plugin but no tests from what I can see: https://github.com/openstack/ceilometer/tree/master/ceilometer/tests/tempest/api17:51
cdentI think there's another review floating around somewhere. I don't really know. I'm not really hanging out with that gang much anymore...17:52
mtreinishhttps://review.openstack.org/#/c/255188/5 I think17:52
*** rcernin has joined #openstack-qa17:52
openstackgerritJordan Pittier proposed openstack/tempest: Introduce new helper: call_and_ignore_notfound_exc()  https://review.openstack.org/27790717:52
openstackgerritJordan Pittier proposed openstack/tempest: Remove some dead code  https://review.openstack.org/27840617:55
*** achanda has joined #openstack-qa17:57
*** safchain has quit IRC17:57
*** Swami has joined #openstack-qa17:58
*** mvk has quit IRC17:59
openstackgerritSean M. Collins proposed openstack-dev/devstack: DO NOT MERGE: Ugly hack to ram 1450 mtu down to all interfaces  https://review.openstack.org/27802818:00
*** armax has quit IRC18:01
*** achanda has quit IRC18:01
openstackgerritSean M. Collins proposed openstack-dev/devstack: DO NOT MERGE: Ugly hack for mtu  https://review.openstack.org/27802818:02
*** rossella_s has quit IRC18:03
*** rossella_s has joined #openstack-qa18:03
*** ihrachys has quit IRC18:04
*** krtaylor has quit IRC18:08
*** dkranz has quit IRC18:10
*** achanda has joined #openstack-qa18:12
*** achanda has quit IRC18:15
*** yaume has quit IRC18:16
*** mylu has quit IRC18:16
*** mylu has joined #openstack-qa18:17
crobertsrhAny chance this rings a bell for anyone (devstack master on fedora 23):  http://paste.openstack.org/show/486581/  Thanks18:17
*** jlanoux has quit IRC18:17
*** yamamoto has quit IRC18:19
*** krtaylor has joined #openstack-qa18:20
*** e0ne has joined #openstack-qa18:20
openstackrecheckConsole logs not available after 13:22s for gate-grenade-dsvm 258912,23,79452b818:22
*** malini1 has quit IRC18:23
*** dkranz has joined #openstack-qa18:25
*** lucasagomes is now known as lucas-afk18:25
*** mylu has quit IRC18:28
*** mriedem has quit IRC18:28
*** jordanP has quit IRC18:29
openstackgerritClark Boylan proposed openstack-infra/devstack-gate: Preallocate swapfile  https://review.openstack.org/27855718:31
*** silos has quit IRC18:32
*** dkranz has quit IRC18:32
*** mriedem has joined #openstack-qa18:36
mriedemmtreinish: https://review.openstack.org/#/c/278418/18:39
openstackrecheckConsole logs not available after 13:22s for gate-cinder-python27 250220,18,8bf885318:40
mtreinishmriedem: +A18:40
*** armax has joined #openstack-qa18:44
*** mkovacik has quit IRC18:47
openstackgerritMerged openstack-infra/elastic-recheck: Remove query for bug 1524418  https://review.openstack.org/27841818:49
openstackbug 1524418 in oslo.messaging "gate-grenade-dsvm-multinode fails with "AttributeError: 'LocalManager' object has no attribute 'l3driver'"" [Undecided,Fix released] https://launchpad.net/bugs/1524418 - Assigned to Mehdi Abaakouk (sileht)18:49
*** dkranz has joined #openstack-qa18:49
sileht+18:50
*** yamamoto has joined #openstack-qa18:50
*** ngoracke has quit IRC18:52
openstackrecheckConsole logs not available after 13:21s for gate-nova-docs 269910,4,99dba4e18:53
*** mylu has joined #openstack-qa18:54
*** openstackrecheck has quit IRC18:56
*** openstackrecheck has joined #openstack-qa18:56
*** pvaneck has joined #openstack-qa18:59
*** Guest10720 has quit IRC18:59
*** achanda has joined #openstack-qa19:00
*** cdent has quit IRC19:01
openstackgerritMatthew Treinish proposed openstack/qa-specs: Add spec for reintegrating tempest-lib into tempest  https://review.openstack.org/27596619:01
*** SridharG has joined #openstack-qa19:02
*** SridharG has quit IRC19:02
*** malini has joined #openstack-qa19:03
*** SridharG has joined #openstack-qa19:03
*** malini1 has joined #openstack-qa19:05
*** Sparyx has quit IRC19:06
*** malini has quit IRC19:07
openstackgerritMatthew Kassawara proposed openstack-dev/devstack: Neutron: Change auth_plugin to auth_type  https://review.openstack.org/27856919:07
*** mylu_ has joined #openstack-qa19:11
*** ngoracke has joined #openstack-qa19:12
*** mylu has quit IRC19:15
*** dpaterson has joined #openstack-qa19:15
*** fedexo_ has quit IRC19:17
*** fedexo has quit IRC19:17
*** mylu_ has quit IRC19:19
*** mylu has joined #openstack-qa19:21
*** mylu has quit IRC19:23
*** mylu has joined #openstack-qa19:24
*** mylu has quit IRC19:27
*** jasonsb has quit IRC19:28
*** jasonsb has joined #openstack-qa19:29
*** mylu has joined #openstack-qa19:30
*** mylu has quit IRC19:31
openstackrecheckConsole logs not available after 13:27s for gate-glance-python34 278157,1,02898e419:31
*** silos has joined #openstack-qa19:32
*** jasonsb has quit IRC19:34
*** mylu has joined #openstack-qa19:35
*** achanda has quit IRC19:36
*** mylu has quit IRC19:37
*** mylu has joined #openstack-qa19:42
*** mylu has quit IRC19:43
openstackrecheckConsole logs not available after 13:23s for gate-tempest-dsvm-large-ops 266989,4,cc851e819:44
*** achanda has joined #openstack-qa19:45
*** krotscheck is now known as krotscheck_dcm19:47
*** yfried_ has quit IRC19:50
*** jgriffith is now known as jgriffith_away19:57
openstackrecheckConsole logs not available after 13:23s for gate-tempest-dsvm-neutron-src-os-brick 277224,9,b4d69a419:58
*** eliqiao_ has quit IRC19:59
*** tosky has quit IRC19:59
*** nadya has joined #openstack-qa20:00
*** nadya is now known as Guest613720:00
*** rfolco has quit IRC20:01
*** mylu has joined #openstack-qa20:01
*** eliqiao_ has joined #openstack-qa20:02
*** itzikb has joined #openstack-qa20:03
*** Guest6137 has quit IRC20:04
sdaguemtreinish / dtroyer / sc68cal - some cleanups - https://review.openstack.org/#/c/278333/20:11
openstackrecheckConsole logs not available after 13:24s for gate-tempest-dsvm-neutron-full 276861,1,3313cc320:11
*** yfried_ has joined #openstack-qa20:12
sc68calsdague: awww. I mentioned something to you a week or so ago about the feature and now you killed it - i'm to blame ;_;20:14
sc68cal;)20:14
sdagueheh20:14
sdaguejroll / jlvillal - http://logs.openstack.org/33/278333/3/check/gate-tempest-dsvm-ironic-agent_ssh-nv/f882b78/logs/devstacklog.txt.gz#_2016-02-10_17_47_37_129 - looks like ironic cli interface changed?20:15
sdagueor something else is horribly wrong20:15
*** achanda has quit IRC20:16
*** jgriffith_away is now known as jgriffith20:22
*** dave-mcc_ has joined #openstack-qa20:22
*** dave-mccowan has quit IRC20:22
*** achanda has joined #openstack-qa20:23
*** dave-mccowan has joined #openstack-qa20:23
*** ngoracke has quit IRC20:23
openstackrecheckConsole logs not available after 13:26s for gate-tempest-dsvm-full-test-accounts 233712,11,e27b3d620:25
*** dave-mcc_ has quit IRC20:26
*** Swami has quit IRC20:29
*** hemna is now known as hemnafk20:30
*** crobertsrh has left #openstack-qa20:31
*** e0ne has quit IRC20:32
*** dims has quit IRC20:34
*** mhickey has joined #openstack-qa20:34
*** dims has joined #openstack-qa20:35
*** aysyd has quit IRC20:36
*** yamahata has joined #openstack-qa20:37
jrollsdague: O_o20:37
jrollsdague: I think the real failure is here: http://logs.openstack.org/33/278333/3/check/gate-tempest-dsvm-ironic-agent_ssh-nv/f882b78/logs/devstacklog.txt.gz#_2016-02-10_17_47_36_01720:38
jrollresulting in node-create failing, resulting in no node id to pass in20:38
openstackrecheckConsole logs not available after 13:26s for gate-keystone-python27 278542,1,920d21d20:38
*** dkranz has quit IRC20:38
openstackgerritSean Dague proposed openstack-dev/devstack: remove keystone templated catalog  https://review.openstack.org/27833320:39
openstackgerritEric Wehrmeister proposed openstack/tempest-lib: Allows specifying a name for a particular endpoint.  https://review.openstack.org/27861820:41
jrollsdague: apparently $KEYSTONE_CATALOG_BACKEND wasn't set there? http://logs.openstack.org/33/278333/3/check/gate-tempest-dsvm-ironic-agent_ssh-nv/f882b78/logs/devstacklog.txt.gz#_2016-02-10_17_43_54_05020:43
jrollrelevant ironic code: https://github.com/openstack/ironic/blob/master/devstack/lib/ironic#L43920:43
sdaguejroll: yeh, apparently that was a real catch20:44
sdaguedtroyer actually figured out a thing20:44
sdaguejroll: the patch was actually trying to remove that entirely20:44
jrollsdague: oh cool, I should look at the catalog before I keep digging :)20:44
jrolls/catalog/change20:44
sdaguejroll: yeh, I should have figured out that issue as well20:45
jrollis there any reason we need that check or should we just hit the catalog20:45
sdaguejroll: you should hit it unconditionally, I just sent an email about it20:45
jrollsdague: will do, ty20:45
sdaguehttp://lists.openstack.org/pipermail/openstack-dev/2016-February/086272.html20:45
*** jgriffith is now known as jgriffith_away20:45
sdaguedtroyer: good catch on that.20:46
jrollnice, thanks20:46
* jroll does it now20:46
*** eil397 has joined #openstack-qa20:47
sdaguemtreinish / sc68cal https://review.openstack.org/278333 ready to go again, fixing the issue dtroyer found20:49
openstackrecheckConsole logs not available after 13:26s for gate-tempest-dsvm-postgres-full-kilo 233712,11,b2c013020:52
*** e0ne has joined #openstack-qa20:53
jlvillalsdague: On the ironic client. Any chance that could be cliff issue?20:54
jlvillalsdague: never mind.  Looks like jroll figured it out.20:55
jrolljlvillal: no, it was the thing.. yeah20:55
* jlvillal should read the backscroll thoroughly when he comes back from lunch...20:55
sdaguemtreinish: on the cliff thing, you had a fix for that right, but it would break rally?20:57
boris-42sdague: what patch?20:57
sdagueremoving all the custom venv setup20:58
*** apoorvad has quit IRC20:59
*** Serlex has joined #openstack-qa21:00
*** ngoracke has joined #openstack-qa21:03
*** hemnafk is now known as hemna21:03
*** ngoracke has quit IRC21:05
*** jlk has quit IRC21:05
openstackrecheckConsole logs not available after 13:32s for gate-tempest-dsvm-full-hdfs 278504,2,3b3d93d21:05
*** jlk has joined #openstack-qa21:05
*** jlk has quit IRC21:05
*** yamahata has quit IRC21:06
*** pglass has joined #openstack-qa21:07
*** pglbutt has quit IRC21:08
*** dkranz has joined #openstack-qa21:09
*** e0ne has quit IRC21:09
*** jlk has joined #openstack-qa21:10
*** jlk has quit IRC21:10
*** jlk has joined #openstack-qa21:10
openstackrecheckConsole logs not available after 13:27s for gate-nova-pep8 277971,2,d952c3021:19
*** ngoracke has joined #openstack-qa21:23
*** apoorvad has joined #openstack-qa21:24
*** ngoracke has quit IRC21:26
*** jgriffith_away is now known as jgriffith21:29
mtreinishsdague: nah, those are 2 different things21:30
mtreinishsdague: https://review.openstack.org/278206 is the cliff thing, to plug the constraints hole in the job21:30
mtreinishsdague: https://review.openstack.org/270564 is to remove the oslo-incubator synced venv creation stuff, which is just good cleanup21:31
mtreinishbecause it's useless21:31
* mtreinish hopes no one looks at who originally wrote it21:31
sdaguewhy can't 278206 be done inside the tox.ini for tempest?21:31
openstackrecheckConsole logs not available after 13:26s for gate-nova-python34 266933,15,94bc13121:32
*** ngoracke has joined #openstack-qa21:39
*** malini1 has quit IRC21:39
*** salv-orl_ has joined #openstack-qa21:39
*** dave-mcc_ has joined #openstack-qa21:39
*** achanda_ has joined #openstack-qa21:40
*** bknudson has joined #openstack-qa21:40
*** patchbot` has joined #openstack-qa21:41
*** patchbot has quit IRC21:41
*** erlon_ has joined #openstack-qa21:41
*** jordanP has joined #openstack-qa21:41
*** gema_ has joined #openstack-qa21:41
*** mragupat_ has joined #openstack-qa21:41
*** charz_ has joined #openstack-qa21:41
*** patchbot` is now known as patchbot21:41
*** crinkle_ has joined #openstack-qa21:42
*** nadya has joined #openstack-qa21:43
*** nadya is now known as Guest1840721:43
mtreinishsdague: I left a comment on that in the review, mriedem asked the same question21:43
*** Swami has joined #openstack-qa21:44
mriedemoh right, which constraints do you use since it's branchless21:44
mriedemand u-c is per branch21:44
*** markvan_ has joined #openstack-qa21:45
*** mragupat has quit IRC21:45
*** nicholas_ has joined #openstack-qa21:45
openstackrecheckConsole logs not available after 13:26s for gate-nova-python34 259097,9,a8c461921:46
*** crinkle has quit IRC21:47
*** HenryG_ has joined #openstack-qa21:47
*** crinkle_ is now known as crinkle21:47
*** Guest18407 has quit IRC21:47
*** raildo is now known as raildo-afk21:47
*** bknudson has quit IRC21:48
*** dave-mccowan has quit IRC21:48
*** achanda has quit IRC21:48
*** salv-orlando has quit IRC21:48
*** slowrie has quit IRC21:48
*** erlon has quit IRC21:48
*** gfidente has quit IRC21:48
*** jgriffith has quit IRC21:48
*** pkoniszewski has quit IRC21:48
*** charz has quit IRC21:48
*** bknudson_ has quit IRC21:48
*** nicholasgoracke has quit IRC21:48
*** betherly has quit IRC21:48
*** avico- has quit IRC21:48
*** HenryG has quit IRC21:48
*** dhellmann has quit IRC21:48
*** ramishra has quit IRC21:48
*** gmann has quit IRC21:48
*** yarkot has quit IRC21:48
*** beisner has quit IRC21:48
*** hockeynut has quit IRC21:48
*** jesusaur has quit IRC21:48
*** markvan has quit IRC21:48
*** gema has quit IRC21:48
*** HenryG_ is now known as HenryG21:48
*** bknudson has joined #openstack-qa21:49
*** hockeynut has joined #openstack-qa21:49
*** slowrie has joined #openstack-qa21:49
*** yarkot has joined #openstack-qa21:49
*** avico has joined #openstack-qa21:49
sdaguemtreinish: ok, I'm still feeling kind of uncomfortable that all these cantrips have to be inline in devstack vs. a verify-tempest command in tempest21:49
*** dhellmann has joined #openstack-qa21:49
sdaguewhich if UPPER_CONSTRAINTS env is set, we use21:49
*** erlon_ is now known as erlon21:49
*** beisner has joined #openstack-qa21:50
*** mhickey has quit IRC21:50
*** pkoniszewski has joined #openstack-qa21:50
*** gamado has joined #openstack-qa21:50
mtreinishsdague: well we can just system install tempest and then the verify command will be constrained21:51
mtreinishwe just have to remember to venv isolate it again when we branch21:51
openstackgerritOpenStack Proposal Bot proposed openstack-dev/hacking: Updated from global requirements  https://review.openstack.org/27865421:51
sdaguesure, we stopped doing that because stable right?21:51
*** jgriffith has joined #openstack-qa21:51
sdagueactually, doesn't this always require master upper constraints?21:51
sdagueanyway, it's end of day here, so maybe ponder tomorrow21:52
*** HenryG has quit IRC21:52
mtreinishoh, yeah it does. So we'll ahve to fix that when we branch anyway21:52
mtreinishright, we added the venv because of on stable branches21:52
mtreinishtempest master has incompatible requirements to stable branches21:53
*** hemna has quit IRC21:55
*** HenryG has joined #openstack-qa21:56
*** ramishra has joined #openstack-qa21:56
*** jesusaur has joined #openstack-qa21:56
*** gmann has joined #openstack-qa21:56
*** betherly has joined #openstack-qa21:57
*** vgridnev has quit IRC21:58
*** Serlex has quit IRC21:58
openstackrecheckConsole logs not available after 13:32s for gate-nova-python27 277466,11,4ae844621:59
*** gamado_ has joined #openstack-qa22:01
*** SridharG has quit IRC22:01
*** rossella_s has quit IRC22:03
*** rossella_s has joined #openstack-qa22:03
*** gamado has quit IRC22:03
*** mylu has quit IRC22:06
*** rcernin has quit IRC22:07
*** gamado_ has quit IRC22:08
*** ylobankov has quit IRC22:08
*** jecarey_ has joined #openstack-qa22:09
*** jecarey has quit IRC22:12
*** jecarey_ has quit IRC22:12
openstackrecheckConsole logs not available after 13:26s for gate-cinder-python34 275408,2,5ecae1122:13
*** jecarey has joined #openstack-qa22:13
*** shardy has quit IRC22:14
*** regXboi has quit IRC22:15
*** jrcloud has joined #openstack-qa22:16
*** boris-42_ has joined #openstack-qa22:17
*** armax has quit IRC22:19
*** bknudson_ has joined #openstack-qa22:19
*** bknudson_ has quit IRC22:19
*** bknudson_ has joined #openstack-qa22:20
*** woodster__ has joined #openstack-qa22:22
*** ianw_ has joined #openstack-qa22:22
*** nicholas_ has quit IRC22:22
*** boris-42 has quit IRC22:22
*** slowrie has quit IRC22:22
*** zackf has quit IRC22:22
*** dhellmann has quit IRC22:22
*** bknudson has quit IRC22:22
*** grafuls has quit IRC22:22
*** ianw has quit IRC22:22
*** woodster_ has quit IRC22:22
*** bkopilov has quit IRC22:22
*** slowrie has joined #openstack-qa22:22
*** ianw_ is now known as ianw22:22
*** dhellmann has joined #openstack-qa22:23
*** grafuls has joined #openstack-qa22:23
*** woodster__ is now known as woodster_22:23
*** boris-42_ is now known as boris-4222:24
openstackrecheckConsole logs not available after 13:41s for gate-keystone-python27 258650,22,dffcf0822:26
*** armax has joined #openstack-qa22:27
*** bkopilov has joined #openstack-qa22:32
*** jordanP has quit IRC22:33
*** madhu_ak_ has quit IRC22:34
*** nicholasgoracke has joined #openstack-qa22:35
silosHey QA! I am interested in writing a grenade job and I wanted to see exactly how it works so I pulled down the code from git and ran the "grenade.sh" script and some of the devstack tests failed. Is there any extra configuration I need to do right out of the box to get the grenade script to run successfully? Is it possible to test grenade on a single VM? Which is what im doing right now…22:35
*** dimtruck is now known as zz_dimtruck22:36
*** ylobankov has joined #openstack-qa22:37
*** malini has joined #openstack-qa22:40
openstackrecheckConsole logs not available after 14:05s for gate-tempest-dsvm-postgres-full 278399,5,1e469f222:41
*** miqui has quit IRC22:41
*** salv-orlando has joined #openstack-qa22:42
*** mylu has joined #openstack-qa22:42
*** dpaterson has quit IRC22:44
*** pglbutt has joined #openstack-qa22:44
*** salv-orl_ has quit IRC22:44
*** zz_dimtruck is now known as dimtruck22:45
openstackgerritChirag Shahani proposed openstack/tempest: Unable to pass additional parameters to update_router test case  https://review.openstack.org/15800522:46
*** jgriffith is now known as jgriffith_away22:46
*** pglass has quit IRC22:47
openstackgerritEric Wehrmeister proposed openstack/tempest-lib: Allows specifying a name for a particular endpoint.  https://review.openstack.org/27861822:47
*** mylu has quit IRC22:48
*** itzikb has quit IRC22:49
*** itzikb has joined #openstack-qa22:49
*** achanda_ has quit IRC22:49
*** alex_xu has quit IRC22:52
*** mriedem has quit IRC22:52
*** sigmavirus24 is now known as sigmavirus24_awa22:53
*** ylobankov has quit IRC22:54
*** alex_xu has joined #openstack-qa22:55
*** dpaterson has joined #openstack-qa22:56
openstackrecheckConsole logs not available after 13:29s for gate-cinder-pep8 278155,1,6a0e3ea22:56
*** mylu has joined #openstack-qa22:57
openstackgerritArx Cruz proposed openstack/tempest: Split roles_client for keystone v3 client  https://review.openstack.org/27839922:58
*** eil397 has quit IRC22:58
*** eil397 has joined #openstack-qa23:01
*** jlwhite has quit IRC23:02
*** jgriffith_away is now known as jgriffith23:02
*** armax has quit IRC23:02
*** silos has left #openstack-qa23:04
*** jecarey has quit IRC23:09
openstackrecheckConsole logs not available after 13:22s for gate-devstack-bashate 278535,1,43a8e8423:10
*** yamahata has joined #openstack-qa23:14
*** safchain has joined #openstack-qa23:16
*** mylu has quit IRC23:16
*** erlon has quit IRC23:16
*** malini has quit IRC23:17
*** mylu has joined #openstack-qa23:19
*** dkranz has quit IRC23:19
*** itzikb has quit IRC23:20
*** mylu has quit IRC23:21
*** mylu has joined #openstack-qa23:21
*** mylu has quit IRC23:23
*** jaypipes has quit IRC23:23
openstackrecheckConsole logs not available after 13:21s for gate-nova-pep8 253747,28,f0ce23323:23
*** mylu has joined #openstack-qa23:24
openstackgerritChris Krelle proposed openstack-dev/devstack: Set unprovision and active timeout to match build_timeout  https://review.openstack.org/27879223:27
*** sc68cal has quit IRC23:28
*** hemna has joined #openstack-qa23:29
*** achanda has joined #openstack-qa23:31
*** Sparyx has joined #openstack-qa23:34
*** edmondsw has joined #openstack-qa23:34
*** mragupat_ has quit IRC23:35
openstackrecheckConsole logs not available after 13:21s for gate-tempest-dsvm-neutron-full 278369,1,e31d66423:36
*** sc68cal has joined #openstack-qa23:40
*** mylu has quit IRC23:47
*** nicholasgoracke has quit IRC23:47
*** weshay has quit IRC23:49
*** dimtruck is now known as zz_dimtruck23:49
openstackrecheckConsole logs not available after 13:22s for gate-horizon-npm-run-test 278581,3,5a81fc523:50
*** devananda has joined #openstack-qa23:50
*** jlk has quit IRC23:54
*** jlk has joined #openstack-qa23:57
*** jlk has quit IRC23:57
*** jlk has joined #openstack-qa23:57

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