all:
  children:
    cephs:
      hosts:
        instance: null
    computes:
      hosts:
        instance: null
    controllers:
      hosts:
        instance: null
    zuul_unreachable:
      hosts: {}
  hosts:
    instance:
      ansible_connection: ssh
      ansible_host: 162.253.55.52
      ansible_port: 22
      ansible_python_interpreter: auto
      ansible_user: zuul
      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
      cilium_helm_values:
        operator:
          replicas: 1
      cilium_ipv4_cidr: 172.24.0.0/16
      csi_driver: rbd
      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: 09360046-5425-4903-98a7-65fd2e62bafa
        host_id: c3960d6808d44d1eb7d41ff8f195b627bd14b6a9ca83ea7250fd5db8
        interface_ip: 162.253.55.52
        label: ubuntu-jammy
        node_properties: {}
        private_ipv4: 162.253.55.52
        private_ipv6: null
        provider: yul1
        public_ipv4: 162.253.55.52
        public_ipv6: 2604:e100:1:0:f816:3eff:fe70:adb5
        region: ca-ymq-1
        slot: null
      zuul_node:
        az: nova
        cloud: public
        external_id: 09360046-5425-4903-98a7-65fd2e62bafa
        host_id: c3960d6808d44d1eb7d41ff8f195b627bd14b6a9ca83ea7250fd5db8
        interface_ip: 162.253.55.52
        label: ubuntu-jammy
        node_properties: {}
        private_ipv4: 162.253.55.52
        private_ipv6: null
        provider: yul1
        public_ipv4: 162.253.55.52
        public_ipv6: 2604:e100:1:0:f816:3eff:fe70:adb5
        region: ca-ymq-1
        slot: null
        uuid: null
  vars:
    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
    cilium_helm_values:
      operator:
        replicas: 1
    cilium_ipv4_cidr: 172.24.0.0/16
    csi_driver: rbd
    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: 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#17>'
      - '<Job atmosphere-molecule-csi explicit: None implied: {MatchAny:{ImpliedBranchMatcher:main}}
        source: vexxhost/atmosphere/.zuul.yaml@main#53>'
      - '<Job atmosphere-molecule-csi-rbd explicit: None implied: {MatchAny:{ImpliedBranchMatcher:main}}
        source: vexxhost/atmosphere/.zuul.yaml@main#66>'
      - '<Job atmosphere-molecule-csi-rbd explicit: None implied: None source: vexxhost/atmosphere/.zuul.yaml@main#72>'
      ansible_version: '9'
      attempts: 1
      branch: main
      build: 1e4213a2cee948fa86cf9510da73e441
      build_refs:
      - branch: main
        change: '3552'
        change_message: "[WIP] Fix Goldpinger alert unit tests in kube_prometheus_stack\n\n-
          [x] Understand the merge conflict from PR #3542 backport\n- [x] Remove CLAUDE.md
          (doesn't exist in stable/2024.2)\n- [x] Verify Goldpinger test changes work
          correctly\n  - [x] Install promtool\n  - [x] Run tests - all 24 test cases
          pass including 8 Goldpinger tests\n- [ ] Verify all file changes are appropriate
          for stable/2024.2\n  - [x] goldpinger.libsonnet - new file with 4 alerts
          \u2713\n  - [x] tests.yml - added Goldpinger test cases \u2713  \n  - [x]
          mixins.libsonnet - added goldpinger import \u2713\n  - [x] openstack.libsonnet
          - removed old alert \u2713\n  - [ ] Review vocabulary changes\n  - [ ] Review
          instruction files\n  - [ ] Review documentation changes\n  - [ ] Review
          release notes\n\n<!-- START COPILOT ORIGINAL PROMPT -->\n\n\n\n<details>\n\n<summary>Original
          prompt</summary>\n\n> \n> ----\n> \n> *This section details on the original
          issue you should resolve*\n> \n> <issue_title>[stable/2024.2] fix(kube_prometheus_stack):
          fix Goldpinger alert unit tests</issue_title>\n> <issue_description>Manual
          cherrypick required.\n> \n> vexxhost/atmosphere#3542 failed to apply on
          top of branch \"stable/2024.2\":\n> ```\n> Applying: docs(monitoring): fix
          all vale linting issues\n> Using index info to reconstruct a base tree...\n>
          M\t.github/styles/config/vocabularies/Base/accept.txt\n> A\tCLAUDE.md\n>
          Falling back to patching base and 3-way merge...\n> CONFLICT (modify/delete):
          CLAUDE.md deleted in HEAD and modified in docs(monitoring): fix all vale
          linting issues. Version docs(monitoring): fix all vale linting issues of
          CLAUDE.md left in tree.\n> Auto-merging .github/styles/config/vocabularies/Base/accept.txt\n>
          CONFLICT (content): Merge conflict in .github/styles/config/vocabularies/Base/accept.txt\n>
          error: Failed to merge in the changes.\n> hint: Use 'git am --show-current-patch=diff'
          to see the failed patch\n> hint: When you have resolved this problem, run
          \"git am --continue\".\n> hint: If you prefer to skip this patch, run \"git
          am --skip\" instead.\n> hint: To restore the original branch and stop patching,
          run \"git am --abort\".\n> hint: Disable this message with \"git config
          advice.mergeConflict false\"\n> Patch failed at 0001 docs(monitoring): fix
          all vale linting issues\n> \n> ```</issue_description>\n> \n> ## Comments
          on the Issue (you are @copilot in this section)\n> \n> <comments>\n> </comments>\n>
          \n\n\n</details>\n\n\n\n<!-- START COPILOT CODING AGENT SUFFIX -->\n\n-
          Fixes vexxhost/atmosphere#3546\n\n<!-- START COPILOT CODING AGENT TIPS -->\n---\n\n\U0001F4AC
          We'd love your input! Share your thoughts on Copilot coding agent in our
          [2 minute survey](https://gh.io/copilot-coding-agent-survey).\n"
        change_url: https://github.com/vexxhost/atmosphere/pull/3552
        commit_id: 032dfddfb7eeef406ea56defc37e8ae402319a9d
        patchset: 032dfddfb7eeef406ea56defc37e8ae402319a9d
        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
      buildset: d84957943bf1404fa11fcce18c75918c
      buildset_refs:
      - branch: main
        change: '3552'
        change_message: "[WIP] Fix Goldpinger alert unit tests in kube_prometheus_stack\n\n-
          [x] Understand the merge conflict from PR #3542 backport\n- [x] Remove CLAUDE.md
          (doesn't exist in stable/2024.2)\n- [x] Verify Goldpinger test changes work
          correctly\n  - [x] Install promtool\n  - [x] Run tests - all 24 test cases
          pass including 8 Goldpinger tests\n- [ ] Verify all file changes are appropriate
          for stable/2024.2\n  - [x] goldpinger.libsonnet - new file with 4 alerts
          \u2713\n  - [x] tests.yml - added Goldpinger test cases \u2713  \n  - [x]
          mixins.libsonnet - added goldpinger import \u2713\n  - [x] openstack.libsonnet
          - removed old alert \u2713\n  - [ ] Review vocabulary changes\n  - [ ] Review
          instruction files\n  - [ ] Review documentation changes\n  - [ ] Review
          release notes\n\n<!-- START COPILOT ORIGINAL PROMPT -->\n\n\n\n<details>\n\n<summary>Original
          prompt</summary>\n\n> \n> ----\n> \n> *This section details on the original
          issue you should resolve*\n> \n> <issue_title>[stable/2024.2] fix(kube_prometheus_stack):
          fix Goldpinger alert unit tests</issue_title>\n> <issue_description>Manual
          cherrypick required.\n> \n> vexxhost/atmosphere#3542 failed to apply on
          top of branch \"stable/2024.2\":\n> ```\n> Applying: docs(monitoring): fix
          all vale linting issues\n> Using index info to reconstruct a base tree...\n>
          M\t.github/styles/config/vocabularies/Base/accept.txt\n> A\tCLAUDE.md\n>
          Falling back to patching base and 3-way merge...\n> CONFLICT (modify/delete):
          CLAUDE.md deleted in HEAD and modified in docs(monitoring): fix all vale
          linting issues. Version docs(monitoring): fix all vale linting issues of
          CLAUDE.md left in tree.\n> Auto-merging .github/styles/config/vocabularies/Base/accept.txt\n>
          CONFLICT (content): Merge conflict in .github/styles/config/vocabularies/Base/accept.txt\n>
          error: Failed to merge in the changes.\n> hint: Use 'git am --show-current-patch=diff'
          to see the failed patch\n> hint: When you have resolved this problem, run
          \"git am --continue\".\n> hint: If you prefer to skip this patch, run \"git
          am --skip\" instead.\n> hint: To restore the original branch and stop patching,
          run \"git am --abort\".\n> hint: Disable this message with \"git config
          advice.mergeConflict false\"\n> Patch failed at 0001 docs(monitoring): fix
          all vale linting issues\n> \n> ```</issue_description>\n> \n> ## Comments
          on the Issue (you are @copilot in this section)\n> \n> <comments>\n> </comments>\n>
          \n\n\n</details>\n\n\n\n<!-- START COPILOT CODING AGENT SUFFIX -->\n\n-
          Fixes vexxhost/atmosphere#3546\n\n<!-- START COPILOT CODING AGENT TIPS -->\n---\n\n\U0001F4AC
          We'd love your input! Share your thoughts on Copilot coding agent in our
          [2 minute survey](https://gh.io/copilot-coding-agent-survey).\n"
        change_url: https://github.com/vexxhost/atmosphere/pull/3552
        commit_id: 032dfddfb7eeef406ea56defc37e8ae402319a9d
        patchset: 032dfddfb7eeef406ea56defc37e8ae402319a9d
        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
      change: '3552'
      change_message: "[WIP] Fix Goldpinger alert unit tests in kube_prometheus_stack\n\n-
        [x] Understand the merge conflict from PR #3542 backport\n- [x] Remove CLAUDE.md
        (doesn't exist in stable/2024.2)\n- [x] Verify Goldpinger test changes work
        correctly\n  - [x] Install promtool\n  - [x] Run tests - all 24 test cases
        pass including 8 Goldpinger tests\n- [ ] Verify all file changes are appropriate
        for stable/2024.2\n  - [x] goldpinger.libsonnet - new file with 4 alerts \u2713\n
        \ - [x] tests.yml - added Goldpinger test cases \u2713  \n  - [x] mixins.libsonnet
        - added goldpinger import \u2713\n  - [x] openstack.libsonnet - removed old
        alert \u2713\n  - [ ] Review vocabulary changes\n  - [ ] Review instruction
        files\n  - [ ] Review documentation changes\n  - [ ] Review release notes\n\n<!--
        START COPILOT ORIGINAL PROMPT -->\n\n\n\n<details>\n\n<summary>Original prompt</summary>\n\n>
        \n> ----\n> \n> *This section details on the original issue you should resolve*\n>
        \n> <issue_title>[stable/2024.2] fix(kube_prometheus_stack): fix Goldpinger
        alert unit tests</issue_title>\n> <issue_description>Manual cherrypick required.\n>
        \n> vexxhost/atmosphere#3542 failed to apply on top of branch \"stable/2024.2\":\n>
        ```\n> Applying: docs(monitoring): fix all vale linting issues\n> Using index
        info to reconstruct a base tree...\n> M\t.github/styles/config/vocabularies/Base/accept.txt\n>
        A\tCLAUDE.md\n> Falling back to patching base and 3-way merge...\n> CONFLICT
        (modify/delete): CLAUDE.md deleted in HEAD and modified in docs(monitoring):
        fix all vale linting issues. Version docs(monitoring): fix all vale linting
        issues of CLAUDE.md left in tree.\n> Auto-merging .github/styles/config/vocabularies/Base/accept.txt\n>
        CONFLICT (content): Merge conflict in .github/styles/config/vocabularies/Base/accept.txt\n>
        error: Failed to merge in the changes.\n> hint: Use 'git am --show-current-patch=diff'
        to see the failed patch\n> hint: When you have resolved this problem, run
        \"git am --continue\".\n> hint: If you prefer to skip this patch, run \"git
        am --skip\" instead.\n> hint: To restore the original branch and stop patching,
        run \"git am --abort\".\n> hint: Disable this message with \"git config advice.mergeConflict
        false\"\n> Patch failed at 0001 docs(monitoring): fix all vale linting issues\n>
        \n> ```</issue_description>\n> \n> ## Comments on the Issue (you are @copilot
        in this section)\n> \n> <comments>\n> </comments>\n> \n\n\n</details>\n\n\n\n<!--
        START COPILOT CODING AGENT SUFFIX -->\n\n- Fixes vexxhost/atmosphere#3546\n\n<!--
        START COPILOT CODING AGENT TIPS -->\n---\n\n\U0001F4AC We'd love your input!
        Share your thoughts on Copilot coding agent in our [2 minute survey](https://gh.io/copilot-coding-agent-survey).\n"
      change_url: https://github.com/vexxhost/atmosphere/pull/3552
      child_jobs: []
      commit_id: 032dfddfb7eeef406ea56defc37e8ae402319a9d
      event_id: e2051840-03d8-11f1-89bb-2b4b7c6d3c2b
      executor:
        hostname: 3a2793d2bd32
        inventory_file: /var/lib/zuul/builds/1e4213a2cee948fa86cf9510da73e441/ansible/inventory.yaml
        log_root: /var/lib/zuul/builds/1e4213a2cee948fa86cf9510da73e441/work/logs
        result_data_file: /var/lib/zuul/builds/1e4213a2cee948fa86cf9510da73e441/work/results.json
        src_root: /var/lib/zuul/builds/1e4213a2cee948fa86cf9510da73e441/work/src
        work_root: /var/lib/zuul/builds/1e4213a2cee948fa86cf9510da73e441/work
      include_vars: []
      items:
      - branch: main
        change: '3552'
        change_message: "[WIP] Fix Goldpinger alert unit tests in kube_prometheus_stack\n\n-
          [x] Understand the merge conflict from PR #3542 backport\n- [x] Remove CLAUDE.md
          (doesn't exist in stable/2024.2)\n- [x] Verify Goldpinger test changes work
          correctly\n  - [x] Install promtool\n  - [x] Run tests - all 24 test cases
          pass including 8 Goldpinger tests\n- [ ] Verify all file changes are appropriate
          for stable/2024.2\n  - [x] goldpinger.libsonnet - new file with 4 alerts
          \u2713\n  - [x] tests.yml - added Goldpinger test cases \u2713  \n  - [x]
          mixins.libsonnet - added goldpinger import \u2713\n  - [x] openstack.libsonnet
          - removed old alert \u2713\n  - [ ] Review vocabulary changes\n  - [ ] Review
          instruction files\n  - [ ] Review documentation changes\n  - [ ] Review
          release notes\n\n<!-- START COPILOT ORIGINAL PROMPT -->\n\n\n\n<details>\n\n<summary>Original
          prompt</summary>\n\n> \n> ----\n> \n> *This section details on the original
          issue you should resolve*\n> \n> <issue_title>[stable/2024.2] fix(kube_prometheus_stack):
          fix Goldpinger alert unit tests</issue_title>\n> <issue_description>Manual
          cherrypick required.\n> \n> vexxhost/atmosphere#3542 failed to apply on
          top of branch \"stable/2024.2\":\n> ```\n> Applying: docs(monitoring): fix
          all vale linting issues\n> Using index info to reconstruct a base tree...\n>
          M\t.github/styles/config/vocabularies/Base/accept.txt\n> A\tCLAUDE.md\n>
          Falling back to patching base and 3-way merge...\n> CONFLICT (modify/delete):
          CLAUDE.md deleted in HEAD and modified in docs(monitoring): fix all vale
          linting issues. Version docs(monitoring): fix all vale linting issues of
          CLAUDE.md left in tree.\n> Auto-merging .github/styles/config/vocabularies/Base/accept.txt\n>
          CONFLICT (content): Merge conflict in .github/styles/config/vocabularies/Base/accept.txt\n>
          error: Failed to merge in the changes.\n> hint: Use 'git am --show-current-patch=diff'
          to see the failed patch\n> hint: When you have resolved this problem, run
          \"git am --continue\".\n> hint: If you prefer to skip this patch, run \"git
          am --skip\" instead.\n> hint: To restore the original branch and stop patching,
          run \"git am --abort\".\n> hint: Disable this message with \"git config
          advice.mergeConflict false\"\n> Patch failed at 0001 docs(monitoring): fix
          all vale linting issues\n> \n> ```</issue_description>\n> \n> ## Comments
          on the Issue (you are @copilot in this section)\n> \n> <comments>\n> </comments>\n>
          \n\n\n</details>\n\n\n\n<!-- START COPILOT CODING AGENT SUFFIX -->\n\n-
          Fixes vexxhost/atmosphere#3546\n\n<!-- START COPILOT CODING AGENT TIPS -->\n---\n\n\U0001F4AC
          We'd love your input! Share your thoughts on Copilot coding agent in our
          [2 minute survey](https://gh.io/copilot-coding-agent-survey).\n"
        change_url: https://github.com/vexxhost/atmosphere/pull/3552
        commit_id: 032dfddfb7eeef406ea56defc37e8ae402319a9d
        patchset: 032dfddfb7eeef406ea56defc37e8ae402319a9d
        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-rbd
      jobtags: []
      max_attempts: 3
      message: W1dJUF0gRml4IEdvbGRwaW5nZXIgYWxlcnQgdW5pdCB0ZXN0cyBpbiBrdWJlX3Byb21ldGhldXNfc3RhY2sKCi0gW3hdIFVuZGVyc3RhbmQgdGhlIG1lcmdlIGNvbmZsaWN0IGZyb20gUFIgIzM1NDIgYmFja3BvcnQKLSBbeF0gUmVtb3ZlIENMQVVERS5tZCAoZG9lc24ndCBleGlzdCBpbiBzdGFibGUvMjAyNC4yKQotIFt4XSBWZXJpZnkgR29sZHBpbmdlciB0ZXN0IGNoYW5nZXMgd29yayBjb3JyZWN0bHkKICAtIFt4XSBJbnN0YWxsIHByb210b29sCiAgLSBbeF0gUnVuIHRlc3RzIC0gYWxsIDI0IHRlc3QgY2FzZXMgcGFzcyBpbmNsdWRpbmcgOCBHb2xkcGluZ2VyIHRlc3RzCi0gWyBdIFZlcmlmeSBhbGwgZmlsZSBjaGFuZ2VzIGFyZSBhcHByb3ByaWF0ZSBmb3Igc3RhYmxlLzIwMjQuMgogIC0gW3hdIGdvbGRwaW5nZXIubGlic29ubmV0IC0gbmV3IGZpbGUgd2l0aCA0IGFsZXJ0cyDinJMKICAtIFt4XSB0ZXN0cy55bWwgLSBhZGRlZCBHb2xkcGluZ2VyIHRlc3QgY2FzZXMg4pyTICAKICAtIFt4XSBtaXhpbnMubGlic29ubmV0IC0gYWRkZWQgZ29sZHBpbmdlciBpbXBvcnQg4pyTCiAgLSBbeF0gb3BlbnN0YWNrLmxpYnNvbm5ldCAtIHJlbW92ZWQgb2xkIGFsZXJ0IOKckwogIC0gWyBdIFJldmlldyB2b2NhYnVsYXJ5IGNoYW5nZXMKICAtIFsgXSBSZXZpZXcgaW5zdHJ1Y3Rpb24gZmlsZXMKICAtIFsgXSBSZXZpZXcgZG9jdW1lbnRhdGlvbiBjaGFuZ2VzCiAgLSBbIF0gUmV2aWV3IHJlbGVhc2Ugbm90ZXMKCjwhLS0gU1RBUlQgQ09QSUxPVCBPUklHSU5BTCBQUk9NUFQgLS0+CgoKCjxkZXRhaWxzPgoKPHN1bW1hcnk+T3JpZ2luYWwgcHJvbXB0PC9zdW1tYXJ5PgoKPiAKPiAtLS0tCj4gCj4gKlRoaXMgc2VjdGlvbiBkZXRhaWxzIG9uIHRoZSBvcmlnaW5hbCBpc3N1ZSB5b3Ugc2hvdWxkIHJlc29sdmUqCj4gCj4gPGlzc3VlX3RpdGxlPltzdGFibGUvMjAyNC4yXSBmaXgoa3ViZV9wcm9tZXRoZXVzX3N0YWNrKTogZml4IEdvbGRwaW5nZXIgYWxlcnQgdW5pdCB0ZXN0czwvaXNzdWVfdGl0bGU+Cj4gPGlzc3VlX2Rlc2NyaXB0aW9uPk1hbnVhbCBjaGVycnlwaWNrIHJlcXVpcmVkLgo+IAo+IHZleHhob3N0L2F0bW9zcGhlcmUjMzU0MiBmYWlsZWQgdG8gYXBwbHkgb24gdG9wIG9mIGJyYW5jaCAic3RhYmxlLzIwMjQuMiI6Cj4gYGBgCj4gQXBwbHlpbmc6IGRvY3MobW9uaXRvcmluZyk6IGZpeCBhbGwgdmFsZSBsaW50aW5nIGlzc3Vlcwo+IFVzaW5nIGluZGV4IGluZm8gdG8gcmVjb25zdHJ1Y3QgYSBiYXNlIHRyZWUuLi4KPiBNCS5naXRodWIvc3R5bGVzL2NvbmZpZy92b2NhYnVsYXJpZXMvQmFzZS9hY2NlcHQudHh0Cj4gQQlDTEFVREUubWQKPiBGYWxsaW5nIGJhY2sgdG8gcGF0Y2hpbmcgYmFzZSBhbmQgMy13YXkgbWVyZ2UuLi4KPiBDT05GTElDVCAobW9kaWZ5L2RlbGV0ZSk6IENMQVVERS5tZCBkZWxldGVkIGluIEhFQUQgYW5kIG1vZGlmaWVkIGluIGRvY3MobW9uaXRvcmluZyk6IGZpeCBhbGwgdmFsZSBsaW50aW5nIGlzc3Vlcy4gVmVyc2lvbiBkb2NzKG1vbml0b3JpbmcpOiBmaXggYWxsIHZhbGUgbGludGluZyBpc3N1ZXMgb2YgQ0xBVURFLm1kIGxlZnQgaW4gdHJlZS4KPiBBdXRvLW1lcmdpbmcgLmdpdGh1Yi9zdHlsZXMvY29uZmlnL3ZvY2FidWxhcmllcy9CYXNlL2FjY2VwdC50eHQKPiBDT05GTElDVCAoY29udGVudCk6IE1lcmdlIGNvbmZsaWN0IGluIC5naXRodWIvc3R5bGVzL2NvbmZpZy92b2NhYnVsYXJpZXMvQmFzZS9hY2NlcHQudHh0Cj4gZXJyb3I6IEZhaWxlZCB0byBtZXJnZSBpbiB0aGUgY2hhbmdlcy4KPiBoaW50OiBVc2UgJ2dpdCBhbSAtLXNob3ctY3VycmVudC1wYXRjaD1kaWZmJyB0byBzZWUgdGhlIGZhaWxlZCBwYXRjaAo+IGhpbnQ6IFdoZW4geW91IGhhdmUgcmVzb2x2ZWQgdGhpcyBwcm9ibGVtLCBydW4gImdpdCBhbSAtLWNvbnRpbnVlIi4KPiBoaW50OiBJZiB5b3UgcHJlZmVyIHRvIHNraXAgdGhpcyBwYXRjaCwgcnVuICJnaXQgYW0gLS1za2lwIiBpbnN0ZWFkLgo+IGhpbnQ6IFRvIHJlc3RvcmUgdGhlIG9yaWdpbmFsIGJyYW5jaCBhbmQgc3RvcCBwYXRjaGluZywgcnVuICJnaXQgYW0gLS1hYm9ydCIuCj4gaGludDogRGlzYWJsZSB0aGlzIG1lc3NhZ2Ugd2l0aCAiZ2l0IGNvbmZpZyBhZHZpY2UubWVyZ2VDb25mbGljdCBmYWxzZSIKPiBQYXRjaCBmYWlsZWQgYXQgMDAwMSBkb2NzKG1vbml0b3JpbmcpOiBmaXggYWxsIHZhbGUgbGludGluZyBpc3N1ZXMKPiAKPiBgYGA8L2lzc3VlX2Rlc2NyaXB0aW9uPgo+IAo+ICMjIENvbW1lbnRzIG9uIHRoZSBJc3N1ZSAoeW91IGFyZSBAY29waWxvdCBpbiB0aGlzIHNlY3Rpb24pCj4gCj4gPGNvbW1lbnRzPgo+IDwvY29tbWVudHM+Cj4gCgoKPC9kZXRhaWxzPgoKCgo8IS0tIFNUQVJUIENPUElMT1QgQ09ESU5HIEFHRU5UIFNVRkZJWCAtLT4KCi0gRml4ZXMgdmV4eGhvc3QvYXRtb3NwaGVyZSMzNTQ2Cgo8IS0tIFNUQVJUIENPUElMT1QgQ09ESU5HIEFHRU5UIFRJUFMgLS0+Ci0tLQoK8J+SrCBXZSdkIGxvdmUgeW91ciBpbnB1dCEgU2hhcmUgeW91ciB0aG91Z2h0cyBvbiBDb3BpbG90IGNvZGluZyBhZ2VudCBpbiBvdXIgWzIgbWludXRlIHN1cnZleV0oaHR0cHM6Ly9naC5pby9jb3BpbG90LWNvZGluZy1hZ2VudC1zdXJ2ZXkpLgo=
      patchset: 032dfddfb7eeef406ea56defc37e8ae402319a9d
      pipeline: check
      playbook_context:
        playbook_projects:
          trusted/project_0/vexxhost.dev/zuul-config:
            canonical_name: vexxhost.dev/zuul-config
            checkout: main
            commit: 9052b5a7781b3346e4cffd452a54448cbff54d8b
          trusted/project_1/opendev.org/zuul/zuul-jobs:
            canonical_name: opendev.org/zuul/zuul-jobs
            checkout: master
            commit: d73b78cc624f363c6b7fcfe833f2db4571e4e979
          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/vexxhost.dev/zuul-config:
            canonical_name: vexxhost.dev/zuul-config
            checkout: main
            commit: 9052b5a7781b3346e4cffd452a54448cbff54d8b
          untrusted/project_2/opendev.org/zuul/zuul-jobs:
            canonical_name: opendev.org/zuul/zuul-jobs
            checkout: master
            commit: d73b78cc624f363c6b7fcfe833f2db4571e4e979
          untrusted/project_3/github.com/vexxhost/atmosphere:
            canonical_name: github.com/vexxhost/atmosphere
            checkout: main
            commit: 032dfddfb7eeef406ea56defc37e8ae402319a9d
          untrusted/project_4/opendev.org/openstack/openstack-helm:
            canonical_name: opendev.org/openstack/openstack-helm
            checkout: master
            commit: 3a57ef7049b4b76a5a29f8331975931464a14d51
        playbooks:
        - path: untrusted/project_0/github.com/vexxhost/zuul-jobs/playbooks/molecule/run.yaml
          roles:
          - checkout: master
            checkout_description: project default branch
            link_name: ansible/playbook_0/role_1/zuul-jobs
            link_target: untrusted/project_2/opendev.org/zuul/zuul-jobs
            role_path: ansible/playbook_0/role_1/zuul-jobs/roles
          - checkout: main
            checkout_description: playbook branch
            link_name: ansible/playbook_0/role_2/zuul-jobs
            link_target: untrusted/project_0/github.com/vexxhost/zuul-jobs
            role_path: ansible/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: 032dfddfb7eeef406ea56defc37e8ae402319a9d
          name: vexxhost/atmosphere
          required: false
          short_name: atmosphere
          src_dir: src/github.com/vexxhost/atmosphere
      ref: refs/pull/3552/head
      resources: {}
      tenant: oss
      timeout: 1800
      topic: null
      voting: true
