*** amotoki has joined #openstack-qa | 00:04 | |
*** sshnaidm is now known as sshnaidm|off | 00:04 | |
openstackrecheck | Console logs not available after 20:12s for gate-heat-dsvm-functional-convg-mysql-lbaasv2-ubuntu-xenial 364710,16,b4a51ff | 00:04 |
---|---|---|
openstackrecheck | openstack/osc-lib change: https://review.openstack.org/427443 failed because of: gate-tempest-dsvm-neutron-src-osc-lib-ubuntu-xenial: https://bugs.launchpad.net/bugs/1643911 | 00:05 |
openstack | Launchpad bug 1643911 in OpenStack Compute (nova) "libvirt randomly crashes on xenial nodes with "*** Error in `/usr/sbin/libvirtd': malloc(): memory corruption:"" [Medium,Confirmed] | 00:05 |
*** dims_ has joined #openstack-qa | 00:10 | |
*** dims has quit IRC | 00:11 | |
*** lutostag has quit IRC | 00:13 | |
*** hongbin has quit IRC | 00:14 | |
*** vhosakot has quit IRC | 00:17 | |
openstackrecheck | Console logs not available after 20:11s for gate-tempest-dsvm-neutron-full-ubuntu-xenial 427456,1,82b29a4 | 00:26 |
*** mugsie has quit IRC | 00:29 | |
*** ramishra has joined #openstack-qa | 00:36 | |
*** jose-phillips has quit IRC | 00:45 | |
*** gouthamr has joined #openstack-qa | 00:46 | |
*** rajinir has quit IRC | 00:46 | |
openstackrecheck | Console logs not available after 20:10s for gate-grenade-dsvm-neutron-ubuntu-xenial 426926,3,41cea35 | 00:46 |
*** yamahata has quit IRC | 00:48 | |
*** mriedem has joined #openstack-qa | 00:48 | |
*** Swami has quit IRC | 01:01 | |
*** lutostag has joined #openstack-qa | 01:03 | |
*** lutostag has quit IRC | 01:04 | |
openstackrecheck | Console logs not available after 20:07s for gate-octavia-python27-ubuntu-xenial 406328,11,aa05e04 | 01:07 |
*** lutostag has joined #openstack-qa | 01:08 | |
openstackrecheck | Console logs not available after 20:05s for gate-neutron-dsvm-functional-ubuntu-xenial 408143,9,65bd11c | 01:27 |
*** timello has quit IRC | 01:38 | |
*** timello has joined #openstack-qa | 01:46 | |
openstackrecheck | Console logs not available after 20:12s for gate-manila-tempest-minimal-dsvm-lvm-ubuntu-xenial 427101,1,75c1c39 | 01:48 |
mriedem | dtroyer: do you know of a handy way to trap an exit code which migh be non-0 but at the same time not fail a grenade run? | 01:49 |
mriedem | w/o doing set +e temporarily i mean | 01:50 |
*** tqtran has quit IRC | 01:51 | |
*** ramishra has quit IRC | 01:53 | |
*** rfolco has joined #openstack-qa | 01:58 | |
*** rfolco has quit IRC | 01:58 | |
openstackgerrit | Matt Riedemann proposed openstack-dev/grenade: Run the nova-status upgrade check before starting upgraded services https://review.openstack.org/426926 | 01:59 |
mriedem | ^ is me hacking it, but there are probably easier ways with the exit_trap stuff | 01:59 |
*** pvaneck has quit IRC | 01:59 | |
*** Apoorva has quit IRC | 02:06 | |
*** Apoorva has joined #openstack-qa | 02:06 | |
*** Apoorva has quit IRC | 02:07 | |
openstackrecheck | Console logs not available after 20:07s for gate-tempest-dsvm-neutron-dvr-ubuntu-xenial 421875,6,614e8c1 | 02:08 |
openstackrecheck | openstack/networking-midonet change: https://review.openstack.org/419252 failed gate-tempest-dsvm-networking-midonet-v2-ubuntu-xenial, gate-tempest-dsvm-networking-midonet-ml2-ubuntu-xenial in the gate queue with an unrecognized error | 02:08 |
*** Apoorva has joined #openstack-qa | 02:12 | |
*** Apoorva has quit IRC | 02:13 | |
*** Apoorva has joined #openstack-qa | 02:15 | |
openstackgerrit | Steve Heyman proposed openstack-dev/grenade: POC for api uptime monitoring with Grenade https://review.openstack.org/427529 | 02:16 |
*** Apoorva has quit IRC | 02:17 | |
*** Apoorva has joined #openstack-qa | 02:18 | |
openstackgerrit | Steve Heyman proposed openstack-dev/grenade: POC for api uptime monitoring with Grenade https://review.openstack.org/427529 | 02:20 |
*** Apoorva has quit IRC | 02:22 | |
openstackgerrit | Steve Heyman proposed openstack-dev/grenade: POC for api uptime monitoring with Grenade https://review.openstack.org/427529 | 02:23 |
openstackrecheck | Console logs not available after 20:05s for gate-magnum-pep8-ubuntu-xenial 427507,2,bbfcdfe | 02:29 |
*** gvrangan has quit IRC | 02:33 | |
openstackrecheck | Console logs not available after 20:06s for gate-dsvm-nodepool-src 427323,4,595310b | 02:49 |
*** spligak_ has joined #openstack-qa | 02:56 | |
*** spligak has quit IRC | 02:58 | |
openstackgerrit | Matt Riedemann proposed openstack-dev/grenade: Run the nova-status upgrade check before starting upgraded services https://review.openstack.org/426926 | 03:02 |
dtroyer | mriedem: I recall seeing the || trick used to execute a block on non-zero return... | 03:03 |
mriedem | dtroyer: i tried that locally and i was always getting 0 as a result | 03:04 |
mriedem | e.g. which foo || true | 03:04 |
dtroyer | use a { } block where you have true | 03:05 |
dtroyer | I'm putting an example into the review | 03:05 |
*** armax has quit IRC | 03:05 | |
mriedem | thanks | 03:06 |
dtroyer | ok, have a look at that | 03:07 |
dtroyer | here is what I ran locally to test the construct: | 03:08 |
dtroyer | #!/bin/bash -x | 03:08 |
dtroyer | set -o errexit | 03:08 |
dtroyer | false || { | 03:08 |
dtroyer | echo "failure: $?" | 03:08 |
dtroyer | true | 03:08 |
dtroyer | } | 03:08 |
dtroyer | echo "end" | 03:08 |
openstackrecheck | Console logs not available after 20:04s for gate-tempest-dsvm-neutron-full-ubuntu-xenial 391288,33,9ac175b | 03:10 |
openstackrecheck | openstack/neutron change: https://review.openstack.org/410501 failed gate-tempest-dsvm-neutron-linuxbridge-ubuntu-xenial in the gate queue with an unrecognized error | 03:10 |
openstackgerrit | Matt Riedemann proposed openstack-infra/elastic-recheck: Add query for cells v2 delete/query race bug 1660878 https://review.openstack.org/427537 | 03:20 |
openstack | bug 1660878 in OpenStack Compute (nova) "test_reboot_deleted_server fails with 409 "Cannot 'reboot' instance while it is in vm_state building"" [High,Confirmed] https://launchpad.net/bugs/1660878 | 03:20 |
*** itsuugo has joined #openstack-qa | 03:23 | |
openstackgerrit | Matt Riedemann proposed openstack-infra/elastic-recheck: Add query for cells v2 delete/query race bug 1660878 https://review.openstack.org/427537 | 03:24 |
openstack | bug 1660878 in OpenStack Compute (nova) "test_reboot_deleted_server fails with 409 "Cannot 'reboot' instance while it is in vm_state building"" [High,Confirmed] https://launchpad.net/bugs/1660878 | 03:24 |
openstackgerrit | Matt Riedemann proposed openstack-infra/elastic-recheck: Add query for cells v2 delete/query race bug 1660878 https://review.openstack.org/427537 | 03:26 |
openstack | bug 1660878 in OpenStack Compute (nova) "test_reboot_deleted_server fails with 409 "Cannot 'reboot' instance while it is in vm_state building"" [High,Confirmed] https://launchpad.net/bugs/1660878 | 03:26 |
*** itsuugo has quit IRC | 03:28 | |
openstackrecheck | Console logs not available after 20:09s for gate-keystone-pep8-ubuntu-xenial 426411,4,f1ae38f | 03:30 |
openstackgerrit | Merged openstack-infra/elastic-recheck: Add query for cells v2 delete/query race bug 1660878 https://review.openstack.org/427537 | 03:34 |
openstack | bug 1660878 in OpenStack Compute (nova) "test_reboot_deleted_server fails with 409 "Cannot 'reboot' instance while it is in vm_state building"" [High,Confirmed] https://launchpad.net/bugs/1660878 | 03:34 |
*** mtanino has quit IRC | 03:43 | |
*** openstackrecheck has quit IRC | 03:43 | |
*** openstackrecheck has joined #openstack-qa | 03:43 | |
openstackrecheck | Console logs not available after 20:03s for gate-shade-dsvm-functional-neutron 427324,4,6a7a658 | 04:07 |
*** csomerville has joined #openstack-qa | 04:20 | |
*** spligak_ has quit IRC | 04:22 | |
*** armax has joined #openstack-qa | 04:27 | |
openstackrecheck | Console logs not available after 20:13s for gate-grenade-dsvm-neutron-multinode-ubuntu-xenial 407868,32,c094296 | 04:27 |
openstackrecheck | Console logs not available after 20:07s for gate-senlin-dsvm-tempest-functional 427539,1,2f334db | 04:47 |
*** yamahata has joined #openstack-qa | 05:04 | |
openstackrecheck | Console logs not available after 20:06s for gate-tempest-dsvm-networking-odl-boron-snapshot-v2driver 421895,21,0b5ffd4 | 05:08 |
*** pgadiya has joined #openstack-qa | 05:09 | |
*** dave-mccowan has quit IRC | 05:18 | |
*** gouthamr has quit IRC | 05:21 | |
*** dave-mccowan has joined #openstack-qa | 05:22 | |
openstackrecheck | Console logs not available after 20:10s for gate-grenade-dsvm-neutron-multinode-ubuntu-xenial 426926,5,02433bc | 05:29 |
openstackrecheck | openstack/keystone change: https://review.openstack.org/426959 failed because of: gate-tempest-dsvm-neutron-full-ubuntu-xenial: https://bugs.launchpad.net/bugs/1646779 | 05:29 |
openstack | Launchpad bug 1646779 in tempest "libvirt killed by kernel on general protection or stack segment traps" [Undecided,Incomplete] | 05:29 |
*** Alex_Staf has joined #openstack-qa | 05:31 | |
*** abehl has joined #openstack-qa | 05:45 | |
openstackrecheck | Console logs not available after 20:15s for gate-nova-python27-db-ubuntu-xenial 427544,2,4952d48 | 05:50 |
*** gvrangan has joined #openstack-qa | 05:55 | |
*** dave-mcc_ has joined #openstack-qa | 05:59 | |
*** dave-mccowan has quit IRC | 06:01 | |
openstackgerrit | Pranali Deore proposed openstack-dev/devstack: Corrected router gateway set command https://review.openstack.org/427557 | 06:03 |
*** lkuchlan has joined #openstack-qa | 06:04 | |
*** yarkot has quit IRC | 06:06 | |
openstackrecheck | Console logs not available after 20:12s for gate-tempest-dsvm-networking-odl-beryllium-snapshot-v2driver 422421,15,76c84ea | 06:10 |
openstackrecheck | openstack/manila change: https://review.openstack.org/426737 failed gate-manila-tempest-minimal-dsvm-lvm-ubuntu-xenial in the gate queue with an unrecognized error | 06:10 |
*** sridharg has joined #openstack-qa | 06:23 | |
*** gcheresh_ has joined #openstack-qa | 06:26 | |
*** rcernin has joined #openstack-qa | 06:29 | |
openstackrecheck | Console logs not available after 20:10s for gate-neutron-dsvm-functional-ubuntu-xenial 427540,1,e357d44 | 06:30 |
*** yarkot has joined #openstack-qa | 06:31 | |
*** agurenko has joined #openstack-qa | 06:35 | |
*** armax has quit IRC | 06:35 | |
*** itsuugo has joined #openstack-qa | 06:37 | |
*** itsuugo has quit IRC | 06:47 | |
*** itsuugo has joined #openstack-qa | 06:47 | |
openstackrecheck | Console logs not available after 20:08s for gate-tempest-dsvm-nova-wsgi-full-ubuntu-xenial 427536,1,7d93b76 | 06:50 |
*** itsuugo has quit IRC | 06:52 | |
*** itzikb has joined #openstack-qa | 07:08 | |
openstackrecheck | Console logs not available after 20:11s for gate-tempest-dsvm-neutron-full-ubuntu-xenial 397409,16,8315a3e | 07:11 |
*** qwertyco has joined #openstack-qa | 07:11 | |
*** abehl has quit IRC | 07:16 | |
*** tesseract has joined #openstack-qa | 07:18 | |
*** pcaruana has joined #openstack-qa | 07:19 | |
openstackgerrit | Benny Kopilov proposed openstack/tempest: Fix test_volume_services testcases https://review.openstack.org/427567 | 07:22 |
*** markus_z has joined #openstack-qa | 07:25 | |
*** yamamoto has quit IRC | 07:25 | |
*** nileshsavant has joined #openstack-qa | 07:26 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack-dev/devstack: Updated from generate-devstack-plugins-list https://review.openstack.org/427570 | 07:27 |
openstackrecheck | Console logs not available after 20:12s for gate-dsvm-networking-odl-functional-carbon-snapshot 422421,15,a34f290 | 07:31 |
*** agurenko has quit IRC | 07:36 | |
*** Naster has joined #openstack-qa | 07:36 | |
*** agurenko has joined #openstack-qa | 07:36 | |
nileshsavant | Hello Everyone, We are running CI for third party cinder, it is failing for deploying devstack “Running devstack ... this takes 10 - 15 minutes (logs in logs/devstacklog.txt.gz) ERROR: the main setup script run by this job failed - exit code: 2 please look at the relevant log files to determine the root caus” Our CI was working fine earlier, since yesterday it stared failing | 07:37 |
nileshsavant | Please let us know if there is any such issue reported ? | 07:38 |
openstackgerrit | Richard Avelar proposed openstack/tempest: Update unit test for test_groups https://review.openstack.org/427018 | 07:40 |
*** agurenko_ has joined #openstack-qa | 07:41 | |
*** dsariel has joined #openstack-qa | 07:44 | |
*** agurenko has quit IRC | 07:44 | |
*** abehl has joined #openstack-qa | 07:45 | |
openstackrecheck | Console logs not available after 20:08s for gate-tempest-dsvm-neutron-full-ubuntu-xenial 427547,1,009a110 | 07:51 |
*** gamado has joined #openstack-qa | 07:54 | |
*** stevebaker has quit IRC | 08:06 | |
openstackrecheck | Console logs not available after 20:05s for gate-tempest-dsvm-neutron-full-ubuntu-xenial 427018,3,c24f9ce | 08:12 |
*** shardy has joined #openstack-qa | 08:13 | |
*** bkopilov has quit IRC | 08:14 | |
*** itsuugo has joined #openstack-qa | 08:14 | |
*** qwertyco has quit IRC | 08:23 | |
*** dave-mcc_ has quit IRC | 08:24 | |
*** bkopilov has joined #openstack-qa | 08:24 | |
openstackrecheck | Console logs not available after 20:06s for gate-tempest-dsvm-networking-midonet-v2-ubuntu-xenial 414083,2,5c61638 | 08:32 |
*** agurenko_ is now known as agurenko | 08:34 | |
*** qwertyco has joined #openstack-qa | 08:36 | |
*** qwertyco has quit IRC | 08:37 | |
*** agurenko is now known as agurenko_ | 08:37 | |
openstackgerrit | Liron Kuchlani proposed openstack/tempest: Fix tests which use 'display_name' for both V1 and V2 https://review.openstack.org/427587 | 08:37 |
*** yamahata has quit IRC | 08:39 | |
*** martinkopec has joined #openstack-qa | 08:40 | |
*** Serlex has joined #openstack-qa | 08:43 | |
*** rossella_s has joined #openstack-qa | 08:43 | |
*** cody-somerville has joined #openstack-qa | 08:43 | |
*** cody-somerville has quit IRC | 08:43 | |
*** cody-somerville has joined #openstack-qa | 08:43 | |
*** Serlex has quit IRC | 08:47 | |
*** amotoki has quit IRC | 08:49 | |
openstackrecheck | Console logs not available after 20:11s for gate-neutron-python27-ubuntu-xenial 407868,33,a05b737 | 08:54 |
*** dtantsur|afk is now known as dtantsur | 08:55 | |
*** k4n0 has joined #openstack-qa | 08:56 | |
*** agurenko has joined #openstack-qa | 09:01 | |
*** agurenko_ has quit IRC | 09:01 | |
*** Serlex has joined #openstack-qa | 09:02 | |
openstackgerrit | Liron Kuchlani proposed openstack/tempest: Fix tests which use 'display_name' for both V1 and V2 https://review.openstack.org/427587 | 09:07 |
openstackrecheck | Console logs not available after 20:18s for gate-rally-dsvm-networking-odl-beryllium-snapshot 424892,4,7ee7f87 | 09:14 |
openstackrecheck | openstack/tempest change: https://review.openstack.org/426448 failed gate-tempest-dsvm-neutron-full-ubuntu-xenial in the gate queue with an unrecognized error | 09:14 |
*** e0ne has joined #openstack-qa | 09:23 | |
openstackgerrit | Lee Yarwood proposed openstack-dev/devstack: tempest: Disable compute-feature-enabled.swap_volume for ceph https://review.openstack.org/427602 | 09:25 |
*** amotoki has joined #openstack-qa | 09:30 | |
openstackrecheck | Console logs not available after 20:07s for gate-horizon-pep8-ubuntu-xenial 427568,1,67f6fbc | 09:35 |
*** amotoki has quit IRC | 09:38 | |
*** lucas-afk is now known as lucasagomes | 09:38 | |
*** amotoki has joined #openstack-qa | 09:45 | |
*** jordanP has joined #openstack-qa | 09:46 | |
*** amotoki has quit IRC | 09:47 | |
*** amotoki has joined #openstack-qa | 09:50 | |
openstackrecheck | Console logs not available after 20:09s for python-ironicclient-coverage-ubuntu-xenial 357639,17,8c76592 | 09:56 |
openstackrecheck | openstack/nova change: https://review.openstack.org/424759 failed because of: gate-tempest-dsvm-neutron-full-ubuntu-xenial: https://bugs.launchpad.net/bugs/1630664 | 09:56 |
openstack | Launchpad bug 1630664 in OpenStack Compute (nova) "Intermittent failure in n-api connecting to neutron to list ports after TLS was enabled in CI" [Medium,Confirmed] | 09:56 |
*** e0ne has quit IRC | 09:56 | |
*** k4n0 has quit IRC | 09:57 | |
*** sshnaidm|off is now known as sshnaidm|afk | 10:05 | |
openstackgerrit | Oksana Voshchana proposed openstack-dev/grenade: WIP: Change for test multinode(grenade) Fix for floating ip https://review.openstack.org/404448 | 10:06 |
*** k4n0 has joined #openstack-qa | 10:10 | |
*** cdent has joined #openstack-qa | 10:11 | |
*** nadya has joined #openstack-qa | 10:14 | |
openstackrecheck | Console logs not available after 20:13s for gate-vitrage-dsvm-api-ubuntu-xenial 427121,3,0b2c574 | 10:16 |
*** shausy has joined #openstack-qa | 10:18 | |
*** ababich has joined #openstack-qa | 10:24 | |
*** sshnaidm|afk is now known as sshnaidm | 10:25 | |
*** gvrangan has quit IRC | 10:30 | |
openstackgerrit | Oksana Voshchana proposed openstack-dev/grenade: WIP: Change for test multinode(grenade) Fix for floating ip https://review.openstack.org/404448 | 10:32 |
openstackrecheck | Console logs not available after 20:12s for gate-tempest-dsvm-networking-odl-boron-snapshot-v2driver 427576,1,b79c1fb | 10:37 |
*** rfolco has joined #openstack-qa | 10:39 | |
*** cdent has quit IRC | 10:48 | |
*** mvk has quit IRC | 10:49 | |
*** tosky has joined #openstack-qa | 10:50 | |
*** cdent has joined #openstack-qa | 10:57 | |
openstackrecheck | Console logs not available after 20:13s for gate-cross-nova-python27-db-ubuntu-xenial 426487,5,1befe83 | 10:58 |
*** jbernard has quit IRC | 11:11 | |
*** jbernard has joined #openstack-qa | 11:17 | |
*** amotoki has quit IRC | 11:18 | |
openstackgerrit | Sergey Nikitin proposed openstack/tempest: Tests for Nova instance diagnostics (microversion v2.42) https://review.openstack.org/413606 | 11:18 |
*** odyssey4me has left #openstack-qa | 11:18 | |
openstackrecheck | Console logs not available after 20:12s for gate-tempest-dsvm-networking-odl-boron-snapshot-v2driver 427575,1,6db624b | 11:18 |
*** mvk has joined #openstack-qa | 11:19 | |
*** e0ne has joined #openstack-qa | 11:22 | |
*** jamielennox is now known as jamielennox|away | 11:25 | |
*** sdague has joined #openstack-qa | 11:28 | |
openstackrecheck | Console logs not available after 20:09s for gate-dragonflow-dsvm-fullstack-ubuntu-xenial 427574,1,3f3e481 | 11:38 |
openstackrecheck | openstack/networking-midonet change: https://review.openstack.org/415092 failed gate-tempest-dsvm-networking-midonet-v2-ubuntu-xenial in the gate queue with an unrecognized error | 11:39 |
openstackrecheck | openstack/neutron change: https://review.openstack.org/399964 failed gate-tempest-dsvm-neutron-full-ubuntu-xenial in the gate queue with an unrecognized error | 11:40 |
*** ramishra has joined #openstack-qa | 11:56 | |
openstackrecheck | Console logs not available after 20:04s for gate-python-ironicclient-python35 420033,4,606aa90 | 12:00 |
openstackgerrit | Oksana Voshchana proposed openstack-dev/grenade: WIP: Change for test multinode(grenade) Fix for floating ip https://review.openstack.org/404448 | 12:03 |
*** Naster has quit IRC | 12:08 | |
openstackgerrit | Sergey Nikitin proposed openstack/tempest: Tests for Nova instance diagnostics (microversion v2.42) https://review.openstack.org/413606 | 12:12 |
openstackgerrit | Sergey Nikitin proposed openstack/tempest: Tests for Nova instance diagnostics (microversion v2.42) https://review.openstack.org/413606 | 12:16 |
openstackrecheck | Console logs not available after 20:05s for gate-tempest-dsvm-neutron-full-ubuntu-xenial 427292,2,0a959d1 | 12:20 |
openstackrecheck | openstack/neutron change: https://review.openstack.org/313820 failed because of: gate-tempest-dsvm-neutron-full-ubuntu-xenial: https://bugs.launchpad.net/bugs/1660878 | 12:22 |
openstack | Launchpad bug 1660878 in OpenStack Compute (nova) "test_reboot_deleted_server fails with 409 "Cannot 'reboot' instance while it is in vm_state building"" [High,Confirmed] | 12:22 |
*** catintheroof has joined #openstack-qa | 12:28 | |
openstackrecheck | Console logs not available after 20:12s for gate-telemetry-dsvm-integration-ceilometer-ubuntu-xenial 417313,8,5b4d859 | 12:42 |
*** mvk has quit IRC | 12:47 | |
*** abehl has quit IRC | 12:50 | |
*** lkuchlan_ has joined #openstack-qa | 12:52 | |
*** lkuchlan has quit IRC | 12:53 | |
*** mtanino has joined #openstack-qa | 12:56 | |
*** mvk has joined #openstack-qa | 13:00 | |
*** lucasagomes is now known as lucas-hungry | 13:00 | |
*** david_1 has joined #openstack-qa | 13:00 | |
*** tpatzig_ has joined #openstack-qa | 13:00 | |
*** dgonzalez_ has joined #openstack-qa | 13:00 | |
*** dgonzalez_ has quit IRC | 13:02 | |
*** tpatzig_ has quit IRC | 13:02 | |
*** david_1 has quit IRC | 13:02 | |
openstackrecheck | Console logs not available after 20:10s for gate-telemetry-dsvm-integration-gnocchi-ubuntu-xenial 413017,29,197f189 | 13:03 |
openstackgerrit | Oksana Voshchana proposed openstack-dev/grenade: WIP: Change for test multinode(grenade) Fix for floating ip https://review.openstack.org/404448 | 13:06 |
*** bapalm has quit IRC | 13:07 | |
*** mordred has quit IRC | 13:10 | |
*** bapalm has joined #openstack-qa | 13:12 | |
*** shausy has quit IRC | 13:12 | |
*** mtanino has quit IRC | 13:13 | |
*** Alex_Staf has quit IRC | 13:13 | |
*** lutostag has quit IRC | 13:14 | |
*** lutostag has joined #openstack-qa | 13:15 | |
*** dtantsur is now known as dtantsur|brb | 13:17 | |
*** mordred has joined #openstack-qa | 13:18 | |
*** pgadiya has quit IRC | 13:21 | |
openstackrecheck | Console logs not available after 20:23s for ironic-coverage-db-ubuntu-xenial 392213,39,026a8af | 13:24 |
*** bapalm has quit IRC | 13:24 | |
*** Alex_Staf has joined #openstack-qa | 13:27 | |
*** jordanP has quit IRC | 13:27 | |
*** jordanP has joined #openstack-qa | 13:28 | |
*** anshul has joined #openstack-qa | 13:33 | |
*** gouthamr has joined #openstack-qa | 13:33 | |
openstackgerrit | Thomas Morin proposed openstack-infra/elastic-recheck: Add query for bug 1660973 PlacementNotConfigured https://review.openstack.org/427693 | 13:36 |
openstack | bug 1660973 in OpenStack Compute (nova) ""No hosts found to map to cell, exiting" / PlacementNotConfigured exception" [Undecided,New] https://launchpad.net/bugs/1660973 | 13:36 |
*** dustins has joined #openstack-qa | 13:37 | |
*** fguillot has joined #openstack-qa | 13:42 | |
*** mriedem has quit IRC | 13:44 | |
openstackrecheck | Console logs not available after 20:13s for gate-tempest-dsvm-ironic-ipa-partition-agent_ipmitool-tinyipa-ubuntu-xenial 397126,38,9be6089 | 13:45 |
*** makowals_ has joined #openstack-qa | 13:47 | |
*** makowals has quit IRC | 13:49 | |
*** lucas-hungry is now known as lucasagomes | 13:50 | |
*** amotoki has joined #openstack-qa | 13:59 | |
*** dkranz has joined #openstack-qa | 14:04 | |
*** dustins has quit IRC | 14:08 | |
*** amotoki has quit IRC | 14:08 | |
*** dtantsur|brb is now known as dtantsur | 14:08 | |
*** yamahata has joined #openstack-qa | 14:15 | |
*** mriedem has joined #openstack-qa | 14:16 | |
openstackgerrit | Oksana Voshchana proposed openstack-dev/grenade: WIP: Change for test multinode(grenade) Fix for floating ip https://review.openstack.org/404448 | 14:18 |
openstackgerrit | Andreas Jaeger proposed openstack-infra/subunit2sql: Prepare for using standard python tests https://review.openstack.org/427726 | 14:18 |
mtreinish | nileshsavant: thats not much to go on, what is the failure in the devstack log file? | 14:22 |
*** mkoderer has joined #openstack-qa | 14:24 | |
openstackgerrit | Andreas Jaeger proposed openstack/coverage2sql: Prepare for using standard python tests https://review.openstack.org/427730 | 14:25 |
*** Swami has joined #openstack-qa | 14:28 | |
mtreinish | mriedem: I feel like this is query a dup of one of the bugs you were tracking earlier: https://review.openstack.org/#/c/427693/1 | 14:30 |
mtreinish | but I'm too lazy to check :) | 14:30 |
mriedem | mtreinish: nope | 14:31 |
mriedem | mtreinish: that's for any ci job that doesn't have placement-api as an enabled service | 14:31 |
mtreinish | ah, ok | 14:31 |
mriedem | http://lists.openstack.org/pipermail/openstack-dev/2017-January/111295.html | 14:31 |
mriedem | i've marked that bug as invalid btw | 14:32 |
mriedem | since it's an intentional break | 14:32 |
mtreinish | I guess it's something we don't want to track then | 14:32 |
mriedem | i imagine a ton of big tent dsvm jobs to fail | 14:32 |
mriedem | well, i doubt it would be anything in the gate, but i haven't looked | 14:32 |
*** nadya has quit IRC | 14:36 | |
mriedem | i don't get any hits on that query anyway | 14:38 |
mtreinish | heh, I didn't even check | 14:39 |
mriedem | b/c it's not in the console log | 14:39 |
mriedem | derp | 14:39 |
mtreinish | I just saw placment and pinged you | 14:39 |
mriedem | it's in n-cpu | 14:39 |
*** nadya has joined #openstack-qa | 14:39 | |
openstackgerrit | Matt Riedemann proposed openstack-infra/elastic-recheck: Add query for bug 1660973 PlacementNotConfigured https://review.openstack.org/427693 | 14:40 |
openstack | bug 1660973 in networking-bgpvpn ""No hosts found to map to cell, exiting" / PlacementNotConfigured exception" [Undecided,New] https://launchpad.net/bugs/1660973 | 14:40 |
mriedem | fixed and approved | 14:41 |
mtreinish | mriedem: cool, thanks | 14:42 |
openstackrecheck | Console logs not available after 22:23s for gate-tempest-dsvm-multinode-live-migration-ubuntu-xenial 393695,5,099ef20 | 14:42 |
mriedem | onto the other 10 burning fires 1 day before rc1 | 14:42 |
mtreinish | heh, it happens every cycle | 14:43 |
mriedem | this one is particularly terrible | 14:44 |
mriedem | 1 week between ff and rc1 | 14:44 |
openstackgerrit | Andreas Jaeger proposed openstack/coverage2sql: Prepare for using standard python tests https://review.openstack.org/427730 | 14:44 |
openstackgerrit | Andreas Jaeger proposed openstack-infra/subunit2sql: Prepare for using standard python tests https://review.openstack.org/427726 | 14:45 |
*** dave-mccowan has joined #openstack-qa | 14:47 | |
dhellmann | oomichi: we will need to branch devstack this week, after the milestone-based projects have branched. I can make the branch. Are you the best person for me to coordinate with? | 14:48 |
openstackgerrit | Merged openstack-infra/elastic-recheck: Add query for bug 1660973 PlacementNotConfigured https://review.openstack.org/427693 | 14:48 |
openstack | bug 1660973 in networking-bgpvpn ""No hosts found to map to cell, exiting" / PlacementNotConfigured exception" [Critical,Confirmed] https://launchpad.net/bugs/1660973 - Assigned to Thomas Morin (tmmorin-orange) | 14:48 |
dhellmann | oomichi : grenade needs a branch, too, after devstack | 14:49 |
mtreinish | dhellmann: didn't we add the steps needed for that to the release procedure docs? | 14:49 |
dhellmann | mtreinish : we did. My notes say "coordinate with the qa team" so that's what I'm doing. | 14:50 |
mtreinish | dhellmann: ah ok, that's probably because of the post branch steps in: https://wiki.openstack.org/wiki/QA/releases | 14:50 |
dhellmann | could be | 14:50 |
mtreinish | dhellmann: I can help with that when the time is right | 14:50 |
dhellmann | mtreinish : great, thanks | 14:50 |
dhellmann | I'll stage the branch creation patch without a SHA so we can update it when the time comes | 14:51 |
mtreinish | ok cool | 14:52 |
*** dustins has joined #openstack-qa | 14:55 | |
*** zz_dimtruck is now known as dimtruck | 14:59 | |
*** rbak__ has joined #openstack-qa | 14:59 | |
openstackgerrit | Andrea Frittoli proposed openstack-infra/elastic-recheck: New signature to include different incarnations https://review.openstack.org/427754 | 15:06 |
*** yamahata has quit IRC | 15:08 | |
*** tonytan4ever has joined #openstack-qa | 15:09 | |
*** csomerville has quit IRC | 15:12 | |
*** csomerville has joined #openstack-qa | 15:13 | |
*** openstackrecheck has quit IRC | 15:13 | |
*** mugsie has joined #openstack-qa | 15:13 | |
*** openstackrecheck has joined #openstack-qa | 15:13 | |
*** sigmavirus has quit IRC | 15:14 | |
openstackgerrit | Oksana Voshchana proposed openstack-dev/grenade: WIP: Change for test multinode(grenade) Fix for floating ip https://review.openstack.org/404448 | 15:15 |
*** rossella_s has quit IRC | 15:15 | |
*** sshnaidm is now known as sshnaidm|afk | 15:16 | |
*** rossella_s has joined #openstack-qa | 15:17 | |
*** makowals_ has quit IRC | 15:18 | |
*** hongbin has joined #openstack-qa | 15:19 | |
*** sridharg has quit IRC | 15:19 | |
*** makowals has joined #openstack-qa | 15:19 | |
*** nileshsavant has quit IRC | 15:20 | |
*** gcheresh_ has quit IRC | 15:24 | |
*** sigmavirus has joined #openstack-qa | 15:24 | |
*** gamado has quit IRC | 15:30 | |
openstackgerrit | Dan Smith proposed openstack-dev/devstack: DNM: Hack in a very late call to discover_hosts with verbose output https://review.openstack.org/427772 | 15:31 |
*** lucasagomes is now known as lucas-brb | 15:31 | |
*** artom has quit IRC | 15:33 | |
*** artom has joined #openstack-qa | 15:33 | |
openstackrecheck | Console logs not available after 20:12s for gate-tempest-dsvm-networking-odl-carbon-snapshot-v2driver 427561,1,619192b | 15:33 |
*** nadya has quit IRC | 15:34 | |
*** armax has joined #openstack-qa | 15:35 | |
*** spzala has joined #openstack-qa | 15:39 | |
*** Swami_ has joined #openstack-qa | 15:47 | |
*** Swami has quit IRC | 15:50 | |
*** rcernin has quit IRC | 15:51 | |
openstackgerrit | Andreas Jaeger proposed openstack-infra/subunit2sql: Prepare for using standard python tests https://review.openstack.org/427726 | 15:51 |
openstackrecheck | Console logs not available after 20:02s for gate-tempest-dsvm-neutron-full-ubuntu-xenial 423084,7,d508648 | 15:53 |
*** mtanino has joined #openstack-qa | 15:54 | |
*** fnaval has joined #openstack-qa | 15:55 | |
*** vhosakot has joined #openstack-qa | 15:57 | |
*** lkuchlan_ has quit IRC | 16:01 | |
*** rossella_s has quit IRC | 16:05 | |
*** ramishra has quit IRC | 16:06 | |
*** ramishra has joined #openstack-qa | 16:08 | |
*** gvrangan has joined #openstack-qa | 16:10 | |
*** anshul has quit IRC | 16:12 | |
openstackrecheck | Console logs not available after 20:28s for gate-functional-dsvm-magnum-mesos-ubuntu-xenial 427723,1,57a95d8 | 16:14 |
*** rossella_s has joined #openstack-qa | 16:19 | |
*** hieulq has joined #openstack-qa | 16:19 | |
*** yamahata has joined #openstack-qa | 16:22 | |
*** lucas-brb is now known as lucasagomes | 16:27 | |
*** xinli has joined #openstack-qa | 16:27 | |
*** dsariel has quit IRC | 16:31 | |
*** vhosakot has quit IRC | 16:31 | |
*** vhosakot has joined #openstack-qa | 16:32 | |
*** rossella_s has quit IRC | 16:33 | |
*** rossella_s has joined #openstack-qa | 16:34 | |
openstackgerrit | Oksana Voshchana proposed openstack-dev/grenade: WIP: Change for test multinode(grenade) Fix for floating ip https://review.openstack.org/404448 | 16:35 |
*** tonytan4ever has quit IRC | 16:36 | |
*** tonytan4ever has joined #openstack-qa | 16:36 | |
openstackrecheck | Console logs not available after 22:37s for gate-rally-dsvm-neutron-rally-ubuntu-xenial 394890,40,8a6b8f7 | 16:37 |
openstackgerrit | Lee Yarwood proposed openstack-dev/devstack: tempest: Disable compute-feature-enabled.swap_volume for ceph https://review.openstack.org/427602 | 16:40 |
*** gvrangan has quit IRC | 16:43 | |
*** spzala has quit IRC | 16:43 | |
*** spzala has joined #openstack-qa | 16:44 | |
*** dsariel has joined #openstack-qa | 16:44 | |
openstackgerrit | Steve Heyman proposed openstack-dev/grenade: POC for api uptime monitoring with Grenade https://review.openstack.org/427529 | 16:44 |
openstackgerrit | Lee Yarwood proposed openstack/tempest: Extend compute API admin test for swap volume https://review.openstack.org/427808 | 16:48 |
*** spzala has quit IRC | 16:48 | |
*** sshnaidm|afk is now known as sshnaidm | 16:49 | |
*** spzala has joined #openstack-qa | 16:50 | |
*** martinkopec has quit IRC | 16:51 | |
*** tosky has quit IRC | 16:51 | |
*** tosky has joined #openstack-qa | 16:52 | |
*** spzala has quit IRC | 16:54 | |
*** nadya has joined #openstack-qa | 16:54 | |
*** tesseract has quit IRC | 16:56 | |
*** spzala has joined #openstack-qa | 16:57 | |
*** itsuugo has quit IRC | 16:57 | |
openstackrecheck | Console logs not available after 22:29s for gate-tempest-dsvm-neutron-full-ssh 427587,2,d5d3190 | 16:59 |
*** Alex_Staf has quit IRC | 17:00 | |
openstackgerrit | Nicolas Helgeson proposed openstack/tempest: Update _create_test_user in identity base https://review.openstack.org/425963 | 17:00 |
*** markus_z has quit IRC | 17:06 | |
*** spzala has quit IRC | 17:06 | |
*** spzala has joined #openstack-qa | 17:08 | |
*** e0ne has quit IRC | 17:08 | |
*** jordanP has quit IRC | 17:08 | |
*** Swami_ has quit IRC | 17:08 | |
*** spzala has quit IRC | 17:12 | |
*** vhosakot has quit IRC | 17:13 | |
*** vhosakot has joined #openstack-qa | 17:13 | |
*** gvrangan has joined #openstack-qa | 17:14 | |
*** agurenko has quit IRC | 17:21 | |
openstackrecheck | Console logs not available after 21:57s for gate-tempest-dsvm-murano-api-ubuntu-xenial 390944,7,fa54eaf | 17:21 |
*** hieulq has quit IRC | 17:22 | |
*** hieulq has joined #openstack-qa | 17:22 | |
*** hieulq has quit IRC | 17:26 | |
*** rossella_s has quit IRC | 17:29 | |
*** Swami_ has joined #openstack-qa | 17:30 | |
*** nadya has quit IRC | 17:35 | |
*** Swami_ has quit IRC | 17:35 | |
*** cdent has quit IRC | 17:41 | |
openstackrecheck | Console logs not available after 22:43s for gate-kolla-dsvm-build-centos-source-centos-7 427768,2,30160a6 | 17:44 |
*** dimtruck is now known as zz_dimtruck | 17:47 | |
*** spzala has joined #openstack-qa | 17:49 | |
*** Alex_Staf has joined #openstack-qa | 17:53 | |
*** spzala has quit IRC | 17:54 | |
*** k4n0 has quit IRC | 17:57 | |
*** aarefiev is now known as aarefiev_afk | 17:57 | |
*** spzala has joined #openstack-qa | 17:57 | |
*** itzikb has quit IRC | 17:59 | |
*** vhosakot has quit IRC | 17:59 | |
*** spzala has quit IRC | 18:02 | |
*** spzala has joined #openstack-qa | 18:03 | |
*** harlowja_ has joined #openstack-qa | 18:05 | |
*** harlowja has quit IRC | 18:06 | |
*** mkoderer has quit IRC | 18:06 | |
*** lucasagomes is now known as lucas-afk | 18:08 | |
*** spzala has quit IRC | 18:08 | |
*** k4n0 has joined #openstack-qa | 18:10 | |
*** Apoorva has joined #openstack-qa | 18:10 | |
openstackrecheck | Console logs not available after 28:27s for gate-ospurge-python35 427756,1,5647955 | 18:12 |
*** tqtran has joined #openstack-qa | 18:13 | |
*** makowals has quit IRC | 18:13 | |
*** dtantsur is now known as dtantsur|afk | 18:14 | |
*** makowals has joined #openstack-qa | 18:14 | |
*** zz_dimtruck is now known as dimtruck | 18:15 | |
*** spzala has joined #openstack-qa | 18:19 | |
*** pcaruana has quit IRC | 18:28 | |
*** krtaylor has quit IRC | 18:33 | |
openstackgerrit | Matt Riedemann proposed openstack-dev/grenade: Run the nova-status upgrade check before starting upgraded services https://review.openstack.org/426926 | 18:34 |
mriedem | dtroyer: giving your || a try ^ thanks again | 18:34 |
openstackrecheck | Console logs not available after 23:57s for gate-heat-dsvm-functional-convg-mysql-lbaasv2-ubuntu-xenial 420601,1,0cfd7fa | 18:36 |
openstackgerrit | DavidPurcell proposed openstack/patrole: Neutron tests - Routers https://review.openstack.org/427501 | 18:38 |
openstackgerrit | DavidPurcell proposed openstack/patrole: Neutron tests - Routers https://review.openstack.org/427501 | 18:39 |
*** Alex_Staf has quit IRC | 18:45 | |
openstackgerrit | Merged openstack-dev/devstack: Updated from generate-devstack-plugins-list https://review.openstack.org/427570 | 18:47 |
*** dharinic is now known as dharinic|lunch | 18:50 | |
*** spzala has quit IRC | 18:51 | |
*** spzala has joined #openstack-qa | 18:52 | |
*** rbak__ has quit IRC | 18:53 | |
*** rbak__ has joined #openstack-qa | 18:54 | |
openstackgerrit | DavidPurcell proposed openstack/patrole: Neutron tests - Routers https://review.openstack.org/427501 | 18:54 |
openstackgerrit | DavidPurcell proposed openstack/patrole: Neutron tests - Routers https://review.openstack.org/427501 | 18:55 |
*** tosky has quit IRC | 18:55 | |
*** spzala has quit IRC | 18:56 | |
openstackgerrit | Julian proposed openstack/patrole: Compute Access IPs tests https://review.openstack.org/426884 | 18:56 |
openstackrecheck | Console logs not available after 20:19s for gate-gnocchi-dsvm-functional-file-mysql-ubuntu-xenial 413017,29,25dfe84 | 18:57 |
*** mvk has quit IRC | 18:57 | |
*** spzala has joined #openstack-qa | 18:58 | |
openstackgerrit | Matt Riedemann proposed openstack-infra/elastic-recheck: New signature to include different incarnations https://review.openstack.org/427754 | 18:58 |
*** spzala has quit IRC | 19:01 | |
*** spzala has joined #openstack-qa | 19:02 | |
openstackgerrit | Lee Yarwood proposed openstack/tempest: Extend compute API admin test for swap volume https://review.openstack.org/427808 | 19:02 |
*** zhufl has quit IRC | 19:07 | |
*** zhufl has joined #openstack-qa | 19:08 | |
*** yamahata has quit IRC | 19:12 | |
*** Serlex has left #openstack-qa | 19:12 | |
*** Serlex has quit IRC | 19:12 | |
*** krtaylor has joined #openstack-qa | 19:13 | |
openstackgerrit | Merged openstack-infra/elastic-recheck: New signature to include different incarnations https://review.openstack.org/427754 | 19:15 |
*** itzikb has joined #openstack-qa | 19:19 | |
*** harlowja_ has quit IRC | 19:19 | |
openstackrecheck | Console logs not available after 23:23s for gate-nova-python27-db-ubuntu-xenial 427364,3,b5dfb25 | 19:20 |
*** krtaylor has quit IRC | 19:24 | |
*** e0ne has joined #openstack-qa | 19:30 | |
*** krtaylor has joined #openstack-qa | 19:31 | |
*** mvk has joined #openstack-qa | 19:34 | |
*** dharinic|lunch is now known as dharinic | 19:37 | |
*** Apoorva has quit IRC | 19:38 | |
*** openstackrecheck has quit IRC | 19:43 | |
*** openstackrecheck has joined #openstack-qa | 19:43 | |
*** tonytan4ever has quit IRC | 19:44 | |
*** cdent has joined #openstack-qa | 19:47 | |
*** pvaneck has joined #openstack-qa | 19:49 | |
*** stevebaker has joined #openstack-qa | 19:49 | |
mriedem | dtroyer: that totally worked http://logs.openstack.org/26/426926/6/check/gate-grenade-dsvm-neutron-ubuntu-xenial/9019244/logs/grenade.sh.txt.gz#_2017-02-01_19_01_54_881 | 19:50 |
mriedem | [[ 1 -ge 2 ]] | 19:50 |
*** mtanino has quit IRC | 19:51 | |
*** e0ne has quit IRC | 19:55 | |
*** cdent has quit IRC | 19:55 | |
dtroyer | coolness! | 19:57 |
*** mtanino has joined #openstack-qa | 19:59 | |
*** e0ne has joined #openstack-qa | 19:59 | |
*** gouthamr has quit IRC | 20:03 | |
mtreinish | dims_: is this job running everything under py35? http://logs.openstack.org/63/425963/2/check/gate-tempest-dsvm-py35-ubuntu-xenial-nv/591a4c5/console.html | 20:08 |
*** mtanino has quit IRC | 20:09 | |
dims_ | mtreinish : yes, take a peek at pip2-freeze.txt.gz vs pip3-freeze.txt.gz or grep for 3.5 in the logs | 20:09 |
*** charz_ has quit IRC | 20:09 | |
*** charz has joined #openstack-qa | 20:10 | |
openstackrecheck | Console logs not available after 25:43s for gate-ironic-python27-db-ubuntu-xenial 420107,14,a0a61a1 | 20:10 |
mtreinish | dims_: ok cool, thanks | 20:10 |
*** mtanino has joined #openstack-qa | 20:12 | |
*** csomerville has quit IRC | 20:13 | |
openstackgerrit | Nicolas Helgeson proposed openstack/patrole: Fix: setup_clients, ordered imports, comments https://review.openstack.org/427891 | 20:14 |
*** e0ne has quit IRC | 20:17 | |
mtreinish | dims_: is there a branch name we're using for py3 fixes? | 20:20 |
*** e0ne has joined #openstack-qa | 20:21 | |
dims_ | mtreinish : all i had is already delivered to respective masters | 20:23 |
dims_ | mtreinish : nothing in flight except for one review for swift which is incomplete | 20:23 |
dims_ | mtreinish : bunch of jobs are up and running http://codesearch.openstack.org/?q=(dsvm%7Cfunc).*py35&i=nope&files=&repos= | 20:25 |
mtreinish | dims_: ok, I'm writing the commit msg for a 1 liner fix in tempest right now | 20:25 |
dims_ | awesome. thanks | 20:25 |
mtreinish | I just wanted to know if we were tracking changes with a common gerrit topic | 20:25 |
*** e0ne has quit IRC | 20:28 | |
openstackgerrit | Matthew Treinish proposed openstack/tempest: Fix map usage on py3 in v2 test_volumes_snapshots_list https://review.openstack.org/427905 | 20:28 |
mtreinish | dims_: ^^^ | 20:28 |
dims_ | lgtm | 20:29 |
*** jamielennox|away is now known as jamielennox | 20:30 | |
openstackrecheck | Console logs not available after 20:56s for gate-murano-python27-db-ubuntu-xenial 427861,2,adcb8da | 20:31 |
*** e0ne has joined #openstack-qa | 20:32 | |
*** e0ne has quit IRC | 20:37 | |
*** harlowja has joined #openstack-qa | 20:39 | |
*** e0ne has joined #openstack-qa | 20:41 | |
openstackgerrit | Felipe Monteiro proposed openstack/patrole: Fixes policy rules in neutron containing the keyword tenant_id. https://review.openstack.org/427913 | 20:44 |
openstackgerrit | Vasyl Saienko proposed openstack-infra/devstack-gate: DNMP/DNR Temp patch https://review.openstack.org/406827 | 20:44 |
*** e0ne has quit IRC | 20:47 | |
*** e0ne has joined #openstack-qa | 20:51 | |
openstackrecheck | Console logs not available after 20:49s for gate-tempest-dsvm-full-ceph-plugin-src-os-brick-ubuntu-xenial 424747,2,e9da269 | 20:52 |
openstackgerrit | Doug Hellmann proposed openstack-infra/devstack-gate: update grenade settings for stable/ocata https://review.openstack.org/427916 | 20:53 |
*** k4n0 has quit IRC | 20:54 | |
*** e0ne has quit IRC | 20:55 | |
*** e0ne has joined #openstack-qa | 21:00 | |
openstackgerrit | Steve Heyman proposed openstack-dev/grenade: POC for api uptime monitoring with Grenade https://review.openstack.org/427529 | 21:00 |
openstackgerrit | Armando Migliaccio proposed openstack-dev/devstack: [DNM] Forse neutron workers to 1 https://review.openstack.org/427919 | 21:01 |
*** gouthamr has joined #openstack-qa | 21:02 | |
openstackgerrit | Armando Migliaccio proposed openstack-dev/devstack: [DNM] Force all services to 1 worker https://review.openstack.org/427921 | 21:02 |
*** jose-phillips has joined #openstack-qa | 21:05 | |
*** armax has quit IRC | 21:11 | |
openstackrecheck | Console logs not available after 20:58s for gate-manila-python27-db-ubuntu-xenial 427811,2,229191e | 21:13 |
*** erlon has quit IRC | 21:20 | |
*** gvrangan has quit IRC | 21:25 | |
openstackgerrit | Samantha Blanco proposed openstack/patrole: Cinder tests - Volume backend https://review.openstack.org/427439 | 21:27 |
*** erlon has joined #openstack-qa | 21:30 | |
*** shardy has quit IRC | 21:34 | |
openstackrecheck | Console logs not available after 21:10s for gate-manila-tempest-minimal-dsvm-lvm-ubuntu-xenial 426896,5,9d66520 | 21:34 |
*** catintheroof has quit IRC | 21:37 | |
*** catintheroof has joined #openstack-qa | 21:37 | |
*** Apoorva has joined #openstack-qa | 21:38 | |
*** Apoorva has quit IRC | 21:40 | |
*** Apoorva has joined #openstack-qa | 21:41 | |
openstackgerrit | Oksana Voshchana proposed openstack-dev/grenade: WIP: Change for test multinode(grenade) Fix for floating ip https://review.openstack.org/404448 | 21:41 |
openstackgerrit | Nicolas Helgeson proposed openstack/patrole: Identity V3 tests - users https://review.openstack.org/425430 | 21:46 |
*** e0ne has quit IRC | 21:53 | |
openstackgerrit | Felipe Monteiro proposed openstack/patrole: Fixes policy rules in neutron containing the keyword tenant_id. https://review.openstack.org/427913 | 21:54 |
*** armax has joined #openstack-qa | 21:54 | |
openstackrecheck | Console logs not available after 20:42s for gate-manila-tempest-minimal-dsvm-lvm-ubuntu-xenial 427360,3,9768c89 | 21:55 |
*** spzala has quit IRC | 21:55 | |
*** catintheroof has quit IRC | 21:57 | |
*** spzala has joined #openstack-qa | 21:58 | |
*** catintheroof has joined #openstack-qa | 21:58 | |
*** spzala_ has joined #openstack-qa | 22:00 | |
*** spzala has quit IRC | 22:03 | |
*** spzala_ has quit IRC | 22:04 | |
*** gouthamr has quit IRC | 22:07 | |
openstackrecheck | Console logs not available after 21:28s for gate-designate-python27-db-ubuntu-xenial 422376,3,f30ed62 | 22:16 |
*** gvrangan has joined #openstack-qa | 22:26 | |
openstackgerrit | Merged openstack/patrole: Fixes policy rules in neutron containing the keyword tenant_id. https://review.openstack.org/427913 | 22:26 |
openstackgerrit | Nicolas Helgeson proposed openstack/patrole: Identity Rbac V3 - projects https://review.openstack.org/426936 | 22:28 |
*** dkranz has quit IRC | 22:30 | |
openstackgerrit | Nicolas Helgeson proposed openstack/patrole: Identity Rbac V3 - projects https://review.openstack.org/426936 | 22:30 |
*** gouthamr has joined #openstack-qa | 22:33 | |
*** fguillot has quit IRC | 22:33 | |
*** catintheroof has quit IRC | 22:35 | |
openstackrecheck | Console logs not available after 21:04s for gate-manila-tempest-minimal-dsvm-lvm-ubuntu-xenial 427096,7,feee4ce | 22:37 |
*** dimtruck is now known as zz_dimtruck | 22:38 | |
*** dustins has quit IRC | 22:54 | |
*** yamahata has joined #openstack-qa | 22:55 | |
openstackrecheck | Console logs not available after 21:04s for gate-octavia-python35 406952,29,59d83b3 | 22:58 |
openstackgerrit | Samantha Blanco proposed openstack/patrole: Cinder tests - Volume snapshot metadata https://review.openstack.org/427958 | 22:59 |
*** yamahata has quit IRC | 23:00 | |
*** yamahata has joined #openstack-qa | 23:01 | |
openstackgerrit | Merged openstack/patrole: Cinder tests - Volume transfers https://review.openstack.org/426907 | 23:03 |
*** zz_dimtruck is now known as dimtruck | 23:11 | |
*** spzala has joined #openstack-qa | 23:15 | |
*** spzala has quit IRC | 23:18 | |
*** spzala has joined #openstack-qa | 23:18 | |
openstackrecheck | Console logs not available after 21:01s for gate-manila-tempest-minimal-dsvm-lvm-ubuntu-xenial 427834,1,4ffcd1e | 23:19 |
*** yamamoto has joined #openstack-qa | 23:24 | |
*** spzala has quit IRC | 23:25 | |
*** zackf has quit IRC | 23:37 | |
*** zackf has joined #openstack-qa | 23:39 | |
openstackrecheck | Console logs not available after 20:58s for gate-manila-tempest-minimal-dsvm-dummy-ubuntu-xenial 427663,1,b9639d2 | 23:40 |
*** gyee has joined #openstack-qa | 23:52 | |
*** sshnaidm is now known as sshnaidm|off | 23:58 | |
*** xinli has quit IRC | 23:58 | |
*** cody-somerville has quit IRC | 23:59 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!