*** hongbin has joined #openstack-qa | 00:27 | |
*** edmondsw has quit IRC | 00:38 | |
*** vegasq_ has quit IRC | 00:40 | |
*** vegasq has joined #openstack-qa | 00:40 | |
*** vegasq has quit IRC | 00:45 | |
*** yamamoto has joined #openstack-qa | 01:09 | |
*** markvoelker has joined #openstack-qa | 01:10 | |
*** markvoelker has quit IRC | 01:15 | |
*** hongbin has quit IRC | 01:18 | |
*** hongbin has joined #openstack-qa | 01:20 | |
*** rh-jelabarre has quit IRC | 01:24 | |
*** dulek has quit IRC | 01:28 | |
*** tosky has quit IRC | 01:34 | |
*** artom has joined #openstack-qa | 01:37 | |
*** yamamoto has quit IRC | 02:03 | |
*** ekcs has quit IRC | 02:08 | |
*** whoami-rajat has joined #openstack-qa | 02:37 | |
*** yamamoto has joined #openstack-qa | 02:41 | |
*** yamamoto has quit IRC | 02:46 | |
*** gkadam has joined #openstack-qa | 03:11 | |
openstackgerrit | Merged openstack/patrole master: Fix OverPermission exception for keystone tests https://review.openstack.org/629024 | 03:11 |
---|---|---|
*** aojea has joined #openstack-qa | 03:12 | |
*** aojea has quit IRC | 03:17 | |
*** yamamoto has joined #openstack-qa | 03:25 | |
*** yamamoto has quit IRC | 03:34 | |
*** vegasq has joined #openstack-qa | 03:37 | |
openstackgerrit | Merged openstack/tempest master: Update v3 identity domain negative tests to work w/ pre-prov https://review.openstack.org/628250 | 03:49 |
openstackgerrit | Merged openstack-dev/devstack master: Add option to place etcd data dir on RAM disk https://review.openstack.org/626885 | 03:49 |
*** vegasq has quit IRC | 03:49 | |
*** yamamoto has joined #openstack-qa | 04:06 | |
*** chkumar|out is now known as chandankumar | 04:22 | |
*** spsurya has joined #openstack-qa | 05:05 | |
*** sridharg has joined #openstack-qa | 05:59 | |
*** edmondsw has joined #openstack-qa | 06:19 | |
*** markvoelker has joined #openstack-qa | 06:20 | |
*** hongbin has quit IRC | 06:21 | |
*** gcheresh has joined #openstack-qa | 06:23 | |
*** markvoelker has quit IRC | 06:24 | |
*** noama has joined #openstack-qa | 06:24 | |
openstackgerrit | Merged openstack/patrole master: Use the canonical URL for repositories (git.openstack.org) https://review.openstack.org/625586 | 06:29 |
*** ramishra has joined #openstack-qa | 06:33 | |
*** agurenko has joined #openstack-qa | 06:36 | |
*** agurenko has quit IRC | 06:42 | |
*** ccamposr has joined #openstack-qa | 06:53 | |
*** Luzi has joined #openstack-qa | 06:56 | |
*** aojea has joined #openstack-qa | 06:57 | |
*** aojea has quit IRC | 07:07 | |
*** yamamoto has quit IRC | 07:28 | |
*** yamamoto has joined #openstack-qa | 07:32 | |
*** slaweq has joined #openstack-qa | 07:43 | |
openstackgerrit | Manik Bindlish proposed openstack/tempest master: Add whitelist based tests for tempest run command. https://review.openstack.org/633666 | 07:46 |
*** aojea has joined #openstack-qa | 07:46 | |
slaweq | gmann: hi | 07:55 |
slaweq | gmann: according to e.g. https://review.openstack.org/#/c/633566/ I was thinking if we maybe can add to tempest something similar what we have currently in Neutron | 07:55 |
slaweq | we have simple decorator to mark tests as "unstable" | 07:55 |
slaweq | https://github.com/openstack/neutron/blob/master/neutron/tests/base.py#L97 | 07:56 |
slaweq | gmann: such test will be run as every test but will be skipped if it fails | 07:56 |
slaweq | gmann: in some cases, when test is failing "from time to time" it might be better then just skipping it as You still have some new data to debug it | 07:57 |
slaweq | gmann: and You can easily track how many times it fails by looking for unstable skip reason set for that test :) | 07:57 |
slaweq | gmann: what You think about something like that? | 07:58 |
*** e0ne has joined #openstack-qa | 07:59 | |
gmann | slaweq: but still we need to track that reason is same or not | 08:01 |
*** shardy has joined #openstack-qa | 08:02 | |
slaweq | gmann: yes, but that way, if e.g. someone will propose a potential fix for issue we can then check after some time if it helped or not | 08:02 |
slaweq | because test will be run as usual | 08:02 |
slaweq | it's not perfect but in some cases might help a bit :) | 08:03 |
slaweq | we are using that sometimes for some functional/fullstack tests which are failing often and we don't know yet why | 08:04 |
*** rpittau has joined #openstack-qa | 08:04 | |
gmann | yeah that way it is useful , basically "to judge whether test is now stable or not after fixing the bug or at any other update" and based on that we can decide to add/remove the skipunless decorator. | 08:05 |
slaweq | yes :) | 08:06 |
gmann | i am just thinking 2 point, 1. elastic recheck give same data ? 2. can it be harmful that test are skipped on failure and hide the failure | 08:07 |
gmann | specially for integration tests | 08:07 |
slaweq | 2. yes - but that should be used only as temporary thing for test which is failing often and we know that :) | 08:08 |
slaweq | 1. if You for example set "bug xxx" as unstable reason in decorator, You can then make query to find out how many times this "bug xxx" was in logs and that means that this test basically failed | 08:09 |
slaweq | so IMO that can be used in elastic recheck if needed | 08:09 |
gmann | so elastic recheck does the same query but on failed test log than skip msg like this decorator | 08:11 |
*** shardy has quit IRC | 08:11 | |
*** shardy has joined #openstack-qa | 08:12 | |
gmann | but yeah i agree that this decorator useful for deciding that bug fixed the skipunless-bug tests or not without taking risk of failing gate again | 08:12 |
slaweq | so do You think I can propose it to tempest? | 08:12 |
gmann | oh you mean we can add skipped number of unstable tests in elastic recheck ? | 08:13 |
gmann | and it will be easy to decide that stability of tests | 08:13 |
slaweq | gmann: that I don't know TBH - I'm not elastic recheck expert | 08:13 |
gmann | i think that is good idea. | 08:13 |
slaweq | but I though that maybe we can | 08:13 |
gmann | yeah | 08:13 |
gmann | slaweq: +1 on proposing on tempest. and then we can talk to matt or mtreinish about idea of adding its support in elastic recheck also | 08:14 |
*** dulek has joined #openstack-qa | 08:15 | |
slaweq | gmann: ok, thx | 08:15 |
slaweq | gmann: I will propose it then to tempest | 08:15 |
gmann | slaweq: thanks for sharing that. | 08:15 |
gmann | yup | 08:15 |
slaweq | yw :) | 08:15 |
chandankumar | slaweq: gmann Hello | 08:18 |
chandankumar | slaweq: gmann on OSA side on os_tempest on centos7 tempest.scenario.test_server_basic_ops.TestServerBasicOps.test_server_basic_ops is continoulsy failing while doing ssh resulting to ssh timedout | 08:18 |
*** kopecmartin|off is now known as kopecmartin | 08:19 | |
chandankumar | http://logs.openstack.org/08/633208/9/check/openstack-ansible-functional-centos-7/95a334e/logs/openstack/tempest1/stestr_results.html | 08:19 |
chandankumar | on nova-compute side, http://logs.openstack.org/08/633208/9/check/openstack-ansible-functional-centos-7/95a334e/logs/host/nova/nova-compute.log.txt.gz everything looks ok | 08:20 |
*** markvoelker has joined #openstack-qa | 08:20 | |
*** gfidente has joined #openstack-qa | 08:21 | |
chandankumar | also on neutron server side http://logs.openstack.org/08/633208/9/check/openstack-ansible-functional-centos-7/95a334e/logs/openstack/openstack1/neutron/neutron-server.log.txt.gz#_2019-01-29_07_15_53_269 | 08:22 |
chandankumar | this error is coming, I am not sure it is related to that | 08:22 |
chandankumar | gmann: and here is the l3 agent logs http://logs.openstack.org/08/633208/9/check/openstack-ansible-functional-centos-7/95a334e/logs/openstack/openstack1/neutron/neutron-l3-agent.log.txt.gz | 08:24 |
chandankumar | please have a look | 08:24 |
*** gfidente has quit IRC | 08:25 | |
*** jpena|off is now known as jpena | 08:33 | |
*** ramishra_ has joined #openstack-qa | 08:34 | |
*** ramishra has quit IRC | 08:35 | |
*** yamamoto has quit IRC | 08:35 | |
*** yamamoto has joined #openstack-qa | 08:36 | |
slaweq | chandankumar: hi | 08:36 |
slaweq | chandankumar: is it failing every time like that? | 08:36 |
chandankumar | slaweq: yes | 08:36 |
slaweq | chandankumar: or sometimes? | 08:36 |
chandankumar | slaweq: yes from last two weeks | 08:37 |
slaweq | chandankumar: can You maybe rerun it and hold node that I can ssh to it and debug then? | 08:37 |
slaweq | in logs there is no errors which might look like related to this issue | 08:37 |
chandankumar | slaweq: earlier I thought config_driev issue so updated the image and I am not sure this is the related issue WARN: failed: route add -net "0.0.0.0/0" gw "192.168.74.1" | 08:39 |
chandankumar | on cirros image | 08:39 |
chandankumar | but things are working fine on ubuntu and suse job | 08:39 |
slaweq | I don't think that this WARN is an issue | 08:40 |
slaweq | see later in log console-log: | 08:40 |
slaweq | if-info: lo,up,127.0.0.1,8,::1 | 08:40 |
slaweq | if-info: eth0,up,192.168.74.3,28,fe80::f816:3eff:fef5:43ee | 08:41 |
slaweq | ip-route:default via 192.168.74.1 dev eth0 | 08:41 |
slaweq | ip-route:169.254.169.254 via 192.168.74.1 dev eth0 | 08:41 |
slaweq | ip-route:192.168.74.0/28 dev eth0 src 192.168.74.3 | 08:41 |
slaweq | so default route is set IMO | 08:41 |
slaweq | but if we could ssh to this node and debug then maybe we can find what is going on there | 08:41 |
chandankumar | slaweq: I have asked for holding the node on #openstack-infra, once available i will let you know | 08:41 |
chandankumar | slaweq: thanks :-) | 08:42 |
slaweq | chandankumar: thx | 08:42 |
*** tosky has joined #openstack-qa | 08:42 | |
slaweq | chandankumar: but please keep in mind that I'm at work today only up to around 12 UTC | 08:42 |
slaweq | I have half day off today | 08:42 |
*** pcaruana has joined #openstack-qa | 08:51 | |
*** markvoelker has quit IRC | 08:54 | |
*** gfidente has joined #openstack-qa | 09:06 | |
*** sridharg has quit IRC | 09:16 | |
*** sridharg has joined #openstack-qa | 09:28 | |
*** mvkr has joined #openstack-qa | 09:33 | |
*** dtantsur|afk is now known as dtantsur | 09:35 | |
*** agurenko has joined #openstack-qa | 09:46 | |
openstackgerrit | Masayuki Igawa proposed openstack/tempest master: Fix invalid exception module usage https://review.openstack.org/633689 | 09:49 |
*** markvoelker has joined #openstack-qa | 09:51 | |
*** ramishra_ has quit IRC | 10:23 | |
*** markvoelker has quit IRC | 10:24 | |
*** rf0lc0 has joined #openstack-qa | 10:27 | |
*** rfolco has quit IRC | 10:27 | |
openstackgerrit | Manik Bindlish proposed openstack/tempest master: Add black-list based tests for tempest run command https://review.openstack.org/633694 | 10:29 |
*** ramishra has joined #openstack-qa | 10:30 | |
*** mvkr has quit IRC | 10:46 | |
*** rf0lc0 has quit IRC | 10:53 | |
openstackgerrit | Manik Bindlish proposed openstack/tempest master: Adding missing tests for regex and black-regex in tempest run https://review.openstack.org/633700 | 10:54 |
openstackgerrit | Merged openstack/tempest master: Update v3 identity project tag test to work w/ pre-prov https://review.openstack.org/629010 | 10:57 |
*** ssbarnea|bkp2 has quit IRC | 11:01 | |
*** ssbarnea|rover has joined #openstack-qa | 11:02 | |
*** mvkr has joined #openstack-qa | 11:03 | |
*** rfolco has joined #openstack-qa | 11:03 | |
*** yamamoto has quit IRC | 11:14 | |
*** markvoelker has joined #openstack-qa | 11:21 | |
openstackgerrit | Merged openstack/devstack-plugin-ceph master: Allow setting test API microversions in gate tests https://review.openstack.org/633584 | 11:32 |
*** agurenko has quit IRC | 11:40 | |
openstackgerrit | Masayuki Igawa proposed openstack/tempest master: Remove warnings.simplefilter to suppress ResourceWarning https://review.openstack.org/633705 | 11:52 |
openstackgerrit | Merged openstack/devstack-plugin-ceph master: Support manila with python3 https://review.openstack.org/628738 | 11:52 |
*** markvoelker has quit IRC | 11:53 | |
*** yamamoto has joined #openstack-qa | 11:54 | |
openstackgerrit | Slawek Kaplonski proposed openstack/tempest master: Add unstable_test decorator https://review.openstack.org/633706 | 11:58 |
slaweq | gmann: ^^ here is the patch which we talked about earlier today | 11:59 |
*** yamamoto has quit IRC | 12:04 | |
*** lucasagomes is now known as lucas-hungry | 12:07 | |
*** jpena is now known as jpena|lunch | 12:15 | |
*** yamamoto has joined #openstack-qa | 12:23 | |
*** pcaruana has quit IRC | 12:40 | |
*** pcaruana has joined #openstack-qa | 12:50 | |
*** markvoelker has joined #openstack-qa | 12:50 | |
*** lucas-hungry is now known as lucasagomes | 12:51 | |
*** aojea_ has joined #openstack-qa | 13:10 | |
*** e0ne has quit IRC | 13:13 | |
*** aojea_ has quit IRC | 13:14 | |
*** artom has quit IRC | 13:15 | |
*** artom has joined #openstack-qa | 13:15 | |
*** markvoelker has quit IRC | 13:20 | |
*** gkadam has quit IRC | 13:20 | |
*** mriedem has joined #openstack-qa | 13:28 | |
*** e0ne has joined #openstack-qa | 13:29 | |
*** jpena|lunch is now known as jpena | 13:36 | |
*** gcheresh_ has joined #openstack-qa | 13:43 | |
*** gcheresh has quit IRC | 13:44 | |
*** rh-jelabarre has joined #openstack-qa | 13:47 | |
openstackgerrit | Tom Barron proposed openstack/devstack-plugin-ceph master: Use shaman again for manila https://review.openstack.org/630221 | 13:50 |
openstackgerrit | Matt Riedemann proposed openstack-infra/elastic-recheck master: Add query for cinder tooz connection error bug 1810526 https://review.openstack.org/633738 | 13:59 |
openstack | bug 1810526 in Cinder "volume delete fails due to ToozConnectionError in the gate" [Undecided,Confirmed] https://launchpad.net/bugs/1810526 | 13:59 |
*** yamamoto has quit IRC | 14:00 | |
openstackgerrit | Merged openstack-infra/elastic-recheck master: fix tox python3 overrides https://review.openstack.org/605618 | 14:09 |
*** aojea_ has joined #openstack-qa | 14:12 | |
*** yamamoto has joined #openstack-qa | 14:23 | |
*** aojea_ has quit IRC | 14:30 | |
*** aojea_ has joined #openstack-qa | 14:33 | |
openstackgerrit | Merged openstack-infra/elastic-recheck master: Add query for cinder tooz connection error bug 1810526 https://review.openstack.org/633738 | 14:34 |
openstack | bug 1810526 in Cinder "volume delete fails due to ToozConnectionError in the gate" [Undecided,Confirmed] https://launchpad.net/bugs/1810526 | 14:34 |
*** dave-mccowan has joined #openstack-qa | 14:38 | |
*** dave-mccowan has quit IRC | 14:45 | |
*** pcaruana has quit IRC | 14:45 | |
*** e0ne has quit IRC | 14:51 | |
*** pcaruana has joined #openstack-qa | 14:53 | |
*** e0ne has joined #openstack-qa | 14:54 | |
*** awaugama has joined #openstack-qa | 14:59 | |
*** sshnaidm is now known as sshnaidm|mtg | 15:04 | |
*** Luzi has quit IRC | 15:05 | |
*** yamamoto has quit IRC | 15:15 | |
*** vegasq has joined #openstack-qa | 15:16 | |
*** aojea_ has quit IRC | 15:16 | |
*** yamamoto has joined #openstack-qa | 15:16 | |
*** yamamoto has quit IRC | 15:16 | |
*** aojea_ has joined #openstack-qa | 15:16 | |
*** yamamoto has joined #openstack-qa | 15:17 | |
*** vegasq_ has joined #openstack-qa | 15:20 | |
*** vegasq has quit IRC | 15:20 | |
*** mjturek has joined #openstack-qa | 15:20 | |
*** aojea_ has quit IRC | 15:21 | |
*** yamamoto has quit IRC | 15:23 | |
*** sshnaidm|mtg is now known as sshnaidm | 15:33 | |
*** mjturek has quit IRC | 15:34 | |
*** gcheresh_ has quit IRC | 15:39 | |
*** gcheresh_ has joined #openstack-qa | 15:40 | |
*** gcheresh_ has quit IRC | 15:45 | |
openstackgerrit | Matt Riedemann proposed openstack-infra/elastic-recheck master: Add query for evacuate vif plugging timeout bug 1813789 https://review.openstack.org/633766 | 15:49 |
openstack | bug 1813789 in OpenStack Compute (nova) "Evacuate test intermittently fails with network-vif-plugged timeout exception" [Medium,Confirmed] https://launchpad.net/bugs/1813789 | 15:49 |
*** openstackgerrit has quit IRC | 15:51 | |
*** trevormc has joined #openstack-qa | 15:58 | |
*** mjturek has joined #openstack-qa | 16:07 | |
*** gcheresh_ has joined #openstack-qa | 16:07 | |
*** gcheresh_ has quit IRC | 16:15 | |
*** samP has quit IRC | 16:24 | |
*** e0ne has quit IRC | 16:31 | |
*** chandankumar is now known as chkumar|out | 16:35 | |
*** openstackgerrit has joined #openstack-qa | 16:39 | |
openstackgerrit | Merged openstack/devstack-plugin-ceph master: Use shaman again for manila https://review.openstack.org/630221 | 16:39 |
openstackgerrit | Trevor McCasland proposed openstack/tempest master: Support hidden vnc console server header https://review.openstack.org/633781 | 16:41 |
openstackgerrit | Merged openstack-infra/elastic-recheck master: Add query for evacuate vif plugging timeout bug 1813789 https://review.openstack.org/633766 | 16:47 |
openstack | bug 1813789 in OpenStack Compute (nova) "Evacuate test intermittently fails with network-vif-plugged timeout exception" [Medium,Confirmed] https://launchpad.net/bugs/1813789 | 16:47 |
openstackgerrit | Trevor McCasland proposed openstack/tempest master: Support hidden vnc console server header https://review.openstack.org/633781 | 16:51 |
openstackgerrit | Trevor McCasland proposed openstack/tempest master: Support hidden vnc console server header https://review.openstack.org/633781 | 16:51 |
*** noama has quit IRC | 16:59 | |
*** ccamposr has quit IRC | 17:01 | |
*** pcaruana has quit IRC | 17:01 | |
*** yamamoto has joined #openstack-qa | 17:21 | |
*** rpittau has quit IRC | 17:21 | |
*** rpittau has joined #openstack-qa | 17:21 | |
*** mjturek has quit IRC | 17:24 | |
*** kopecmartin is now known as kopecmartin|off | 17:24 | |
*** ramishra has quit IRC | 17:25 | |
*** yamamoto has quit IRC | 17:27 | |
*** mjturek has joined #openstack-qa | 17:35 | |
*** rpittau has quit IRC | 17:35 | |
*** sridharg has quit IRC | 17:44 | |
*** e0ne has joined #openstack-qa | 17:46 | |
*** aojea has quit IRC | 17:58 | |
*** aojea has joined #openstack-qa | 18:10 | |
*** aojea has quit IRC | 18:15 | |
*** jpena is now known as jpena|off | 18:15 | |
openstackgerrit | sean mooney proposed openstack-dev/devstack master: set owner and group to no for fetch-devstack-log-dir https://review.openstack.org/633796 | 18:21 |
*** aojea has joined #openstack-qa | 18:29 | |
*** ekcs has joined #openstack-qa | 18:33 | |
*** gcheresh_ has joined #openstack-qa | 18:46 | |
*** aojea has quit IRC | 18:52 | |
*** e0ne has quit IRC | 18:53 | |
*** aojea has joined #openstack-qa | 18:53 | |
openstackgerrit | Nicolas Helgeson proposed openstack/tempest master: Current naming convention is uninformative. https://review.openstack.org/631076 | 18:57 |
*** aojea has quit IRC | 18:57 | |
*** yamamoto has joined #openstack-qa | 19:04 | |
openstackgerrit | Nicolas Helgeson proposed openstack/qa-specs master: Spec: Re-factor Account Generator https://review.openstack.org/630380 | 19:05 |
openstackgerrit | Nicolas Helgeson proposed openstack/qa-specs master: Add a user-isolated cleanup option to tempest cleanup https://review.openstack.org/595277 | 19:05 |
*** mvkr has quit IRC | 19:06 | |
*** whoami-rajat has quit IRC | 19:07 | |
*** e0ne has joined #openstack-qa | 19:07 | |
*** dtantsur is now known as dtantsur|afk | 19:17 | |
*** awaugama has quit IRC | 19:51 | |
*** gcheresh_ has quit IRC | 19:53 | |
*** raissa has joined #openstack-qa | 19:53 | |
*** trevormc has quit IRC | 19:57 | |
openstackgerrit | Merged openstack/patrole master: dict_object.keys() is not required for *in* operator https://review.openstack.org/626519 | 20:02 |
*** raissa has quit IRC | 20:03 | |
*** yamamoto has quit IRC | 20:05 | |
*** raissa has joined #openstack-qa | 20:05 | |
*** raissa has quit IRC | 20:05 | |
*** raissa has joined #openstack-qa | 20:05 | |
*** raissa has quit IRC | 20:06 | |
*** raissa has joined #openstack-qa | 20:06 | |
*** raissa has quit IRC | 20:06 | |
*** awaugama has joined #openstack-qa | 20:06 | |
*** aojea has joined #openstack-qa | 20:29 | |
*** aojea has quit IRC | 20:30 | |
*** awaugama has quit IRC | 20:30 | |
*** aojea_ has joined #openstack-qa | 20:30 | |
*** mjturek has quit IRC | 20:39 | |
*** e0ne has quit IRC | 20:42 | |
*** mjturek has joined #openstack-qa | 20:42 | |
clarkb | Hello QA team, the infra/opendev team would like to get away from supporting the git:// protocol for git repos. There are a variety of reasons for this, but mostly its because this is a one off service that doesn't scale all that well (and various git hosting backends don't supply it so we have to run it all ourselves, on top of that you can't really vhost with the protocol like you can with http(s)) | 21:01 |
*** mjturek has quit IRC | 21:01 | |
clarkb | devstack is a big consumer of the git:// urls. Any gotchs with doing a bulk replace to https:// | 21:01 |
clarkb | frickler: ^ I'll be in Brussels Thursday morning assuming travel works out (yay weather) and maybe we can talk about it more then if there are concerns or things to consider? | 21:02 |
*** vegasq_ has quit IRC | 21:06 | |
openstackgerrit | Matt Riedemann proposed openstack/tempest master: Fix E117 for pycodestyle (pep8) 2.5.0 https://review.openstack.org/633830 | 21:20 |
mriedem | mtreinish: should fast approve this to unblock ^ | 21:20 |
openstackgerrit | Matt Riedemann proposed openstack/tempest master: Skip test_subnet_details slow test until bug 1813198 is fixed https://review.openstack.org/633566 | 21:21 |
openstack | bug 1813198 in tempest "TestNetworkBasicOps:test_subnet_details intermittently fails with "cat: can't open '/var/run/udhcpc..pid': No such file or directory"" [High,In progress] https://launchpad.net/bugs/1813198 - Assigned to Bence Romsics (bence-romsics) | 21:21 |
mriedem | mtreinish: and re-approve ^ please | 21:21 |
openstackgerrit | Matt Riedemann proposed openstack/tempest master: Raise renew_delay in TestNetworkBasicOps:test_subnet_details https://review.openstack.org/633502 | 21:21 |
*** mjturek has joined #openstack-qa | 21:25 | |
*** mjturek has quit IRC | 21:29 | |
*** gfidente has quit IRC | 21:32 | |
*** rh-jelabarre has quit IRC | 22:18 | |
*** aojea_ has quit IRC | 22:33 | |
*** slaweq has quit IRC | 22:36 | |
mtreinish | mriedem: we don't upper-constraints that? | 22:44 |
mtreinish | I guess it's only in test-requirements | 22:44 |
mriedem | yeah i guess not | 22:45 |
mriedem | neutron and some other projects are dealing with the fallout | 22:45 |
openstackgerrit | Merged openstack/patrole master: Migrate patrol jobs to bionic(Ubuntu LTS 18.04) https://review.openstack.org/619471 | 23:04 |
-openstackstatus- NOTICE: http://zuul.openstack.org is not working. https://zuul.openstack.org does work. Please use that while we investigate. | 23:14 | |
*** rcernin has quit IRC | 23:53 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!