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.200
      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: 2012f85e-6b44-4626-a3cb-5a38d1a3e200
        host_id: 75d3a86f985f0d60e3cff8f4ecdf5573fc58e724d10889e9f3cb3f12
        interface_ip: 162.253.55.200
        label: ubuntu-jammy
        node_properties: {}
        private_ipv4: 162.253.55.200
        private_ipv6: null
        provider: yul1
        public_ipv4: 162.253.55.200
        public_ipv6: 2604:e100:1:0:f816:3eff:fe40:b46b
        region: ca-ymq-1
        slot: null
      zuul_node:
        az: nova
        cloud: public
        external_id: 2012f85e-6b44-4626-a3cb-5a38d1a3e200
        host_id: 75d3a86f985f0d60e3cff8f4ecdf5573fc58e724d10889e9f3cb3f12
        interface_ip: 162.253.55.200
        label: ubuntu-jammy
        node_properties: {}
        private_ipv4: 162.253.55.200
        private_ipv6: null
        provider: yul1
        public_ipv4: 162.253.55.200
        public_ipv6: 2604:e100:1:0:f816:3eff:fe40:b46b
        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:stable/2025.1}}
        source: vexxhost/atmosphere/.zuul.yaml@stable/2025.1#17>'
      - '<Job atmosphere-molecule-csi explicit: None implied: {MatchAny:{ImpliedBranchMatcher:stable/2025.1}}
        source: vexxhost/atmosphere/.zuul.yaml@stable/2025.1#53>'
      - '<Job atmosphere-molecule-csi-rbd explicit: None implied: {MatchAny:{ImpliedBranchMatcher:stable/2025.1}}
        source: vexxhost/atmosphere/.zuul.yaml@stable/2025.1#66>'
      - '<Job atmosphere-molecule-csi-rbd explicit: None implied: None source: vexxhost/atmosphere/.zuul.yaml@stable/2025.1#72>'
      ansible_version: '9'
      attempts: 1
      branch: stable/2025.1
      build: 7a70d016e63c4c7896c1ac8a72007d2d
      build_refs:
      - branch: stable/2025.1
        change: '3655'
        change_message: "[WIP] Cherry-pick commit for stable/2025.1 backport\n\n-
          [x] Cherry-pick commit cc6c396326bdaf21dfea69a12f7d4602855101b2 to stable/2025.1\n-
          [x] Resolve vocabulary file conflict (merged Ceph, Cinder, CoreDNS entries)\n-
          [ ] Verify the backport works correctly\n- [ ] Run tests to ensure no regressions\n-
          [ ] Run Vale linting on documentation\n- [ ] Request code review\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>Backport failed for `stable/2025.1`,
          because it was unable to cherry-pick the commit(s).</issue_title>\n> <issue_description>Backport
          failed for `stable/2025.1`, because it was unable to cherry-pick the commit(s).\r\n>
          \r\n> Please cherry-pick the changes locally and resolve any conflicts.\r\n>
          ```bash\r\n> git fetch origin stable/2025.1\r\n> git worktree add -d .worktree/backport-3640-to-stable/2025.1
          origin/stable/2025.1\r\n> cd .worktree/backport-3640-to-stable/2025.1\r\n>
          git switch --create backport-3640-to-stable/2025.1\r\n> git cherry-pick
          -x cc6c396326bdaf21dfea69a12f7d4602855101b2\r\n> ```\r\n> \r\n> _Originally
          posted by @vexxhost-bot in https://github.com/vexxhost/atmosphere/issues/3640#issuecomment-3916614863_\r\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#3654\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/3655
        commit_id: 14216098b9fda98d6279a4e957fda935081abdb6
        patchset: 14216098b9fda98d6279a4e957fda935081abdb6
        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: a0eb14b397184de486b8ba40202e8c33
      buildset_refs:
      - branch: stable/2025.1
        change: '3655'
        change_message: "[WIP] Cherry-pick commit for stable/2025.1 backport\n\n-
          [x] Cherry-pick commit cc6c396326bdaf21dfea69a12f7d4602855101b2 to stable/2025.1\n-
          [x] Resolve vocabulary file conflict (merged Ceph, Cinder, CoreDNS entries)\n-
          [ ] Verify the backport works correctly\n- [ ] Run tests to ensure no regressions\n-
          [ ] Run Vale linting on documentation\n- [ ] Request code review\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>Backport failed for `stable/2025.1`,
          because it was unable to cherry-pick the commit(s).</issue_title>\n> <issue_description>Backport
          failed for `stable/2025.1`, because it was unable to cherry-pick the commit(s).\r\n>
          \r\n> Please cherry-pick the changes locally and resolve any conflicts.\r\n>
          ```bash\r\n> git fetch origin stable/2025.1\r\n> git worktree add -d .worktree/backport-3640-to-stable/2025.1
          origin/stable/2025.1\r\n> cd .worktree/backport-3640-to-stable/2025.1\r\n>
          git switch --create backport-3640-to-stable/2025.1\r\n> git cherry-pick
          -x cc6c396326bdaf21dfea69a12f7d4602855101b2\r\n> ```\r\n> \r\n> _Originally
          posted by @vexxhost-bot in https://github.com/vexxhost/atmosphere/issues/3640#issuecomment-3916614863_\r\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#3654\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/3655
        commit_id: 14216098b9fda98d6279a4e957fda935081abdb6
        patchset: 14216098b9fda98d6279a4e957fda935081abdb6
        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: '3655'
      change_message: "[WIP] Cherry-pick commit for stable/2025.1 backport\n\n- [x]
        Cherry-pick commit cc6c396326bdaf21dfea69a12f7d4602855101b2 to stable/2025.1\n-
        [x] Resolve vocabulary file conflict (merged Ceph, Cinder, CoreDNS entries)\n-
        [ ] Verify the backport works correctly\n- [ ] Run tests to ensure no regressions\n-
        [ ] Run Vale linting on documentation\n- [ ] Request code review\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>Backport failed for `stable/2025.1`, because it was unable
        to cherry-pick the commit(s).</issue_title>\n> <issue_description>Backport
        failed for `stable/2025.1`, because it was unable to cherry-pick the commit(s).\r\n>
        \r\n> Please cherry-pick the changes locally and resolve any conflicts.\r\n>
        ```bash\r\n> git fetch origin stable/2025.1\r\n> git worktree add -d .worktree/backport-3640-to-stable/2025.1
        origin/stable/2025.1\r\n> cd .worktree/backport-3640-to-stable/2025.1\r\n>
        git switch --create backport-3640-to-stable/2025.1\r\n> git cherry-pick -x
        cc6c396326bdaf21dfea69a12f7d4602855101b2\r\n> ```\r\n> \r\n> _Originally posted
        by @vexxhost-bot in https://github.com/vexxhost/atmosphere/issues/3640#issuecomment-3916614863_\r\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#3654\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/3655
      child_jobs: []
      commit_id: 14216098b9fda98d6279a4e957fda935081abdb6
      event_id: 57b81d80-0c35-11f1-9425-86d77e09e011
      executor:
        hostname: 3a2793d2bd32
        inventory_file: /var/lib/zuul/builds/7a70d016e63c4c7896c1ac8a72007d2d/ansible/inventory.yaml
        log_root: /var/lib/zuul/builds/7a70d016e63c4c7896c1ac8a72007d2d/work/logs
        result_data_file: /var/lib/zuul/builds/7a70d016e63c4c7896c1ac8a72007d2d/work/results.json
        src_root: /var/lib/zuul/builds/7a70d016e63c4c7896c1ac8a72007d2d/work/src
        work_root: /var/lib/zuul/builds/7a70d016e63c4c7896c1ac8a72007d2d/work
      include_vars: []
      items:
      - branch: stable/2025.1
        change: '3655'
        change_message: "[WIP] Cherry-pick commit for stable/2025.1 backport\n\n-
          [x] Cherry-pick commit cc6c396326bdaf21dfea69a12f7d4602855101b2 to stable/2025.1\n-
          [x] Resolve vocabulary file conflict (merged Ceph, Cinder, CoreDNS entries)\n-
          [ ] Verify the backport works correctly\n- [ ] Run tests to ensure no regressions\n-
          [ ] Run Vale linting on documentation\n- [ ] Request code review\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>Backport failed for `stable/2025.1`,
          because it was unable to cherry-pick the commit(s).</issue_title>\n> <issue_description>Backport
          failed for `stable/2025.1`, because it was unable to cherry-pick the commit(s).\r\n>
          \r\n> Please cherry-pick the changes locally and resolve any conflicts.\r\n>
          ```bash\r\n> git fetch origin stable/2025.1\r\n> git worktree add -d .worktree/backport-3640-to-stable/2025.1
          origin/stable/2025.1\r\n> cd .worktree/backport-3640-to-stable/2025.1\r\n>
          git switch --create backport-3640-to-stable/2025.1\r\n> git cherry-pick
          -x cc6c396326bdaf21dfea69a12f7d4602855101b2\r\n> ```\r\n> \r\n> _Originally
          posted by @vexxhost-bot in https://github.com/vexxhost/atmosphere/issues/3640#issuecomment-3916614863_\r\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#3654\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/3655
        commit_id: 14216098b9fda98d6279a4e957fda935081abdb6
        patchset: 14216098b9fda98d6279a4e957fda935081abdb6
        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: W1dJUF0gQ2hlcnJ5LXBpY2sgY29tbWl0IGZvciBzdGFibGUvMjAyNS4xIGJhY2twb3J0CgotIFt4XSBDaGVycnktcGljayBjb21taXQgY2M2YzM5NjMyNmJkYWYyMWRmZWE2OWExMmY3ZDQ2MDI4NTUxMDFiMiB0byBzdGFibGUvMjAyNS4xCi0gW3hdIFJlc29sdmUgdm9jYWJ1bGFyeSBmaWxlIGNvbmZsaWN0IChtZXJnZWQgQ2VwaCwgQ2luZGVyLCBDb3JlRE5TIGVudHJpZXMpCi0gWyBdIFZlcmlmeSB0aGUgYmFja3BvcnQgd29ya3MgY29ycmVjdGx5Ci0gWyBdIFJ1biB0ZXN0cyB0byBlbnN1cmUgbm8gcmVncmVzc2lvbnMKLSBbIF0gUnVuIFZhbGUgbGludGluZyBvbiBkb2N1bWVudGF0aW9uCi0gWyBdIFJlcXVlc3QgY29kZSByZXZpZXcKCjwhLS0gU1RBUlQgQ09QSUxPVCBPUklHSU5BTCBQUk9NUFQgLS0+CgoKCjxkZXRhaWxzPgoKPHN1bW1hcnk+T3JpZ2luYWwgcHJvbXB0PC9zdW1tYXJ5PgoKPiAKPiAtLS0tCj4gCj4gKlRoaXMgc2VjdGlvbiBkZXRhaWxzIG9uIHRoZSBvcmlnaW5hbCBpc3N1ZSB5b3Ugc2hvdWxkIHJlc29sdmUqCj4gCj4gPGlzc3VlX3RpdGxlPkJhY2twb3J0IGZhaWxlZCBmb3IgYHN0YWJsZS8yMDI1LjFgLCBiZWNhdXNlIGl0IHdhcyB1bmFibGUgdG8gY2hlcnJ5LXBpY2sgdGhlIGNvbW1pdChzKS48L2lzc3VlX3RpdGxlPgo+IDxpc3N1ZV9kZXNjcmlwdGlvbj5CYWNrcG9ydCBmYWlsZWQgZm9yIGBzdGFibGUvMjAyNS4xYCwgYmVjYXVzZSBpdCB3YXMgdW5hYmxlIHRvIGNoZXJyeS1waWNrIHRoZSBjb21taXQocykuDQo+IA0KPiBQbGVhc2UgY2hlcnJ5LXBpY2sgdGhlIGNoYW5nZXMgbG9jYWxseSBhbmQgcmVzb2x2ZSBhbnkgY29uZmxpY3RzLg0KPiBgYGBiYXNoDQo+IGdpdCBmZXRjaCBvcmlnaW4gc3RhYmxlLzIwMjUuMQ0KPiBnaXQgd29ya3RyZWUgYWRkIC1kIC53b3JrdHJlZS9iYWNrcG9ydC0zNjQwLXRvLXN0YWJsZS8yMDI1LjEgb3JpZ2luL3N0YWJsZS8yMDI1LjENCj4gY2QgLndvcmt0cmVlL2JhY2twb3J0LTM2NDAtdG8tc3RhYmxlLzIwMjUuMQ0KPiBnaXQgc3dpdGNoIC0tY3JlYXRlIGJhY2twb3J0LTM2NDAtdG8tc3RhYmxlLzIwMjUuMQ0KPiBnaXQgY2hlcnJ5LXBpY2sgLXggY2M2YzM5NjMyNmJkYWYyMWRmZWE2OWExMmY3ZDQ2MDI4NTUxMDFiMg0KPiBgYGANCj4gDQo+IF9PcmlnaW5hbGx5IHBvc3RlZCBieSBAdmV4eGhvc3QtYm90IGluIGh0dHBzOi8vZ2l0aHViLmNvbS92ZXh4aG9zdC9hdG1vc3BoZXJlL2lzc3Vlcy8zNjQwI2lzc3VlY29tbWVudC0zOTE2NjE0ODYzXw0KPiAgICAgICAgICAgICA8L2lzc3VlX2Rlc2NyaXB0aW9uPgo+IAo+ICMjIENvbW1lbnRzIG9uIHRoZSBJc3N1ZSAoeW91IGFyZSBAY29waWxvdCBpbiB0aGlzIHNlY3Rpb24pCj4gCj4gPGNvbW1lbnRzPgo+IDwvY29tbWVudHM+Cj4gCgoKPC9kZXRhaWxzPgoKCgo8IS0tIFNUQVJUIENPUElMT1QgQ09ESU5HIEFHRU5UIFNVRkZJWCAtLT4KCi0gRml4ZXMgdmV4eGhvc3QvYXRtb3NwaGVyZSMzNjU0Cgo8IS0tIFNUQVJUIENPUElMT1QgQ09ESU5HIEFHRU5UIFRJUFMgLS0+Ci0tLQoK8J+SrCBXZSdkIGxvdmUgeW91ciBpbnB1dCEgU2hhcmUgeW91ciB0aG91Z2h0cyBvbiBDb3BpbG90IGNvZGluZyBhZ2VudCBpbiBvdXIgWzIgbWludXRlIHN1cnZleV0oaHR0cHM6Ly9naC5pby9jb3BpbG90LWNvZGluZy1hZ2VudC1zdXJ2ZXkpLgo=
      patchset: 14216098b9fda98d6279a4e957fda935081abdb6
      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: 571c0efa3491d12ecb8fc1169c510716d55c0fc2
          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: 571c0efa3491d12ecb8fc1169c510716d55c0fc2
          untrusted/project_3/github.com/vexxhost/atmosphere:
            canonical_name: github.com/vexxhost/atmosphere
            checkout: stable/2025.1
            commit: 14216098b9fda98d6279a4e957fda935081abdb6
          untrusted/project_4/opendev.org/openstack/openstack-helm:
            canonical_name: opendev.org/openstack/openstack-helm
            checkout: master
            commit: de768d35e689e9f68bef0bf3029725ba685fa28f
        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: stable/2025.1
          checkout_description: zuul branch
          commit: 14216098b9fda98d6279a4e957fda935081abdb6
          name: vexxhost/atmosphere
          required: false
          short_name: atmosphere
          src_dir: src/github.com/vexxhost/atmosphere
      ref: refs/pull/3655/head
      resources: {}
      tenant: oss
      timeout: 1800
      topic: null
      voting: true
