all:
  children:
    cephs:
      hosts:
        instance: null
    computes:
      hosts:
        instance: null
    controllers:
      hosts:
        instance: null
    zuul_unreachable:
      hosts: {}
  hosts:
    instance:
      ansible_connection: ssh
      ansible_host: 199.204.45.129
      ansible_port: 22
      ansible_python_interpreter: auto
      ansible_user: zuul
      atmosphere_deploy_tags: kubernetes,csi
      atmosphere_image_prefix: harbor.atmosphere.dev/
      ceph_conf_overrides:
      - option: mon allow pool size one
        section: global
        value: true
      - option: osd crush chooseleaf type
        section: global
        value: 0
      - option: auth allow insecure global id reclaim
        section: mon
        value: false
      ceph_csi_rbd_helm_values:
        provisioner:
          replicaCount: 1
      ceph_fsid: 4837cbf8-4f90-4300-b3f6-726c9b9f89b4
      ceph_osd_devices:
      - /dev/ceph-{{ inventory_hostname_short }}-osd0/data
      - /dev/ceph-{{ inventory_hostname_short }}-osd1/data
      - /dev/ceph-{{ inventory_hostname_short }}-osd2/data
      ceph_public_network: '{{ ansible_facts[''default_ipv4''][''network''] + ''/''
        + (ansible_facts[''default_ipv4''][''prefix''] | string) }}'
      cilium_helm_values:
        operator:
          replicas: 1
      csi_driver: local-path-provisioner
      kube_vip_address: 172.17.0.100
      kube_vip_interface: '{{ ansible_facts[''default_ipv4''].interface }}'
      kubernetes_hostname: '{{ ansible_facts[''default_ipv4''].address }}'
      molecule_scenario: csi
      nodepool:
        az: nova
        cloud: public
        external_id: 583fc6ff-cf25-4ea1-a7e8-ea6651702f4b
        host_id: 413ad91e6120ae81306de27e59dcefd40ab96f06b8665fea7030ef8f
        interface_ip: 199.204.45.129
        label: ubuntu-jammy
        node_properties: {}
        private_ipv4: 199.204.45.129
        private_ipv6: null
        provider: yul1
        public_ipv4: 199.204.45.129
        public_ipv6: 2604:e100:1:0:f816:3eff:fef1:facd
        region: ca-ymq-1
        slot: null
      zuul_node:
        az: nova
        cloud: public
        external_id: 583fc6ff-cf25-4ea1-a7e8-ea6651702f4b
        host_id: 413ad91e6120ae81306de27e59dcefd40ab96f06b8665fea7030ef8f
        interface_ip: 199.204.45.129
        label: ubuntu-jammy
        node_properties: {}
        private_ipv4: 199.204.45.129
        private_ipv6: null
        provider: yul1
        public_ipv4: 199.204.45.129
        public_ipv6: 2604:e100:1:0:f816:3eff:fef1:facd
        region: ca-ymq-1
        slot: null
        uuid: null
  vars:
    atmosphere_deploy_tags: kubernetes,csi
    atmosphere_image_prefix: harbor.atmosphere.dev/
    ceph_conf_overrides:
    - option: mon allow pool size one
      section: global
      value: true
    - option: osd crush chooseleaf type
      section: global
      value: 0
    - option: auth allow insecure global id reclaim
      section: mon
      value: false
    ceph_csi_rbd_helm_values:
      provisioner:
        replicaCount: 1
    ceph_fsid: 4837cbf8-4f90-4300-b3f6-726c9b9f89b4
    ceph_osd_devices:
    - /dev/ceph-{{ inventory_hostname_short }}-osd0/data
    - /dev/ceph-{{ inventory_hostname_short }}-osd1/data
    - /dev/ceph-{{ inventory_hostname_short }}-osd2/data
    ceph_public_network: '{{ ansible_facts[''default_ipv4''][''network''] + ''/''
      + (ansible_facts[''default_ipv4''][''prefix''] | string) }}'
    cilium_helm_values:
      operator:
        replicas: 1
    csi_driver: local-path-provisioner
    kube_vip_address: 172.17.0.100
    kube_vip_interface: '{{ ansible_facts[''default_ipv4''].interface }}'
    kubernetes_hostname: '{{ ansible_facts[''default_ipv4''].address }}'
    molecule_scenario: csi
    zuul:
      _inheritance_path:
      - '<Job base explicit: None implied: {MatchAny:{ImpliedBranchMatcher:main}}
        source: vexxhost/zuul-config/zuul.d/jobs.yaml@main#1>'
      - '<Job molecule explicit: None implied: {MatchAny:{ImpliedBranchMatcher:main}}
        source: vexxhost/zuul-jobs/zuul.d/ansible-jobs.yaml@main#1>'
      - '<Job atmosphere-molecule explicit: None implied: {MatchAny:{ImpliedBranchMatcher:main}}
        source: vexxhost/atmosphere/.zuul.yaml@main#34>'
      - '<Job atmosphere-molecule-csi explicit: None implied: {MatchAny:{ImpliedBranchMatcher:main}}
        source: vexxhost/atmosphere/.zuul.yaml@main#71>'
      - '<Job atmosphere-molecule-csi-local-path-provisioner explicit: None implied:
        {MatchAny:{ImpliedBranchMatcher:main}} source: vexxhost/atmosphere/.zuul.yaml@main#78>'
      - '<Job atmosphere-molecule-csi-local-path-provisioner explicit: None implied:
        None source: vexxhost/atmosphere/.zuul.yaml@main#324>'
      ansible_version: '9'
      attempts: 1
      branch: main
      build: 65278686cc4947cd8ef5da49a9a24ad7
      build_refs:
      - branch: main
        change: '3877'
        change_message: "fix(deploy): reap subprocess descendants on context cancel\n\nStacked
          on top of #3818. Merge target: `main`.\n\n## Problem\n\nIn the #3818 CI
          run (`atmosphere-molecule-aio-ovn`, buildset `f9097d07`), 41 of 42 components
          finished cleanly within ~30 minutes, but the job hung for 1 h 39 min until
          Zuul killed it at the 2 h timeout.\n\nRoot cause: `magnum`'s main role failed
          at `06:25:22` on a flaky GitHub release download (`clusterctl-linux-amd64`).
          `AnsibleDeployer.Deploy` runs the magnum pre-role and main role concurrently
          in an `errgroup`. When the main role returned the error, the errgroup cancelled
          the context and `exec.CommandContext` SIGKILL'd the direct `ansible-playbook`
          process \u2014 but its grandchildren (ssh helpers, the `glance_image` qemu
          downloader pulling the Kubernetes image) inherited the parent's stdout/stderr
          pipes and survived the kill. `prefixOutput`'s `bufio.Scanner` blocked reading
          the still-open pipes forever, `cmd.Wait` never returned, and the `magnum`
          goroutine in `Graph.Run` stayed alive \u2014 so `eg.Wait()` (`pkg/dag/dag.go:214`)
          never returned and the orchestrator hung silently.\n\n## Fix\n\n`internal/deploy/deployer.go`
          \u2014 new `configureSubprocess()` helper applied to every `ansible-playbook`
          invocation (deployer + orchestrator preflight + single-tag passthrough):\n\n-
          `SysProcAttr.Setpgid: true` \u2014 start each subprocess in its own process
          group.\n- Override `cmd.Cancel` to `syscall.Kill(-pid, SIGKILL)` so the
          entire process group (ansible-playbook + ssh + python helpers + qemu) dies
          on context cancel.\n- `cmd.WaitDelay = 10s` \u2014 fallback that force-closes
          inherited pipes if any descendant outlives the kill, so the scanner goroutines
          unblock and `cmd.Wait` always returns.\n\n## Tests\n\n- `internal/deploy/subprocess_linux_test.go`
          \u2014 regression test that spawns a shell which leaves a `sleep 60` grandchild
          holding stdout, then verifies `cmd.Wait` and the scanner unblock within
          `subprocessCancelGracePeriod + 5 s`. Passes in 0.10 s on the fixed code.\n-
          `go test ./pkg/dag/ ./internal/deploy/ -count=1` \u2014 all existing tests
          still pass.\n\n## Note on flakiness\n\nThis change does **not** fix the
          underlying flaky `clusterctl-linux-amd64` download \u2014 when GitHub releases
          hiccup, the magnum role will still fail. But after this fix, that failure
          surfaces in seconds instead of consuming the full 2 h job slot, which makes
          retrying tractable.\n"
        change_url: https://github.com/vexxhost/atmosphere/pull/3877
        commit_id: 9972e53b55a61dddea5c41fbd944e0982f8b5942
        patchset: 9972e53b55a61dddea5c41fbd944e0982f8b5942
        project:
          canonical_hostname: github.com
          canonical_name: github.com/vexxhost/atmosphere
          name: vexxhost/atmosphere
          short_name: atmosphere
          src_dir: src/github.com/vexxhost/atmosphere
        src_dir: src/github.com/vexxhost/atmosphere
        topic: null
      buildset: 34141d88138f4833a6e843bb27f26646
      buildset_refs:
      - branch: main
        change: '3877'
        change_message: "fix(deploy): reap subprocess descendants on context cancel\n\nStacked
          on top of #3818. Merge target: `main`.\n\n## Problem\n\nIn the #3818 CI
          run (`atmosphere-molecule-aio-ovn`, buildset `f9097d07`), 41 of 42 components
          finished cleanly within ~30 minutes, but the job hung for 1 h 39 min until
          Zuul killed it at the 2 h timeout.\n\nRoot cause: `magnum`'s main role failed
          at `06:25:22` on a flaky GitHub release download (`clusterctl-linux-amd64`).
          `AnsibleDeployer.Deploy` runs the magnum pre-role and main role concurrently
          in an `errgroup`. When the main role returned the error, the errgroup cancelled
          the context and `exec.CommandContext` SIGKILL'd the direct `ansible-playbook`
          process \u2014 but its grandchildren (ssh helpers, the `glance_image` qemu
          downloader pulling the Kubernetes image) inherited the parent's stdout/stderr
          pipes and survived the kill. `prefixOutput`'s `bufio.Scanner` blocked reading
          the still-open pipes forever, `cmd.Wait` never returned, and the `magnum`
          goroutine in `Graph.Run` stayed alive \u2014 so `eg.Wait()` (`pkg/dag/dag.go:214`)
          never returned and the orchestrator hung silently.\n\n## Fix\n\n`internal/deploy/deployer.go`
          \u2014 new `configureSubprocess()` helper applied to every `ansible-playbook`
          invocation (deployer + orchestrator preflight + single-tag passthrough):\n\n-
          `SysProcAttr.Setpgid: true` \u2014 start each subprocess in its own process
          group.\n- Override `cmd.Cancel` to `syscall.Kill(-pid, SIGKILL)` so the
          entire process group (ansible-playbook + ssh + python helpers + qemu) dies
          on context cancel.\n- `cmd.WaitDelay = 10s` \u2014 fallback that force-closes
          inherited pipes if any descendant outlives the kill, so the scanner goroutines
          unblock and `cmd.Wait` always returns.\n\n## Tests\n\n- `internal/deploy/subprocess_linux_test.go`
          \u2014 regression test that spawns a shell which leaves a `sleep 60` grandchild
          holding stdout, then verifies `cmd.Wait` and the scanner unblock within
          `subprocessCancelGracePeriod + 5 s`. Passes in 0.10 s on the fixed code.\n-
          `go test ./pkg/dag/ ./internal/deploy/ -count=1` \u2014 all existing tests
          still pass.\n\n## Note on flakiness\n\nThis change does **not** fix the
          underlying flaky `clusterctl-linux-amd64` download \u2014 when GitHub releases
          hiccup, the magnum role will still fail. But after this fix, that failure
          surfaces in seconds instead of consuming the full 2 h job slot, which makes
          retrying tractable.\n"
        change_url: https://github.com/vexxhost/atmosphere/pull/3877
        commit_id: 9972e53b55a61dddea5c41fbd944e0982f8b5942
        patchset: 9972e53b55a61dddea5c41fbd944e0982f8b5942
        project:
          canonical_hostname: github.com
          canonical_name: github.com/vexxhost/atmosphere
          name: vexxhost/atmosphere
          short_name: atmosphere
          src_dir: src/github.com/vexxhost/atmosphere
        src_dir: src/github.com/vexxhost/atmosphere
        topic: null
      change: '3877'
      change_message: "fix(deploy): reap subprocess descendants on context cancel\n\nStacked
        on top of #3818. Merge target: `main`.\n\n## Problem\n\nIn the #3818 CI run
        (`atmosphere-molecule-aio-ovn`, buildset `f9097d07`), 41 of 42 components
        finished cleanly within ~30 minutes, but the job hung for 1 h 39 min until
        Zuul killed it at the 2 h timeout.\n\nRoot cause: `magnum`'s main role failed
        at `06:25:22` on a flaky GitHub release download (`clusterctl-linux-amd64`).
        `AnsibleDeployer.Deploy` runs the magnum pre-role and main role concurrently
        in an `errgroup`. When the main role returned the error, the errgroup cancelled
        the context and `exec.CommandContext` SIGKILL'd the direct `ansible-playbook`
        process \u2014 but its grandchildren (ssh helpers, the `glance_image` qemu
        downloader pulling the Kubernetes image) inherited the parent's stdout/stderr
        pipes and survived the kill. `prefixOutput`'s `bufio.Scanner` blocked reading
        the still-open pipes forever, `cmd.Wait` never returned, and the `magnum`
        goroutine in `Graph.Run` stayed alive \u2014 so `eg.Wait()` (`pkg/dag/dag.go:214`)
        never returned and the orchestrator hung silently.\n\n## Fix\n\n`internal/deploy/deployer.go`
        \u2014 new `configureSubprocess()` helper applied to every `ansible-playbook`
        invocation (deployer + orchestrator preflight + single-tag passthrough):\n\n-
        `SysProcAttr.Setpgid: true` \u2014 start each subprocess in its own process
        group.\n- Override `cmd.Cancel` to `syscall.Kill(-pid, SIGKILL)` so the entire
        process group (ansible-playbook + ssh + python helpers + qemu) dies on context
        cancel.\n- `cmd.WaitDelay = 10s` \u2014 fallback that force-closes inherited
        pipes if any descendant outlives the kill, so the scanner goroutines unblock
        and `cmd.Wait` always returns.\n\n## Tests\n\n- `internal/deploy/subprocess_linux_test.go`
        \u2014 regression test that spawns a shell which leaves a `sleep 60` grandchild
        holding stdout, then verifies `cmd.Wait` and the scanner unblock within `subprocessCancelGracePeriod
        + 5 s`. Passes in 0.10 s on the fixed code.\n- `go test ./pkg/dag/ ./internal/deploy/
        -count=1` \u2014 all existing tests still pass.\n\n## Note on flakiness\n\nThis
        change does **not** fix the underlying flaky `clusterctl-linux-amd64` download
        \u2014 when GitHub releases hiccup, the magnum role will still fail. But after
        this fix, that failure surfaces in seconds instead of consuming the full 2
        h job slot, which makes retrying tractable.\n"
      change_url: https://github.com/vexxhost/atmosphere/pull/3877
      child_jobs: []
      commit_id: 9972e53b55a61dddea5c41fbd944e0982f8b5942
      event_id: 169a93b0-42bc-11f1-87c5-a89464fab9fe
      executor:
        hostname: 0a8996d2b663
        inventory_file: /var/lib/zuul/builds/65278686cc4947cd8ef5da49a9a24ad7/ansible/inventory.yaml
        log_root: /var/lib/zuul/builds/65278686cc4947cd8ef5da49a9a24ad7/work/logs
        result_data_file: /var/lib/zuul/builds/65278686cc4947cd8ef5da49a9a24ad7/work/results.json
        src_root: /var/lib/zuul/builds/65278686cc4947cd8ef5da49a9a24ad7/work/src
        work_root: /var/lib/zuul/builds/65278686cc4947cd8ef5da49a9a24ad7/work
      include_vars: []
      items:
      - branch: main
        change: '3877'
        change_message: "fix(deploy): reap subprocess descendants on context cancel\n\nStacked
          on top of #3818. Merge target: `main`.\n\n## Problem\n\nIn the #3818 CI
          run (`atmosphere-molecule-aio-ovn`, buildset `f9097d07`), 41 of 42 components
          finished cleanly within ~30 minutes, but the job hung for 1 h 39 min until
          Zuul killed it at the 2 h timeout.\n\nRoot cause: `magnum`'s main role failed
          at `06:25:22` on a flaky GitHub release download (`clusterctl-linux-amd64`).
          `AnsibleDeployer.Deploy` runs the magnum pre-role and main role concurrently
          in an `errgroup`. When the main role returned the error, the errgroup cancelled
          the context and `exec.CommandContext` SIGKILL'd the direct `ansible-playbook`
          process \u2014 but its grandchildren (ssh helpers, the `glance_image` qemu
          downloader pulling the Kubernetes image) inherited the parent's stdout/stderr
          pipes and survived the kill. `prefixOutput`'s `bufio.Scanner` blocked reading
          the still-open pipes forever, `cmd.Wait` never returned, and the `magnum`
          goroutine in `Graph.Run` stayed alive \u2014 so `eg.Wait()` (`pkg/dag/dag.go:214`)
          never returned and the orchestrator hung silently.\n\n## Fix\n\n`internal/deploy/deployer.go`
          \u2014 new `configureSubprocess()` helper applied to every `ansible-playbook`
          invocation (deployer + orchestrator preflight + single-tag passthrough):\n\n-
          `SysProcAttr.Setpgid: true` \u2014 start each subprocess in its own process
          group.\n- Override `cmd.Cancel` to `syscall.Kill(-pid, SIGKILL)` so the
          entire process group (ansible-playbook + ssh + python helpers + qemu) dies
          on context cancel.\n- `cmd.WaitDelay = 10s` \u2014 fallback that force-closes
          inherited pipes if any descendant outlives the kill, so the scanner goroutines
          unblock and `cmd.Wait` always returns.\n\n## Tests\n\n- `internal/deploy/subprocess_linux_test.go`
          \u2014 regression test that spawns a shell which leaves a `sleep 60` grandchild
          holding stdout, then verifies `cmd.Wait` and the scanner unblock within
          `subprocessCancelGracePeriod + 5 s`. Passes in 0.10 s on the fixed code.\n-
          `go test ./pkg/dag/ ./internal/deploy/ -count=1` \u2014 all existing tests
          still pass.\n\n## Note on flakiness\n\nThis change does **not** fix the
          underlying flaky `clusterctl-linux-amd64` download \u2014 when GitHub releases
          hiccup, the magnum role will still fail. But after this fix, that failure
          surfaces in seconds instead of consuming the full 2 h job slot, which makes
          retrying tractable.\n"
        change_url: https://github.com/vexxhost/atmosphere/pull/3877
        commit_id: 9972e53b55a61dddea5c41fbd944e0982f8b5942
        patchset: 9972e53b55a61dddea5c41fbd944e0982f8b5942
        project:
          canonical_hostname: github.com
          canonical_name: github.com/vexxhost/atmosphere
          name: vexxhost/atmosphere
          short_name: atmosphere
          src_dir: src/github.com/vexxhost/atmosphere
        topic: null
      job: atmosphere-molecule-csi-local-path-provisioner
      jobtags: []
      max_attempts: 3
      message: Zml4KGRlcGxveSk6IHJlYXAgc3VicHJvY2VzcyBkZXNjZW5kYW50cyBvbiBjb250ZXh0IGNhbmNlbAoKU3RhY2tlZCBvbiB0b3Agb2YgIzM4MTguIE1lcmdlIHRhcmdldDogYG1haW5gLgoKIyMgUHJvYmxlbQoKSW4gdGhlICMzODE4IENJIHJ1biAoYGF0bW9zcGhlcmUtbW9sZWN1bGUtYWlvLW92bmAsIGJ1aWxkc2V0IGBmOTA5N2QwN2ApLCA0MSBvZiA0MiBjb21wb25lbnRzIGZpbmlzaGVkIGNsZWFubHkgd2l0aGluIH4zMCBtaW51dGVzLCBidXQgdGhlIGpvYiBodW5nIGZvciAxIGggMzkgbWluIHVudGlsIFp1dWwga2lsbGVkIGl0IGF0IHRoZSAyIGggdGltZW91dC4KClJvb3QgY2F1c2U6IGBtYWdudW1gJ3MgbWFpbiByb2xlIGZhaWxlZCBhdCBgMDY6MjU6MjJgIG9uIGEgZmxha3kgR2l0SHViIHJlbGVhc2UgZG93bmxvYWQgKGBjbHVzdGVyY3RsLWxpbnV4LWFtZDY0YCkuIGBBbnNpYmxlRGVwbG95ZXIuRGVwbG95YCBydW5zIHRoZSBtYWdudW0gcHJlLXJvbGUgYW5kIG1haW4gcm9sZSBjb25jdXJyZW50bHkgaW4gYW4gYGVycmdyb3VwYC4gV2hlbiB0aGUgbWFpbiByb2xlIHJldHVybmVkIHRoZSBlcnJvciwgdGhlIGVycmdyb3VwIGNhbmNlbGxlZCB0aGUgY29udGV4dCBhbmQgYGV4ZWMuQ29tbWFuZENvbnRleHRgIFNJR0tJTEwnZCB0aGUgZGlyZWN0IGBhbnNpYmxlLXBsYXlib29rYCBwcm9jZXNzIOKAlCBidXQgaXRzIGdyYW5kY2hpbGRyZW4gKHNzaCBoZWxwZXJzLCB0aGUgYGdsYW5jZV9pbWFnZWAgcWVtdSBkb3dubG9hZGVyIHB1bGxpbmcgdGhlIEt1YmVybmV0ZXMgaW1hZ2UpIGluaGVyaXRlZCB0aGUgcGFyZW50J3Mgc3Rkb3V0L3N0ZGVyciBwaXBlcyBhbmQgc3Vydml2ZWQgdGhlIGtpbGwuIGBwcmVmaXhPdXRwdXRgJ3MgYGJ1ZmlvLlNjYW5uZXJgIGJsb2NrZWQgcmVhZGluZyB0aGUgc3RpbGwtb3BlbiBwaXBlcyBmb3JldmVyLCBgY21kLldhaXRgIG5ldmVyIHJldHVybmVkLCBhbmQgdGhlIGBtYWdudW1gIGdvcm91dGluZSBpbiBgR3JhcGguUnVuYCBzdGF5ZWQgYWxpdmUg4oCUIHNvIGBlZy5XYWl0KClgIChgcGtnL2RhZy9kYWcuZ286MjE0YCkgbmV2ZXIgcmV0dXJuZWQgYW5kIHRoZSBvcmNoZXN0cmF0b3IgaHVuZyBzaWxlbnRseS4KCiMjIEZpeAoKYGludGVybmFsL2RlcGxveS9kZXBsb3llci5nb2Ag4oCUIG5ldyBgY29uZmlndXJlU3VicHJvY2VzcygpYCBoZWxwZXIgYXBwbGllZCB0byBldmVyeSBgYW5zaWJsZS1wbGF5Ym9va2AgaW52b2NhdGlvbiAoZGVwbG95ZXIgKyBvcmNoZXN0cmF0b3IgcHJlZmxpZ2h0ICsgc2luZ2xlLXRhZyBwYXNzdGhyb3VnaCk6CgotIGBTeXNQcm9jQXR0ci5TZXRwZ2lkOiB0cnVlYCDigJQgc3RhcnQgZWFjaCBzdWJwcm9jZXNzIGluIGl0cyBvd24gcHJvY2VzcyBncm91cC4KLSBPdmVycmlkZSBgY21kLkNhbmNlbGAgdG8gYHN5c2NhbGwuS2lsbCgtcGlkLCBTSUdLSUxMKWAgc28gdGhlIGVudGlyZSBwcm9jZXNzIGdyb3VwIChhbnNpYmxlLXBsYXlib29rICsgc3NoICsgcHl0aG9uIGhlbHBlcnMgKyBxZW11KSBkaWVzIG9uIGNvbnRleHQgY2FuY2VsLgotIGBjbWQuV2FpdERlbGF5ID0gMTBzYCDigJQgZmFsbGJhY2sgdGhhdCBmb3JjZS1jbG9zZXMgaW5oZXJpdGVkIHBpcGVzIGlmIGFueSBkZXNjZW5kYW50IG91dGxpdmVzIHRoZSBraWxsLCBzbyB0aGUgc2Nhbm5lciBnb3JvdXRpbmVzIHVuYmxvY2sgYW5kIGBjbWQuV2FpdGAgYWx3YXlzIHJldHVybnMuCgojIyBUZXN0cwoKLSBgaW50ZXJuYWwvZGVwbG95L3N1YnByb2Nlc3NfbGludXhfdGVzdC5nb2Ag4oCUIHJlZ3Jlc3Npb24gdGVzdCB0aGF0IHNwYXducyBhIHNoZWxsIHdoaWNoIGxlYXZlcyBhIGBzbGVlcCA2MGAgZ3JhbmRjaGlsZCBob2xkaW5nIHN0ZG91dCwgdGhlbiB2ZXJpZmllcyBgY21kLldhaXRgIGFuZCB0aGUgc2Nhbm5lciB1bmJsb2NrIHdpdGhpbiBgc3VicHJvY2Vzc0NhbmNlbEdyYWNlUGVyaW9kICsgNSBzYC4gUGFzc2VzIGluIDAuMTAgcyBvbiB0aGUgZml4ZWQgY29kZS4KLSBgZ28gdGVzdCAuL3BrZy9kYWcvIC4vaW50ZXJuYWwvZGVwbG95LyAtY291bnQ9MWAg4oCUIGFsbCBleGlzdGluZyB0ZXN0cyBzdGlsbCBwYXNzLgoKIyMgTm90ZSBvbiBmbGFraW5lc3MKClRoaXMgY2hhbmdlIGRvZXMgKipub3QqKiBmaXggdGhlIHVuZGVybHlpbmcgZmxha3kgYGNsdXN0ZXJjdGwtbGludXgtYW1kNjRgIGRvd25sb2FkIOKAlCB3aGVuIEdpdEh1YiByZWxlYXNlcyBoaWNjdXAsIHRoZSBtYWdudW0gcm9sZSB3aWxsIHN0aWxsIGZhaWwuIEJ1dCBhZnRlciB0aGlzIGZpeCwgdGhhdCBmYWlsdXJlIHN1cmZhY2VzIGluIHNlY29uZHMgaW5zdGVhZCBvZiBjb25zdW1pbmcgdGhlIGZ1bGwgMiBoIGpvYiBzbG90LCB3aGljaCBtYWtlcyByZXRyeWluZyB0cmFjdGFibGUuCg==
      patchset: 9972e53b55a61dddea5c41fbd944e0982f8b5942
      pipeline: check
      playbook_context:
        playbook_projects:
          trusted/project_0/github.com/vexxhost/zuul-config:
            canonical_name: github.com/vexxhost/zuul-config
            checkout: main
            commit: 298983cd1253e6833abdb49d87d912527e0e6597
          trusted/project_1/opendev.org/zuul/zuul-jobs:
            canonical_name: opendev.org/zuul/zuul-jobs
            checkout: master
            commit: 9f5c1d680d573485f0ccdb18d2184d4f1d446419
          trusted/project_2/github.com/vexxhost/zuul-jobs:
            canonical_name: github.com/vexxhost/zuul-jobs
            checkout: main
            commit: a6e68243e02ef030ce5e75f8b67630880c475f33
          untrusted/project_0/github.com/vexxhost/zuul-jobs:
            canonical_name: github.com/vexxhost/zuul-jobs
            checkout: main
            commit: a6e68243e02ef030ce5e75f8b67630880c475f33
          untrusted/project_1/github.com/vexxhost/zuul-config:
            canonical_name: github.com/vexxhost/zuul-config
            checkout: main
            commit: 298983cd1253e6833abdb49d87d912527e0e6597
          untrusted/project_2/opendev.org/zuul/zuul-jobs:
            canonical_name: opendev.org/zuul/zuul-jobs
            checkout: master
            commit: 9f5c1d680d573485f0ccdb18d2184d4f1d446419
          untrusted/project_3/github.com/vexxhost/atmosphere:
            canonical_name: github.com/vexxhost/atmosphere
            checkout: main
            commit: 9972e53b55a61dddea5c41fbd944e0982f8b5942
          untrusted/project_4/opendev.org/openstack/openstack-helm:
            canonical_name: opendev.org/openstack/openstack-helm
            checkout: master
            commit: 4d5267170d82791cf249843da757249e4124aa85
        playbooks:
        - path: untrusted/project_3/github.com/vexxhost/atmosphere/molecule/csi/converge.yml
          roles:
          - checkout: main
            checkout_description: playbook branch
            link_name: ansible/playbook_0/role_0/atmosphere
            link_target: untrusted/project_3/github.com/vexxhost/atmosphere
            role_path: ansible/playbook_0/role_0/atmosphere/roles
          - checkout: master
            checkout_description: project default branch
            link_name: ansible/playbook_0/role_1/openstack-helm
            link_target: untrusted/project_4/opendev.org/openstack/openstack-helm
            role_path: ansible/playbook_0/role_1/openstack-helm/roles
          - checkout: master
            checkout_description: project default branch
            link_name: ansible/playbook_0/role_3/zuul-jobs
            link_target: untrusted/project_2/opendev.org/zuul/zuul-jobs
            role_path: ansible/playbook_0/role_3/zuul-jobs/roles
          - checkout: main
            checkout_description: zuul branch
            link_name: ansible/playbook_0/role_4/zuul-jobs
            link_target: untrusted/project_0/github.com/vexxhost/zuul-jobs
            role_path: ansible/playbook_0/role_4/zuul-jobs/roles
        - path: untrusted/project_3/github.com/vexxhost/atmosphere/test-playbooks/molecule/run.yml
          roles:
          - checkout: main
            checkout_description: playbook branch
            link_name: ansible/playbook_1/role_0/atmosphere
            link_target: untrusted/project_3/github.com/vexxhost/atmosphere
            role_path: ansible/playbook_1/role_0/atmosphere/roles
          - checkout: master
            checkout_description: project default branch
            link_name: ansible/playbook_1/role_1/openstack-helm
            link_target: untrusted/project_4/opendev.org/openstack/openstack-helm
            role_path: ansible/playbook_1/role_1/openstack-helm/roles
          - checkout: master
            checkout_description: project default branch
            link_name: ansible/playbook_1/role_3/zuul-jobs
            link_target: untrusted/project_2/opendev.org/zuul/zuul-jobs
            role_path: ansible/playbook_1/role_3/zuul-jobs/roles
          - checkout: main
            checkout_description: zuul branch
            link_name: ansible/playbook_1/role_4/zuul-jobs
            link_target: untrusted/project_0/github.com/vexxhost/zuul-jobs
            role_path: ansible/playbook_1/role_4/zuul-jobs/roles
        post_playbooks:
        - path: untrusted/project_3/github.com/vexxhost/atmosphere/test-playbooks/molecule/post.yml
          roles:
          - checkout: main
            checkout_description: playbook branch
            link_name: ansible/post_playbook_0/role_0/atmosphere
            link_target: untrusted/project_3/github.com/vexxhost/atmosphere
            role_path: ansible/post_playbook_0/role_0/atmosphere/roles
          - checkout: master
            checkout_description: project default branch
            link_name: ansible/post_playbook_0/role_1/openstack-helm
            link_target: untrusted/project_4/opendev.org/openstack/openstack-helm
            role_path: ansible/post_playbook_0/role_1/openstack-helm/roles
          - checkout: master
            checkout_description: project default branch
            link_name: ansible/post_playbook_0/role_3/zuul-jobs
            link_target: untrusted/project_2/opendev.org/zuul/zuul-jobs
            role_path: ansible/post_playbook_0/role_3/zuul-jobs/roles
          - checkout: main
            checkout_description: zuul branch
            link_name: ansible/post_playbook_0/role_4/zuul-jobs
            link_target: untrusted/project_0/github.com/vexxhost/zuul-jobs
            role_path: ansible/post_playbook_0/role_4/zuul-jobs/roles
        - path: trusted/project_0/github.com/vexxhost/zuul-config/playbooks/base/post.yaml
          roles:
          - checkout: master
            checkout_description: project default branch
            link_name: ansible/post_playbook_1/role_1/zuul-jobs
            link_target: trusted/project_1/opendev.org/zuul/zuul-jobs
            role_path: ansible/post_playbook_1/role_1/zuul-jobs/roles
          - checkout: main
            checkout_description: zuul branch
            link_name: ansible/post_playbook_1/role_2/zuul-jobs
            link_target: trusted/project_2/github.com/vexxhost/zuul-jobs
            role_path: ansible/post_playbook_1/role_2/zuul-jobs/roles
        - path: trusted/project_0/github.com/vexxhost/zuul-config/playbooks/base/post-logs.yaml
          roles:
          - checkout: master
            checkout_description: project default branch
            link_name: ansible/post_playbook_2/role_1/zuul-jobs
            link_target: trusted/project_1/opendev.org/zuul/zuul-jobs
            role_path: ansible/post_playbook_2/role_1/zuul-jobs/roles
          - checkout: main
            checkout_description: zuul branch
            link_name: ansible/post_playbook_2/role_2/zuul-jobs
            link_target: trusted/project_2/github.com/vexxhost/zuul-jobs
            role_path: ansible/post_playbook_2/role_2/zuul-jobs/roles
        pre_playbooks:
        - path: trusted/project_0/github.com/vexxhost/zuul-config/playbooks/base/pre.yaml
          roles:
          - checkout: master
            checkout_description: project default branch
            link_name: ansible/pre_playbook_0/role_1/zuul-jobs
            link_target: trusted/project_1/opendev.org/zuul/zuul-jobs
            role_path: ansible/pre_playbook_0/role_1/zuul-jobs/roles
          - checkout: main
            checkout_description: zuul branch
            link_name: ansible/pre_playbook_0/role_2/zuul-jobs
            link_target: trusted/project_2/github.com/vexxhost/zuul-jobs
            role_path: ansible/pre_playbook_0/role_2/zuul-jobs/roles
        - path: untrusted/project_0/github.com/vexxhost/zuul-jobs/playbooks/molecule/pre.yaml
          roles:
          - checkout: master
            checkout_description: project default branch
            link_name: ansible/pre_playbook_1/role_1/zuul-jobs
            link_target: untrusted/project_2/opendev.org/zuul/zuul-jobs
            role_path: ansible/pre_playbook_1/role_1/zuul-jobs/roles
          - checkout: main
            checkout_description: playbook branch
            link_name: ansible/pre_playbook_1/role_2/zuul-jobs
            link_target: untrusted/project_0/github.com/vexxhost/zuul-jobs
            role_path: ansible/pre_playbook_1/role_2/zuul-jobs/roles
        - path: untrusted/project_3/github.com/vexxhost/atmosphere/test-playbooks/molecule/pre.yml
          roles:
          - checkout: main
            checkout_description: playbook branch
            link_name: ansible/pre_playbook_2/role_0/atmosphere
            link_target: untrusted/project_3/github.com/vexxhost/atmosphere
            role_path: ansible/pre_playbook_2/role_0/atmosphere/roles
          - checkout: master
            checkout_description: project default branch
            link_name: ansible/pre_playbook_2/role_1/openstack-helm
            link_target: untrusted/project_4/opendev.org/openstack/openstack-helm
            role_path: ansible/pre_playbook_2/role_1/openstack-helm/roles
          - checkout: master
            checkout_description: project default branch
            link_name: ansible/pre_playbook_2/role_3/zuul-jobs
            link_target: untrusted/project_2/opendev.org/zuul/zuul-jobs
            role_path: ansible/pre_playbook_2/role_3/zuul-jobs/roles
          - checkout: main
            checkout_description: zuul branch
            link_name: ansible/pre_playbook_2/role_4/zuul-jobs
            link_target: untrusted/project_0/github.com/vexxhost/zuul-jobs
            role_path: ansible/pre_playbook_2/role_4/zuul-jobs/roles
      post_review: false
      post_timeout: null
      pre_timeout: null
      project:
        canonical_hostname: github.com
        canonical_name: github.com/vexxhost/atmosphere
        name: vexxhost/atmosphere
        short_name: atmosphere
        src_dir: src/github.com/vexxhost/atmosphere
      projects:
        github.com/vexxhost/atmosphere:
          canonical_hostname: github.com
          canonical_name: github.com/vexxhost/atmosphere
          checkout: main
          checkout_description: zuul branch
          commit: 9972e53b55a61dddea5c41fbd944e0982f8b5942
          name: vexxhost/atmosphere
          required: false
          short_name: atmosphere
          src_dir: src/github.com/vexxhost/atmosphere
      ref: refs/pull/3877/head
      resources: {}
      tenant: oss
      timeout: 1800
      topic: null
      voting: true
