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.38
      ansible_port: 22
      ansible_python_interpreter: auto
      ansible_user: zuul
      nodepool:
        az: nova
        cloud: public
        external_id: 9ce8131b-dd84-4f8d-bdec-92d4089b6293
        host_id: c3960d6808d44d1eb7d41ff8f195b627bd14b6a9ca83ea7250fd5db8
        interface_ip: 199.204.45.38
        label: ubuntu-jammy
        node_properties: {}
        private_ipv4: 199.204.45.38
        private_ipv6: null
        provider: yul1
        public_ipv4: 199.204.45.38
        public_ipv6: 2604:e100:1:0:f816:3eff:fe98:4742
        region: ca-ymq-1
        slot: null
      zuul_node:
        az: nova
        cloud: public
        external_id: 9ce8131b-dd84-4f8d-bdec-92d4089b6293
        host_id: c3960d6808d44d1eb7d41ff8f195b627bd14b6a9ca83ea7250fd5db8
        interface_ip: 199.204.45.38
        label: ubuntu-jammy
        node_properties: {}
        private_ipv4: 199.204.45.38
        private_ipv6: null
        provider: yul1
        public_ipv4: 199.204.45.38
        public_ipv6: 2604:e100:1:0:f816:3eff:fe98:4742
        region: ca-ymq-1
        slot: null
        uuid: null
  vars:
    zuul:
      _inheritance_path:
      - '<Job base explicit: None implied: {MatchAny:{ImpliedBranchMatcher:main}}
        source: vexxhost/zuul-config/zuul.d/jobs.yaml@main#1>'
      - '<Job atmosphere-go-test explicit: None implied: {MatchAny:{ImpliedBranchMatcher:main}}
        source: vexxhost/atmosphere/.zuul.yaml@main#24>'
      - '<Job atmosphere-go-test explicit: None implied: None source: vexxhost/atmosphere/.zuul.yaml@main#324>'
      ansible_version: '9'
      attempts: 1
      branch: main
      build: 6aa6d03fc75d413fad677f442f387175
      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: 5c1f115def814997364ad2d92011ef6e02b655d2
        patchset: 5c1f115def814997364ad2d92011ef6e02b655d2
        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: 4c862e67107d4a4dbf1a3288a650ddc7
      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: 5c1f115def814997364ad2d92011ef6e02b655d2
        patchset: 5c1f115def814997364ad2d92011ef6e02b655d2
        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: 5c1f115def814997364ad2d92011ef6e02b655d2
      event_id: 6d2ce1e6-42ae-11f1-886d-0c728c6ed314
      executor:
        hostname: 0a8996d2b663
        inventory_file: /var/lib/zuul/builds/6aa6d03fc75d413fad677f442f387175/ansible/inventory.yaml
        log_root: /var/lib/zuul/builds/6aa6d03fc75d413fad677f442f387175/work/logs
        result_data_file: /var/lib/zuul/builds/6aa6d03fc75d413fad677f442f387175/work/results.json
        src_root: /var/lib/zuul/builds/6aa6d03fc75d413fad677f442f387175/work/src
        work_root: /var/lib/zuul/builds/6aa6d03fc75d413fad677f442f387175/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: 5c1f115def814997364ad2d92011ef6e02b655d2
        patchset: 5c1f115def814997364ad2d92011ef6e02b655d2
        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-go-test
      jobtags: []
      max_attempts: 3
      message: Zml4KGRlcGxveSk6IHJlYXAgc3VicHJvY2VzcyBkZXNjZW5kYW50cyBvbiBjb250ZXh0IGNhbmNlbAoKU3RhY2tlZCBvbiB0b3Agb2YgIzM4MTguIE1lcmdlIHRhcmdldDogYG1haW5gLgoKIyMgUHJvYmxlbQoKSW4gdGhlICMzODE4IENJIHJ1biAoYGF0bW9zcGhlcmUtbW9sZWN1bGUtYWlvLW92bmAsIGJ1aWxkc2V0IGBmOTA5N2QwN2ApLCA0MSBvZiA0MiBjb21wb25lbnRzIGZpbmlzaGVkIGNsZWFubHkgd2l0aGluIH4zMCBtaW51dGVzLCBidXQgdGhlIGpvYiBodW5nIGZvciAxIGggMzkgbWluIHVudGlsIFp1dWwga2lsbGVkIGl0IGF0IHRoZSAyIGggdGltZW91dC4KClJvb3QgY2F1c2U6IGBtYWdudW1gJ3MgbWFpbiByb2xlIGZhaWxlZCBhdCBgMDY6MjU6MjJgIG9uIGEgZmxha3kgR2l0SHViIHJlbGVhc2UgZG93bmxvYWQgKGBjbHVzdGVyY3RsLWxpbnV4LWFtZDY0YCkuIGBBbnNpYmxlRGVwbG95ZXIuRGVwbG95YCBydW5zIHRoZSBtYWdudW0gcHJlLXJvbGUgYW5kIG1haW4gcm9sZSBjb25jdXJyZW50bHkgaW4gYW4gYGVycmdyb3VwYC4gV2hlbiB0aGUgbWFpbiByb2xlIHJldHVybmVkIHRoZSBlcnJvciwgdGhlIGVycmdyb3VwIGNhbmNlbGxlZCB0aGUgY29udGV4dCBhbmQgYGV4ZWMuQ29tbWFuZENvbnRleHRgIFNJR0tJTEwnZCB0aGUgZGlyZWN0IGBhbnNpYmxlLXBsYXlib29rYCBwcm9jZXNzIOKAlCBidXQgaXRzIGdyYW5kY2hpbGRyZW4gKHNzaCBoZWxwZXJzLCB0aGUgYGdsYW5jZV9pbWFnZWAgcWVtdSBkb3dubG9hZGVyIHB1bGxpbmcgdGhlIEt1YmVybmV0ZXMgaW1hZ2UpIGluaGVyaXRlZCB0aGUgcGFyZW50J3Mgc3Rkb3V0L3N0ZGVyciBwaXBlcyBhbmQgc3Vydml2ZWQgdGhlIGtpbGwuIGBwcmVmaXhPdXRwdXRgJ3MgYGJ1ZmlvLlNjYW5uZXJgIGJsb2NrZWQgcmVhZGluZyB0aGUgc3RpbGwtb3BlbiBwaXBlcyBmb3JldmVyLCBgY21kLldhaXRgIG5ldmVyIHJldHVybmVkLCBhbmQgdGhlIGBtYWdudW1gIGdvcm91dGluZSBpbiBgR3JhcGguUnVuYCBzdGF5ZWQgYWxpdmUg4oCUIHNvIGBlZy5XYWl0KClgIChgcGtnL2RhZy9kYWcuZ286MjE0YCkgbmV2ZXIgcmV0dXJuZWQgYW5kIHRoZSBvcmNoZXN0cmF0b3IgaHVuZyBzaWxlbnRseS4KCiMjIEZpeAoKYGludGVybmFsL2RlcGxveS9kZXBsb3llci5nb2Ag4oCUIG5ldyBgY29uZmlndXJlU3VicHJvY2VzcygpYCBoZWxwZXIgYXBwbGllZCB0byBldmVyeSBgYW5zaWJsZS1wbGF5Ym9va2AgaW52b2NhdGlvbiAoZGVwbG95ZXIgKyBvcmNoZXN0cmF0b3IgcHJlZmxpZ2h0ICsgc2luZ2xlLXRhZyBwYXNzdGhyb3VnaCk6CgotIGBTeXNQcm9jQXR0ci5TZXRwZ2lkOiB0cnVlYCDigJQgc3RhcnQgZWFjaCBzdWJwcm9jZXNzIGluIGl0cyBvd24gcHJvY2VzcyBncm91cC4KLSBPdmVycmlkZSBgY21kLkNhbmNlbGAgdG8gYHN5c2NhbGwuS2lsbCgtcGlkLCBTSUdLSUxMKWAgc28gdGhlIGVudGlyZSBwcm9jZXNzIGdyb3VwIChhbnNpYmxlLXBsYXlib29rICsgc3NoICsgcHl0aG9uIGhlbHBlcnMgKyBxZW11KSBkaWVzIG9uIGNvbnRleHQgY2FuY2VsLgotIGBjbWQuV2FpdERlbGF5ID0gMTBzYCDigJQgZmFsbGJhY2sgdGhhdCBmb3JjZS1jbG9zZXMgaW5oZXJpdGVkIHBpcGVzIGlmIGFueSBkZXNjZW5kYW50IG91dGxpdmVzIHRoZSBraWxsLCBzbyB0aGUgc2Nhbm5lciBnb3JvdXRpbmVzIHVuYmxvY2sgYW5kIGBjbWQuV2FpdGAgYWx3YXlzIHJldHVybnMuCgojIyBUZXN0cwoKLSBgaW50ZXJuYWwvZGVwbG95L3N1YnByb2Nlc3NfbGludXhfdGVzdC5nb2Ag4oCUIHJlZ3Jlc3Npb24gdGVzdCB0aGF0IHNwYXducyBhIHNoZWxsIHdoaWNoIGxlYXZlcyBhIGBzbGVlcCA2MGAgZ3JhbmRjaGlsZCBob2xkaW5nIHN0ZG91dCwgdGhlbiB2ZXJpZmllcyBgY21kLldhaXRgIGFuZCB0aGUgc2Nhbm5lciB1bmJsb2NrIHdpdGhpbiBgc3VicHJvY2Vzc0NhbmNlbEdyYWNlUGVyaW9kICsgNSBzYC4gUGFzc2VzIGluIDAuMTAgcyBvbiB0aGUgZml4ZWQgY29kZS4KLSBgZ28gdGVzdCAuL3BrZy9kYWcvIC4vaW50ZXJuYWwvZGVwbG95LyAtY291bnQ9MWAg4oCUIGFsbCBleGlzdGluZyB0ZXN0cyBzdGlsbCBwYXNzLgoKIyMgTm90ZSBvbiBmbGFraW5lc3MKClRoaXMgY2hhbmdlIGRvZXMgKipub3QqKiBmaXggdGhlIHVuZGVybHlpbmcgZmxha3kgYGNsdXN0ZXJjdGwtbGludXgtYW1kNjRgIGRvd25sb2FkIOKAlCB3aGVuIEdpdEh1YiByZWxlYXNlcyBoaWNjdXAsIHRoZSBtYWdudW0gcm9sZSB3aWxsIHN0aWxsIGZhaWwuIEJ1dCBhZnRlciB0aGlzIGZpeCwgdGhhdCBmYWlsdXJlIHN1cmZhY2VzIGluIHNlY29uZHMgaW5zdGVhZCBvZiBjb25zdW1pbmcgdGhlIGZ1bGwgMiBoIGpvYiBzbG90LCB3aGljaCBtYWtlcyByZXRyeWluZyB0cmFjdGFibGUuCg==
      patchset: 5c1f115def814997364ad2d92011ef6e02b655d2
      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/atmosphere:
            canonical_name: github.com/vexxhost/atmosphere
            checkout: main
            commit: 5c1f115def814997364ad2d92011ef6e02b655d2
          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/zuul-jobs:
            canonical_name: github.com/vexxhost/zuul-jobs
            checkout: main
            commit: a6e68243e02ef030ce5e75f8b67630880c475f33
        playbooks:
        - path: untrusted/project_0/github.com/vexxhost/atmosphere/test-playbooks/go-test/run.yml
          roles:
          - checkout: main
            checkout_description: playbook branch
            link_name: ansible/playbook_0/role_0/atmosphere
            link_target: untrusted/project_0/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_2/zuul-jobs
            link_target: untrusted/project_2/opendev.org/zuul/zuul-jobs
            role_path: ansible/playbook_0/role_2/zuul-jobs/roles
          - checkout: main
            checkout_description: zuul branch
            link_name: ansible/playbook_0/role_3/zuul-jobs
            link_target: untrusted/project_3/github.com/vexxhost/zuul-jobs
            role_path: ansible/playbook_0/role_3/zuul-jobs/roles
        post_playbooks:
        - 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_0/role_1/zuul-jobs
            link_target: trusted/project_1/opendev.org/zuul/zuul-jobs
            role_path: ansible/post_playbook_0/role_1/zuul-jobs/roles
          - checkout: main
            checkout_description: zuul branch
            link_name: ansible/post_playbook_0/role_2/zuul-jobs
            link_target: trusted/project_2/github.com/vexxhost/zuul-jobs
            role_path: ansible/post_playbook_0/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_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
        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
      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: 5c1f115def814997364ad2d92011ef6e02b655d2
          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
