all:
  children:
    zuul_unreachable:
      hosts: {}
  hosts:
    ubuntu-noble:
      ansible_connection: ssh
      ansible_host: 199.19.213.162
      ansible_port: 22
      ansible_python_interpreter: auto
      ansible_user: zuul
      nodepool:
        az: nova
        cloud: public
        external_id: 4ef15058-799e-42ac-835a-99b078d3f4e0
        host_id: dc47ae3b6bd7105f226a81ddfc9102f715bac5cc73984e91b5981caa
        interface_ip: 199.19.213.162
        label: ubuntu-noble
        node_properties: {}
        private_ipv4: 199.19.213.162
        private_ipv6: null
        provider: yul1
        public_ipv4: 199.19.213.162
        public_ipv6: 2604:e100:1:0:f816:3eff:fefd:c5f5
        region: ca-ymq-1
        slot: null
      zuul_node:
        az: nova
        cloud: public
        external_id: 4ef15058-799e-42ac-835a-99b078d3f4e0
        host_id: dc47ae3b6bd7105f226a81ddfc9102f715bac5cc73984e91b5981caa
        interface_ip: 199.19.213.162
        label: ubuntu-noble
        node_properties: {}
        private_ipv4: 199.19.213.162
        private_ipv6: null
        provider: yul1
        public_ipv4: 199.19.213.162
        public_ipv6: 2604:e100:1:0:f816:3eff:fefd:c5f5
        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 pre-commit explicit: None implied: {MatchAny:{ImpliedBranchMatcher:main}}
        source: vexxhost/zuul-jobs/zuul.d/general-jobs.yaml@main#1>'
      - '<Job pre-commit explicit: None implied: None source: vexxhost/ansible-collection-containers/.zuul.yaml@main#136>'
      ansible_version: '9'
      attempts: 1
      branch: main
      build: 0fb717330d4c42c18b421b16d5f50454
      build_refs:
      - branch: main
        change: '118'
        change_message: 'feat: support Ubuntu 26.04 and Python 3.14


          Adds Ubuntu 26.04 (Resolute Raccoon) / Python 3.14 support.


          ## Changes


          - **feat(meta):** Add `noble` and `resolute` to `galaxy_info.platforms`
          in all 10 roles. Runtime tasks already worked on these releases because
          binaries are downloaded directly from upstream and package installs use
          the OS-agnostic `ansible.builtin.package` module; this change only aligns
          the metadata.

          - **fix(deps):** Raise `community.general` floor to `>=12.0.0` to pick up
          the fix for the data-tagging templater introduced in ansible-core 2.19,
          which otherwise surfaces as `JMESPathError: invalid type ... unknown` from
          `json_query`. Raise `ansible.posix` floor to `>=2.1.0` to match the version
          validated on Python 3.14.


          ## Test


          Used by vexxhost/ansible-collection-kubernetes#268 to build an all-in-one
          Kubernetes 1.34.0 cluster on a fresh Ubuntu 26.04 / Python 3.14 host. containerd,
          runc, CNI plugins, and kubelet-side package installs all succeed; cluster
          reaches Ready state within ~5 minutes.'
        change_url: https://github.com/vexxhost/ansible-collection-containers/pull/118
        commit_id: b26fdca82be99b50a62bdbc0c897e5a9f752b149
        patchset: b26fdca82be99b50a62bdbc0c897e5a9f752b149
        project:
          canonical_hostname: github.com
          canonical_name: github.com/vexxhost/ansible-collection-containers
          name: vexxhost/ansible-collection-containers
          short_name: ansible-collection-containers
          src_dir: src/github.com/vexxhost/ansible-collection-containers
        src_dir: src/github.com/vexxhost/ansible-collection-containers
        topic: null
      buildset: 70300fe4086b4ec08d4e789c90a7a1b5
      buildset_refs:
      - branch: main
        change: '118'
        change_message: 'feat: support Ubuntu 26.04 and Python 3.14


          Adds Ubuntu 26.04 (Resolute Raccoon) / Python 3.14 support.


          ## Changes


          - **feat(meta):** Add `noble` and `resolute` to `galaxy_info.platforms`
          in all 10 roles. Runtime tasks already worked on these releases because
          binaries are downloaded directly from upstream and package installs use
          the OS-agnostic `ansible.builtin.package` module; this change only aligns
          the metadata.

          - **fix(deps):** Raise `community.general` floor to `>=12.0.0` to pick up
          the fix for the data-tagging templater introduced in ansible-core 2.19,
          which otherwise surfaces as `JMESPathError: invalid type ... unknown` from
          `json_query`. Raise `ansible.posix` floor to `>=2.1.0` to match the version
          validated on Python 3.14.


          ## Test


          Used by vexxhost/ansible-collection-kubernetes#268 to build an all-in-one
          Kubernetes 1.34.0 cluster on a fresh Ubuntu 26.04 / Python 3.14 host. containerd,
          runc, CNI plugins, and kubelet-side package installs all succeed; cluster
          reaches Ready state within ~5 minutes.'
        change_url: https://github.com/vexxhost/ansible-collection-containers/pull/118
        commit_id: b26fdca82be99b50a62bdbc0c897e5a9f752b149
        patchset: b26fdca82be99b50a62bdbc0c897e5a9f752b149
        project:
          canonical_hostname: github.com
          canonical_name: github.com/vexxhost/ansible-collection-containers
          name: vexxhost/ansible-collection-containers
          short_name: ansible-collection-containers
          src_dir: src/github.com/vexxhost/ansible-collection-containers
        src_dir: src/github.com/vexxhost/ansible-collection-containers
        topic: null
      change: '118'
      change_message: 'feat: support Ubuntu 26.04 and Python 3.14


        Adds Ubuntu 26.04 (Resolute Raccoon) / Python 3.14 support.


        ## Changes


        - **feat(meta):** Add `noble` and `resolute` to `galaxy_info.platforms` in
        all 10 roles. Runtime tasks already worked on these releases because binaries
        are downloaded directly from upstream and package installs use the OS-agnostic
        `ansible.builtin.package` module; this change only aligns the metadata.

        - **fix(deps):** Raise `community.general` floor to `>=12.0.0` to pick up
        the fix for the data-tagging templater introduced in ansible-core 2.19, which
        otherwise surfaces as `JMESPathError: invalid type ... unknown` from `json_query`.
        Raise `ansible.posix` floor to `>=2.1.0` to match the version validated on
        Python 3.14.


        ## Test


        Used by vexxhost/ansible-collection-kubernetes#268 to build an all-in-one
        Kubernetes 1.34.0 cluster on a fresh Ubuntu 26.04 / Python 3.14 host. containerd,
        runc, CNI plugins, and kubelet-side package installs all succeed; cluster
        reaches Ready state within ~5 minutes.'
      change_url: https://github.com/vexxhost/ansible-collection-containers/pull/118
      child_jobs: []
      commit_id: b26fdca82be99b50a62bdbc0c897e5a9f752b149
      event_id: 87752330-3e51-11f1-97de-a4705693b126
      executor:
        hostname: 0a8996d2b663
        inventory_file: /var/lib/zuul/builds/0fb717330d4c42c18b421b16d5f50454/ansible/inventory.yaml
        log_root: /var/lib/zuul/builds/0fb717330d4c42c18b421b16d5f50454/work/logs
        result_data_file: /var/lib/zuul/builds/0fb717330d4c42c18b421b16d5f50454/work/results.json
        src_root: /var/lib/zuul/builds/0fb717330d4c42c18b421b16d5f50454/work/src
        work_root: /var/lib/zuul/builds/0fb717330d4c42c18b421b16d5f50454/work
      include_vars: []
      items:
      - branch: main
        change: '118'
        change_message: 'feat: support Ubuntu 26.04 and Python 3.14


          Adds Ubuntu 26.04 (Resolute Raccoon) / Python 3.14 support.


          ## Changes


          - **feat(meta):** Add `noble` and `resolute` to `galaxy_info.platforms`
          in all 10 roles. Runtime tasks already worked on these releases because
          binaries are downloaded directly from upstream and package installs use
          the OS-agnostic `ansible.builtin.package` module; this change only aligns
          the metadata.

          - **fix(deps):** Raise `community.general` floor to `>=12.0.0` to pick up
          the fix for the data-tagging templater introduced in ansible-core 2.19,
          which otherwise surfaces as `JMESPathError: invalid type ... unknown` from
          `json_query`. Raise `ansible.posix` floor to `>=2.1.0` to match the version
          validated on Python 3.14.


          ## Test


          Used by vexxhost/ansible-collection-kubernetes#268 to build an all-in-one
          Kubernetes 1.34.0 cluster on a fresh Ubuntu 26.04 / Python 3.14 host. containerd,
          runc, CNI plugins, and kubelet-side package installs all succeed; cluster
          reaches Ready state within ~5 minutes.'
        change_url: https://github.com/vexxhost/ansible-collection-containers/pull/118
        commit_id: b26fdca82be99b50a62bdbc0c897e5a9f752b149
        patchset: b26fdca82be99b50a62bdbc0c897e5a9f752b149
        project:
          canonical_hostname: github.com
          canonical_name: github.com/vexxhost/ansible-collection-containers
          name: vexxhost/ansible-collection-containers
          short_name: ansible-collection-containers
          src_dir: src/github.com/vexxhost/ansible-collection-containers
        topic: null
      job: pre-commit
      jobtags: []
      max_attempts: 3
      message: ZmVhdDogc3VwcG9ydCBVYnVudHUgMjYuMDQgYW5kIFB5dGhvbiAzLjE0CgpBZGRzIFVidW50dSAyNi4wNCAoUmVzb2x1dGUgUmFjY29vbikgLyBQeXRob24gMy4xNCBzdXBwb3J0LgoKIyMgQ2hhbmdlcwoKLSAqKmZlYXQobWV0YSk6KiogQWRkIGBub2JsZWAgYW5kIGByZXNvbHV0ZWAgdG8gYGdhbGF4eV9pbmZvLnBsYXRmb3Jtc2AgaW4gYWxsIDEwIHJvbGVzLiBSdW50aW1lIHRhc2tzIGFscmVhZHkgd29ya2VkIG9uIHRoZXNlIHJlbGVhc2VzIGJlY2F1c2UgYmluYXJpZXMgYXJlIGRvd25sb2FkZWQgZGlyZWN0bHkgZnJvbSB1cHN0cmVhbSBhbmQgcGFja2FnZSBpbnN0YWxscyB1c2UgdGhlIE9TLWFnbm9zdGljIGBhbnNpYmxlLmJ1aWx0aW4ucGFja2FnZWAgbW9kdWxlOyB0aGlzIGNoYW5nZSBvbmx5IGFsaWducyB0aGUgbWV0YWRhdGEuCi0gKipmaXgoZGVwcyk6KiogUmFpc2UgYGNvbW11bml0eS5nZW5lcmFsYCBmbG9vciB0byBgPj0xMi4wLjBgIHRvIHBpY2sgdXAgdGhlIGZpeCBmb3IgdGhlIGRhdGEtdGFnZ2luZyB0ZW1wbGF0ZXIgaW50cm9kdWNlZCBpbiBhbnNpYmxlLWNvcmUgMi4xOSwgd2hpY2ggb3RoZXJ3aXNlIHN1cmZhY2VzIGFzIGBKTUVTUGF0aEVycm9yOiBpbnZhbGlkIHR5cGUgLi4uIHVua25vd25gIGZyb20gYGpzb25fcXVlcnlgLiBSYWlzZSBgYW5zaWJsZS5wb3NpeGAgZmxvb3IgdG8gYD49Mi4xLjBgIHRvIG1hdGNoIHRoZSB2ZXJzaW9uIHZhbGlkYXRlZCBvbiBQeXRob24gMy4xNC4KCiMjIFRlc3QKClVzZWQgYnkgdmV4eGhvc3QvYW5zaWJsZS1jb2xsZWN0aW9uLWt1YmVybmV0ZXMjMjY4IHRvIGJ1aWxkIGFuIGFsbC1pbi1vbmUgS3ViZXJuZXRlcyAxLjM0LjAgY2x1c3RlciBvbiBhIGZyZXNoIFVidW50dSAyNi4wNCAvIFB5dGhvbiAzLjE0IGhvc3QuIGNvbnRhaW5lcmQsIHJ1bmMsIENOSSBwbHVnaW5zLCBhbmQga3ViZWxldC1zaWRlIHBhY2thZ2UgaW5zdGFsbHMgYWxsIHN1Y2NlZWQ7IGNsdXN0ZXIgcmVhY2hlcyBSZWFkeSBzdGF0ZSB3aXRoaW4gfjUgbWludXRlcy4=
      patchset: b26fdca82be99b50a62bdbc0c897e5a9f752b149
      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: e28b8048839b5a7eaa22d0216032d323ceae894d
          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: e28b8048839b5a7eaa22d0216032d323ceae894d
        playbooks:
        - path: untrusted/project_0/github.com/vexxhost/zuul-jobs/playbooks/pre-commit/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_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
        - path: untrusted/project_0/github.com/vexxhost/zuul-jobs/playbooks/pre-commit/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
      post_review: false
      post_timeout: null
      pre_timeout: null
      project:
        canonical_hostname: github.com
        canonical_name: github.com/vexxhost/ansible-collection-containers
        name: vexxhost/ansible-collection-containers
        short_name: ansible-collection-containers
        src_dir: src/github.com/vexxhost/ansible-collection-containers
      projects:
        github.com/vexxhost/ansible-collection-containers:
          canonical_hostname: github.com
          canonical_name: github.com/vexxhost/ansible-collection-containers
          checkout: main
          checkout_description: zuul branch
          commit: 5d0647e5ebd6b661f10ac1872836c96130fafcb7
          name: vexxhost/ansible-collection-containers
          required: false
          short_name: ansible-collection-containers
          src_dir: src/github.com/vexxhost/ansible-collection-containers
      ref: refs/pull/118/head
      resources: {}
      tenant: oss
      timeout: 1800
      topic: null
      voting: true
