)]}'
{".zuul.yaml":[{"author":{"_account_id":11604,"name":"sean mooney","email":"smooney@redhat.com","username":"sean-k-mooney"},"change_message_id":"c4e4e05c135e2b8abde146a0ed3ca98d20133c1d","unresolved":false,"context_lines":[{"line_number":79,"context_line":"    timeout: 3600"},{"line_number":80,"context_line":""},{"line_number":81,"context_line":"- job:"},{"line_number":82,"context_line":"    name: nova-live-migration"},{"line_number":83,"context_line":"    parent: nova-dsvm-multinode-base"},{"line_number":84,"context_line":"    description: |"},{"line_number":85,"context_line":"      Run tempest live migration tests against both local storage and shared"},{"line_number":86,"context_line":"      storage using ceph (the environment is reconfigured for ceph after the"},{"line_number":87,"context_line":"      local storage tests are run). Also runs simple evacuate tests."},{"line_number":88,"context_line":"      Config drive is forced on all instances. Runs with python 3."},{"line_number":89,"context_line":"    run: playbooks/legacy/nova-live-migration/run.yaml"},{"line_number":90,"context_line":"    post-run: playbooks/legacy/nova-live-migration/post.yaml"},{"line_number":91,"context_line":"    irrelevant-files: *dsvm-irrelevant-files"},{"line_number":92,"context_line":"    vars:"},{"line_number":93,"context_line":"      devstack_local_conf:"},{"line_number":94,"context_line":"        $NOVA_CONF:"},{"line_number":95,"context_line":"          workarounds:"},{"line_number":96,"context_line":"            force_legacy_port_binding: True"},{"line_number":97,"context_line":"- job:"},{"line_number":98,"context_line":"    name: nova-lvm"},{"line_number":99,"context_line":"    parent: devstack-tempest"}],"source_content_type":"text/x-yaml","patch_set":1,"id":"1f493fa4_987ebfe1","line":96,"range":{"start_line":82,"start_character":5,"end_line":96,"end_character":43},"updated":"2020-04-29 20:17:38.000000000","message":"the live migration job did pass however","commit_id":"b92fd0dfbd7ae4512ca766742e62d5efecb641d1"},{"author":{"_account_id":11604,"name":"sean mooney","email":"smooney@redhat.com","username":"sean-k-mooney"},"change_message_id":"c4e4e05c135e2b8abde146a0ed3ca98d20133c1d","unresolved":false,"context_lines":[{"line_number":197,"context_line":"            ovs:"},{"line_number":198,"context_line":"              bridge_mappings: public:br-ex"},{"line_number":199,"context_line":"              resource_provider_bandwidths: br-ex:1000000:1000000"},{"line_number":200,"context_line":"            workarounds:"},{"line_number":201,"context_line":"              force_legacy_port_binding: True"},{"line_number":202,"context_line":"        test-config:"},{"line_number":203,"context_line":"          $TEMPEST_CONFIG:"},{"line_number":204,"context_line":"            network-feature-enabled:"}],"source_content_type":"text/x-yaml","patch_set":1,"id":"1f493fa4_d80fa785","line":201,"range":{"start_line":200,"start_character":11,"end_line":201,"end_character":45},"updated":"2020-04-29 20:17:38.000000000","message":"oh this is in the wrong section\nso it was put in the neutron config.","commit_id":"b92fd0dfbd7ae4512ca766742e62d5efecb641d1"},{"author":{"_account_id":11604,"name":"sean mooney","email":"smooney@redhat.com","username":"sean-k-mooney"},"change_message_id":"c4e4e05c135e2b8abde146a0ed3ca98d20133c1d","unresolved":false,"context_lines":[{"line_number":277,"context_line":"      - openstack/nova"},{"line_number":278,"context_line":"    irrelevant-files: *dsvm-irrelevant-files"},{"line_number":279,"context_line":""},{"line_number":280,"context_line":"- job:"},{"line_number":281,"context_line":"    name: nova-multi-cell"},{"line_number":282,"context_line":"    parent: tempest-multinode-full-py3"},{"line_number":283,"context_line":"    description: |"},{"line_number":284,"context_line":"      Multi-node python3 job which runs with two nodes and two non-cell0"},{"line_number":285,"context_line":"      cells. The compute on the controller runs in cell1 and the compute"},{"line_number":286,"context_line":"      on the subnode runs in cell2."},{"line_number":287,"context_line":"    irrelevant-files: *dsvm-irrelevant-files"},{"line_number":288,"context_line":"    vars:"},{"line_number":289,"context_line":"      # We use the \"all\" environment for tempest_test_regex and"},{"line_number":290,"context_line":"      # tempest_test_blacklist."},{"line_number":291,"context_line":"      tox_envlist: all"},{"line_number":292,"context_line":"      # Run compute API and scenario tests."},{"line_number":293,"context_line":"      tempest_test_regex: ^tempest\\.(scenario|(api\\.compute))"},{"line_number":294,"context_line":"      tempest_test_blacklist: \u0027{{ ansible_user_dir }}/{{ zuul.projects[\"opendev.org/openstack/nova\"].src_dir }}/devstack/nova-multi-cell-blacklist.txt\u0027"},{"line_number":295,"context_line":"      devstack_local_conf:"},{"line_number":296,"context_line":"        post-config:"},{"line_number":297,"context_line":"          $NOVA_CONF:"},{"line_number":298,"context_line":"            oslo_policy:"},{"line_number":299,"context_line":"              # The default policy file is policy.json but the"},{"line_number":300,"context_line":"              # setup-multi-cell-policy role will write to policy.yaml."},{"line_number":301,"context_line":"              policy_file: policy.yaml"},{"line_number":302,"context_line":"            workarounds:"},{"line_number":303,"context_line":"              force_legacy_port_binding: True"},{"line_number":304,"context_line":"        test-config:"},{"line_number":305,"context_line":"          $TEMPEST_CONFIG:"},{"line_number":306,"context_line":"            compute-feature-enabled:"}],"source_content_type":"text/x-yaml","patch_set":1,"id":"1f493fa4_38ddebdf","line":303,"range":{"start_line":280,"start_character":0,"end_line":303,"end_character":45},"updated":"2020-04-29 20:17:38.000000000","message":"and this cause the multi cell job to fail which is what we execpt.\n\nthe multi cell job only has 2 compute nodes one in cell1 and another in cell2 so the migration test which are cross cell migration should fail since cross cell migration/resize requires the multiple port binding flow\n\nhttps://80a289e813b0e105d6df-7db0c1fa1bd98a0adf758f7c1d49f672.ssl.cf1.rackcdn.com/724387/1/check/nova-multi-cell/27882b1/testr_results.html","commit_id":"b92fd0dfbd7ae4512ca766742e62d5efecb641d1"}]}
