all:
  children:
    controllers:
      hosts:
        controller: null
    zuul_unreachable:
      hosts: {}
  hosts:
    controller:
      ansible_connection: ssh
      ansible_host: 199.204.45.44
      ansible_port: 22
      ansible_python_interpreter: auto
      ansible_user: zuul
      cilium_helm_values:
        operator:
          replicas: 1
      cilium_ipv4_cidr: 172.24.0.0/16
      kube_vip_address: 172.17.0.100
      kube_vip_interface: '{{ ansible_facts[''default_ipv4''].interface }}'
      kubernetes_hostname: '{{ ansible_facts[''default_ipv4''].address }}'
      kubernetes_version: 1.34.0
      molecule_scenario: upload-helm-chart
      nodepool:
        az: nova
        cloud: public
        external_id: 0d8d5799-4e42-4ff4-96ef-8448faf000a8
        host_id: 571d5e5ab8f99eb6066d22838dc03059a55de74ec327a875b342f73d
        interface_ip: 199.204.45.44
        label: debian-trixie
        node_properties: {}
        private_ipv4: 199.204.45.44
        private_ipv6: null
        provider: yul1
        public_ipv4: 199.204.45.44
        public_ipv6: 2604:e100:1:0:f816:3eff:fe8f:3cec
        region: ca-ymq-1
        slot: null
      zuul_node:
        az: nova
        cloud: public
        external_id: 0d8d5799-4e42-4ff4-96ef-8448faf000a8
        host_id: 571d5e5ab8f99eb6066d22838dc03059a55de74ec327a875b342f73d
        interface_ip: 199.204.45.44
        label: debian-trixie
        node_properties: {}
        private_ipv4: 199.204.45.44
        private_ipv6: null
        provider: yul1
        public_ipv4: 199.204.45.44
        public_ipv6: 2604:e100:1:0:f816:3eff:fe8f:3cec
        region: ca-ymq-1
        slot: null
        uuid: null
  vars:
    cilium_helm_values:
      operator:
        replicas: 1
    kubernetes_version: 1.34.0
    molecule_scenario: upload-helm-chart
    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 ansible-collection-kubernetes-molecule explicit: None implied: {MatchAny:{ImpliedBranchMatcher:main}}
        source: vexxhost/ansible-collection-kubernetes/.zuul.yaml@main#49>'
      - '<Job ansible-collection-kubernetes-molecule-upload-helm-chart explicit: None
        implied: {MatchAny:{ImpliedBranchMatcher:main}} source: vexxhost/ansible-collection-kubernetes/.zuul.yaml@main#170>'
      - '<Job ansible-collection-kubernetes-molecule-upload-helm-chart explicit: None
        implied: None source: vexxhost/ansible-collection-kubernetes/.zuul.yaml@main#176>'
      ansible_version: '9'
      attempts: 1
      branch: main
      build: 39b44f55b922448aa2a6c5177a3269e7
      build_refs:
      - branch: main
        change: '250'
        change_message: "chore(deps): bump cryptography from 46.0.3 to 46.0.6\n\nBumps
          [cryptography](https://github.com/pyca/cryptography) from 46.0.3 to 46.0.6.\n<details>\n<summary>Changelog</summary>\n<p><em>Sourced
          from <a href=\"https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst\">cryptography's
          changelog</a>.</em></p>\n<blockquote>\n<p>46.0.6 - 2026-03-25</p>\n<pre><code>\n*
          **SECURITY ISSUE**: Fixed a bug where name constraints were not applied\n
          \ to peer names during verification when the leaf certificate contains a\n
          \ wildcard DNS SAN. Ordinary X.509 topologies are not affected by this bug,\n
          \ including those used by the Web PKI. Credit to **Oleh Konko (1seal)**
          for\n  reporting the issue. **CVE-2026-34073**\n<p>.. _v46-0-5:</p>\n<p>46.0.5
          - 2026-02-10<br />\n</code></pre></p>\n<ul>\n<li>An attacker could create
          a malicious public key that reveals portions of your\nprivate key when using
          certain uncommon elliptic curves (binary curves).\nThis version now includes
          additional security checks to prevent this attack.\nThis issue only affects
          binary elliptic curves, which are rarely used in\nreal-world applications.
          Credit to <strong>XlabAI Team of Tencent Xuanwu Lab and\nAtuin Automated
          Vulnerability Discovery Engine</strong> for reporting the issue.\n<strong>CVE-2026-26007</strong></li>\n<li>Support
          for <code>SECT*</code> binary elliptic curves is deprecated and will be\nremoved
          in the next release.</li>\n</ul>\n<p>.. v46-0-4:</p>\n<p>46.0.4 - 2026-01-27</p>\n<pre><code>\n*
          `Dropped support for win_arm64 wheels`_.\n* Updated Windows, macOS, and
          Linux wheels to be compiled with OpenSSL 3.5.5.\n<p>.. _v46-0-3:<br />\n</code></pre></p>\n</blockquote>\n</details>\n<details>\n<summary>Commits</summary>\n<ul>\n<li><a
          href=\"https://github.com/pyca/cryptography/commit/91d728897bdad30cd5c79a2b23e207f1f050d587\"><code>91d7288</code></a>
          Cherry-pick <a href=\"https://redirect.github.com/pyca/cryptography/issues/14542\">#14542</a>
          (<a href=\"https://redirect.github.com/pyca/cryptography/issues/14543\">#14543</a>)</li>\n<li><a
          href=\"https://github.com/pyca/cryptography/commit/06e120e682cb200e3f7050c02f0bcdac90c4c6ad\"><code>06e120e</code></a>
          bump version for 46.0.5 release (<a href=\"https://redirect.github.com/pyca/cryptography/issues/14289\">#14289</a>)</li>\n<li><a
          href=\"https://github.com/pyca/cryptography/commit/0eebb9dbb6343d9bc1d91e5a2482ed4e054a6d8c\"><code>0eebb9d</code></a>
          EC check key on cofactor &gt; 1 (<a href=\"https://redirect.github.com/pyca/cryptography/issues/14287\">#14287</a>)</li>\n<li><a
          href=\"https://github.com/pyca/cryptography/commit/bedf6e186b814f69a3f54f51252c23a71d44ed2e\"><code>bedf6e1</code></a>
          fix openssl version on 46 branch (<a href=\"https://redirect.github.com/pyca/cryptography/issues/14220\">#14220</a>)</li>\n<li><a
          href=\"https://github.com/pyca/cryptography/commit/e6f44fc8e6391f05d719fb9d369692325b87a471\"><code>e6f44fc</code></a>
          bump for 46.0.4 and drop win arm64 due to CI issues (<a href=\"https://redirect.github.com/pyca/cryptography/issues/14217\">#14217</a>)</li>\n<li>See
          full diff in <a href=\"https://github.com/pyca/cryptography/compare/46.0.3...46.0.6\">compare
          view</a></li>\n</ul>\n</details>\n<br />\n"
        change_url: https://github.com/vexxhost/ansible-collection-kubernetes/pull/250
        commit_id: bbb9cbf708df03df8548861e867183f0a51f22ec
        patchset: bbb9cbf708df03df8548861e867183f0a51f22ec
        project:
          canonical_hostname: github.com
          canonical_name: github.com/vexxhost/ansible-collection-kubernetes
          name: vexxhost/ansible-collection-kubernetes
          short_name: ansible-collection-kubernetes
          src_dir: src/github.com/vexxhost/ansible-collection-kubernetes
        src_dir: src/github.com/vexxhost/ansible-collection-kubernetes
        topic: null
      buildset: fd24bf37434b44f3b58c9b1993f7acdf
      buildset_refs:
      - branch: main
        change: '250'
        change_message: "chore(deps): bump cryptography from 46.0.3 to 46.0.6\n\nBumps
          [cryptography](https://github.com/pyca/cryptography) from 46.0.3 to 46.0.6.\n<details>\n<summary>Changelog</summary>\n<p><em>Sourced
          from <a href=\"https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst\">cryptography's
          changelog</a>.</em></p>\n<blockquote>\n<p>46.0.6 - 2026-03-25</p>\n<pre><code>\n*
          **SECURITY ISSUE**: Fixed a bug where name constraints were not applied\n
          \ to peer names during verification when the leaf certificate contains a\n
          \ wildcard DNS SAN. Ordinary X.509 topologies are not affected by this bug,\n
          \ including those used by the Web PKI. Credit to **Oleh Konko (1seal)**
          for\n  reporting the issue. **CVE-2026-34073**\n<p>.. _v46-0-5:</p>\n<p>46.0.5
          - 2026-02-10<br />\n</code></pre></p>\n<ul>\n<li>An attacker could create
          a malicious public key that reveals portions of your\nprivate key when using
          certain uncommon elliptic curves (binary curves).\nThis version now includes
          additional security checks to prevent this attack.\nThis issue only affects
          binary elliptic curves, which are rarely used in\nreal-world applications.
          Credit to <strong>XlabAI Team of Tencent Xuanwu Lab and\nAtuin Automated
          Vulnerability Discovery Engine</strong> for reporting the issue.\n<strong>CVE-2026-26007</strong></li>\n<li>Support
          for <code>SECT*</code> binary elliptic curves is deprecated and will be\nremoved
          in the next release.</li>\n</ul>\n<p>.. v46-0-4:</p>\n<p>46.0.4 - 2026-01-27</p>\n<pre><code>\n*
          `Dropped support for win_arm64 wheels`_.\n* Updated Windows, macOS, and
          Linux wheels to be compiled with OpenSSL 3.5.5.\n<p>.. _v46-0-3:<br />\n</code></pre></p>\n</blockquote>\n</details>\n<details>\n<summary>Commits</summary>\n<ul>\n<li><a
          href=\"https://github.com/pyca/cryptography/commit/91d728897bdad30cd5c79a2b23e207f1f050d587\"><code>91d7288</code></a>
          Cherry-pick <a href=\"https://redirect.github.com/pyca/cryptography/issues/14542\">#14542</a>
          (<a href=\"https://redirect.github.com/pyca/cryptography/issues/14543\">#14543</a>)</li>\n<li><a
          href=\"https://github.com/pyca/cryptography/commit/06e120e682cb200e3f7050c02f0bcdac90c4c6ad\"><code>06e120e</code></a>
          bump version for 46.0.5 release (<a href=\"https://redirect.github.com/pyca/cryptography/issues/14289\">#14289</a>)</li>\n<li><a
          href=\"https://github.com/pyca/cryptography/commit/0eebb9dbb6343d9bc1d91e5a2482ed4e054a6d8c\"><code>0eebb9d</code></a>
          EC check key on cofactor &gt; 1 (<a href=\"https://redirect.github.com/pyca/cryptography/issues/14287\">#14287</a>)</li>\n<li><a
          href=\"https://github.com/pyca/cryptography/commit/bedf6e186b814f69a3f54f51252c23a71d44ed2e\"><code>bedf6e1</code></a>
          fix openssl version on 46 branch (<a href=\"https://redirect.github.com/pyca/cryptography/issues/14220\">#14220</a>)</li>\n<li><a
          href=\"https://github.com/pyca/cryptography/commit/e6f44fc8e6391f05d719fb9d369692325b87a471\"><code>e6f44fc</code></a>
          bump for 46.0.4 and drop win arm64 due to CI issues (<a href=\"https://redirect.github.com/pyca/cryptography/issues/14217\">#14217</a>)</li>\n<li>See
          full diff in <a href=\"https://github.com/pyca/cryptography/compare/46.0.3...46.0.6\">compare
          view</a></li>\n</ul>\n</details>\n<br />\n"
        change_url: https://github.com/vexxhost/ansible-collection-kubernetes/pull/250
        commit_id: bbb9cbf708df03df8548861e867183f0a51f22ec
        patchset: bbb9cbf708df03df8548861e867183f0a51f22ec
        project:
          canonical_hostname: github.com
          canonical_name: github.com/vexxhost/ansible-collection-kubernetes
          name: vexxhost/ansible-collection-kubernetes
          short_name: ansible-collection-kubernetes
          src_dir: src/github.com/vexxhost/ansible-collection-kubernetes
        src_dir: src/github.com/vexxhost/ansible-collection-kubernetes
        topic: null
      change: '250'
      change_message: "chore(deps): bump cryptography from 46.0.3 to 46.0.6\n\nBumps
        [cryptography](https://github.com/pyca/cryptography) from 46.0.3 to 46.0.6.\n<details>\n<summary>Changelog</summary>\n<p><em>Sourced
        from <a href=\"https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst\">cryptography's
        changelog</a>.</em></p>\n<blockquote>\n<p>46.0.6 - 2026-03-25</p>\n<pre><code>\n*
        **SECURITY ISSUE**: Fixed a bug where name constraints were not applied\n
        \ to peer names during verification when the leaf certificate contains a\n
        \ wildcard DNS SAN. Ordinary X.509 topologies are not affected by this bug,\n
        \ including those used by the Web PKI. Credit to **Oleh Konko (1seal)** for\n
        \ reporting the issue. **CVE-2026-34073**\n<p>.. _v46-0-5:</p>\n<p>46.0.5
        - 2026-02-10<br />\n</code></pre></p>\n<ul>\n<li>An attacker could create
        a malicious public key that reveals portions of your\nprivate key when using
        certain uncommon elliptic curves (binary curves).\nThis version now includes
        additional security checks to prevent this attack.\nThis issue only affects
        binary elliptic curves, which are rarely used in\nreal-world applications.
        Credit to <strong>XlabAI Team of Tencent Xuanwu Lab and\nAtuin Automated Vulnerability
        Discovery Engine</strong> for reporting the issue.\n<strong>CVE-2026-26007</strong></li>\n<li>Support
        for <code>SECT*</code> binary elliptic curves is deprecated and will be\nremoved
        in the next release.</li>\n</ul>\n<p>.. v46-0-4:</p>\n<p>46.0.4 - 2026-01-27</p>\n<pre><code>\n*
        `Dropped support for win_arm64 wheels`_.\n* Updated Windows, macOS, and Linux
        wheels to be compiled with OpenSSL 3.5.5.\n<p>.. _v46-0-3:<br />\n</code></pre></p>\n</blockquote>\n</details>\n<details>\n<summary>Commits</summary>\n<ul>\n<li><a
        href=\"https://github.com/pyca/cryptography/commit/91d728897bdad30cd5c79a2b23e207f1f050d587\"><code>91d7288</code></a>
        Cherry-pick <a href=\"https://redirect.github.com/pyca/cryptography/issues/14542\">#14542</a>
        (<a href=\"https://redirect.github.com/pyca/cryptography/issues/14543\">#14543</a>)</li>\n<li><a
        href=\"https://github.com/pyca/cryptography/commit/06e120e682cb200e3f7050c02f0bcdac90c4c6ad\"><code>06e120e</code></a>
        bump version for 46.0.5 release (<a href=\"https://redirect.github.com/pyca/cryptography/issues/14289\">#14289</a>)</li>\n<li><a
        href=\"https://github.com/pyca/cryptography/commit/0eebb9dbb6343d9bc1d91e5a2482ed4e054a6d8c\"><code>0eebb9d</code></a>
        EC check key on cofactor &gt; 1 (<a href=\"https://redirect.github.com/pyca/cryptography/issues/14287\">#14287</a>)</li>\n<li><a
        href=\"https://github.com/pyca/cryptography/commit/bedf6e186b814f69a3f54f51252c23a71d44ed2e\"><code>bedf6e1</code></a>
        fix openssl version on 46 branch (<a href=\"https://redirect.github.com/pyca/cryptography/issues/14220\">#14220</a>)</li>\n<li><a
        href=\"https://github.com/pyca/cryptography/commit/e6f44fc8e6391f05d719fb9d369692325b87a471\"><code>e6f44fc</code></a>
        bump for 46.0.4 and drop win arm64 due to CI issues (<a href=\"https://redirect.github.com/pyca/cryptography/issues/14217\">#14217</a>)</li>\n<li>See
        full diff in <a href=\"https://github.com/pyca/cryptography/compare/46.0.3...46.0.6\">compare
        view</a></li>\n</ul>\n</details>\n<br />\n"
      change_url: https://github.com/vexxhost/ansible-collection-kubernetes/pull/250
      child_jobs: []
      commit_id: bbb9cbf708df03df8548861e867183f0a51f22ec
      event_id: a13543c0-2c7e-11f1-8a5b-4718762136e9
      executor:
        hostname: 0a8996d2b663
        inventory_file: /var/lib/zuul/builds/39b44f55b922448aa2a6c5177a3269e7/ansible/inventory.yaml
        log_root: /var/lib/zuul/builds/39b44f55b922448aa2a6c5177a3269e7/work/logs
        result_data_file: /var/lib/zuul/builds/39b44f55b922448aa2a6c5177a3269e7/work/results.json
        src_root: /var/lib/zuul/builds/39b44f55b922448aa2a6c5177a3269e7/work/src
        work_root: /var/lib/zuul/builds/39b44f55b922448aa2a6c5177a3269e7/work
      include_vars: []
      items:
      - branch: main
        change: '250'
        change_message: "chore(deps): bump cryptography from 46.0.3 to 46.0.6\n\nBumps
          [cryptography](https://github.com/pyca/cryptography) from 46.0.3 to 46.0.6.\n<details>\n<summary>Changelog</summary>\n<p><em>Sourced
          from <a href=\"https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst\">cryptography's
          changelog</a>.</em></p>\n<blockquote>\n<p>46.0.6 - 2026-03-25</p>\n<pre><code>\n*
          **SECURITY ISSUE**: Fixed a bug where name constraints were not applied\n
          \ to peer names during verification when the leaf certificate contains a\n
          \ wildcard DNS SAN. Ordinary X.509 topologies are not affected by this bug,\n
          \ including those used by the Web PKI. Credit to **Oleh Konko (1seal)**
          for\n  reporting the issue. **CVE-2026-34073**\n<p>.. _v46-0-5:</p>\n<p>46.0.5
          - 2026-02-10<br />\n</code></pre></p>\n<ul>\n<li>An attacker could create
          a malicious public key that reveals portions of your\nprivate key when using
          certain uncommon elliptic curves (binary curves).\nThis version now includes
          additional security checks to prevent this attack.\nThis issue only affects
          binary elliptic curves, which are rarely used in\nreal-world applications.
          Credit to <strong>XlabAI Team of Tencent Xuanwu Lab and\nAtuin Automated
          Vulnerability Discovery Engine</strong> for reporting the issue.\n<strong>CVE-2026-26007</strong></li>\n<li>Support
          for <code>SECT*</code> binary elliptic curves is deprecated and will be\nremoved
          in the next release.</li>\n</ul>\n<p>.. v46-0-4:</p>\n<p>46.0.4 - 2026-01-27</p>\n<pre><code>\n*
          `Dropped support for win_arm64 wheels`_.\n* Updated Windows, macOS, and
          Linux wheels to be compiled with OpenSSL 3.5.5.\n<p>.. _v46-0-3:<br />\n</code></pre></p>\n</blockquote>\n</details>\n<details>\n<summary>Commits</summary>\n<ul>\n<li><a
          href=\"https://github.com/pyca/cryptography/commit/91d728897bdad30cd5c79a2b23e207f1f050d587\"><code>91d7288</code></a>
          Cherry-pick <a href=\"https://redirect.github.com/pyca/cryptography/issues/14542\">#14542</a>
          (<a href=\"https://redirect.github.com/pyca/cryptography/issues/14543\">#14543</a>)</li>\n<li><a
          href=\"https://github.com/pyca/cryptography/commit/06e120e682cb200e3f7050c02f0bcdac90c4c6ad\"><code>06e120e</code></a>
          bump version for 46.0.5 release (<a href=\"https://redirect.github.com/pyca/cryptography/issues/14289\">#14289</a>)</li>\n<li><a
          href=\"https://github.com/pyca/cryptography/commit/0eebb9dbb6343d9bc1d91e5a2482ed4e054a6d8c\"><code>0eebb9d</code></a>
          EC check key on cofactor &gt; 1 (<a href=\"https://redirect.github.com/pyca/cryptography/issues/14287\">#14287</a>)</li>\n<li><a
          href=\"https://github.com/pyca/cryptography/commit/bedf6e186b814f69a3f54f51252c23a71d44ed2e\"><code>bedf6e1</code></a>
          fix openssl version on 46 branch (<a href=\"https://redirect.github.com/pyca/cryptography/issues/14220\">#14220</a>)</li>\n<li><a
          href=\"https://github.com/pyca/cryptography/commit/e6f44fc8e6391f05d719fb9d369692325b87a471\"><code>e6f44fc</code></a>
          bump for 46.0.4 and drop win arm64 due to CI issues (<a href=\"https://redirect.github.com/pyca/cryptography/issues/14217\">#14217</a>)</li>\n<li>See
          full diff in <a href=\"https://github.com/pyca/cryptography/compare/46.0.3...46.0.6\">compare
          view</a></li>\n</ul>\n</details>\n<br />\n"
        change_url: https://github.com/vexxhost/ansible-collection-kubernetes/pull/250
        commit_id: bbb9cbf708df03df8548861e867183f0a51f22ec
        patchset: bbb9cbf708df03df8548861e867183f0a51f22ec
        project:
          canonical_hostname: github.com
          canonical_name: github.com/vexxhost/ansible-collection-kubernetes
          name: vexxhost/ansible-collection-kubernetes
          short_name: ansible-collection-kubernetes
          src_dir: src/github.com/vexxhost/ansible-collection-kubernetes
        topic: null
      job: ansible-collection-kubernetes-molecule-upload-helm-chart
      jobtags: []
      max_attempts: 3
      message: Y2hvcmUoZGVwcyk6IGJ1bXAgY3J5cHRvZ3JhcGh5IGZyb20gNDYuMC4zIHRvIDQ2LjAuNgoKQnVtcHMgW2NyeXB0b2dyYXBoeV0oaHR0cHM6Ly9naXRodWIuY29tL3B5Y2EvY3J5cHRvZ3JhcGh5KSBmcm9tIDQ2LjAuMyB0byA0Ni4wLjYuCjxkZXRhaWxzPgo8c3VtbWFyeT5DaGFuZ2Vsb2c8L3N1bW1hcnk+CjxwPjxlbT5Tb3VyY2VkIGZyb20gPGEgaHJlZj0iaHR0cHM6Ly9naXRodWIuY29tL3B5Y2EvY3J5cHRvZ3JhcGh5L2Jsb2IvbWFpbi9DSEFOR0VMT0cucnN0Ij5jcnlwdG9ncmFwaHkncyBjaGFuZ2Vsb2c8L2E+LjwvZW0+PC9wPgo8YmxvY2txdW90ZT4KPHA+NDYuMC42IC0gMjAyNi0wMy0yNTwvcD4KPHByZT48Y29kZT4KKiAqKlNFQ1VSSVRZIElTU1VFKio6IEZpeGVkIGEgYnVnIHdoZXJlIG5hbWUgY29uc3RyYWludHMgd2VyZSBub3QgYXBwbGllZAogIHRvIHBlZXIgbmFtZXMgZHVyaW5nIHZlcmlmaWNhdGlvbiB3aGVuIHRoZSBsZWFmIGNlcnRpZmljYXRlIGNvbnRhaW5zIGEKICB3aWxkY2FyZCBETlMgU0FOLiBPcmRpbmFyeSBYLjUwOSB0b3BvbG9naWVzIGFyZSBub3QgYWZmZWN0ZWQgYnkgdGhpcyBidWcsCiAgaW5jbHVkaW5nIHRob3NlIHVzZWQgYnkgdGhlIFdlYiBQS0kuIENyZWRpdCB0byAqKk9sZWggS29ua28gKDFzZWFsKSoqIGZvcgogIHJlcG9ydGluZyB0aGUgaXNzdWUuICoqQ1ZFLTIwMjYtMzQwNzMqKgo8cD4uLiBfdjQ2LTAtNTo8L3A+CjxwPjQ2LjAuNSAtIDIwMjYtMDItMTA8YnIgLz4KPC9jb2RlPjwvcHJlPjwvcD4KPHVsPgo8bGk+QW4gYXR0YWNrZXIgY291bGQgY3JlYXRlIGEgbWFsaWNpb3VzIHB1YmxpYyBrZXkgdGhhdCByZXZlYWxzIHBvcnRpb25zIG9mIHlvdXIKcHJpdmF0ZSBrZXkgd2hlbiB1c2luZyBjZXJ0YWluIHVuY29tbW9uIGVsbGlwdGljIGN1cnZlcyAoYmluYXJ5IGN1cnZlcykuClRoaXMgdmVyc2lvbiBub3cgaW5jbHVkZXMgYWRkaXRpb25hbCBzZWN1cml0eSBjaGVja3MgdG8gcHJldmVudCB0aGlzIGF0dGFjay4KVGhpcyBpc3N1ZSBvbmx5IGFmZmVjdHMgYmluYXJ5IGVsbGlwdGljIGN1cnZlcywgd2hpY2ggYXJlIHJhcmVseSB1c2VkIGluCnJlYWwtd29ybGQgYXBwbGljYXRpb25zLiBDcmVkaXQgdG8gPHN0cm9uZz5YbGFiQUkgVGVhbSBvZiBUZW5jZW50IFh1YW53dSBMYWIgYW5kCkF0dWluIEF1dG9tYXRlZCBWdWxuZXJhYmlsaXR5IERpc2NvdmVyeSBFbmdpbmU8L3N0cm9uZz4gZm9yIHJlcG9ydGluZyB0aGUgaXNzdWUuCjxzdHJvbmc+Q1ZFLTIwMjYtMjYwMDc8L3N0cm9uZz48L2xpPgo8bGk+U3VwcG9ydCBmb3IgPGNvZGU+U0VDVCo8L2NvZGU+IGJpbmFyeSBlbGxpcHRpYyBjdXJ2ZXMgaXMgZGVwcmVjYXRlZCBhbmQgd2lsbCBiZQpyZW1vdmVkIGluIHRoZSBuZXh0IHJlbGVhc2UuPC9saT4KPC91bD4KPHA+Li4gdjQ2LTAtNDo8L3A+CjxwPjQ2LjAuNCAtIDIwMjYtMDEtMjc8L3A+CjxwcmU+PGNvZGU+CiogYERyb3BwZWQgc3VwcG9ydCBmb3Igd2luX2FybTY0IHdoZWVsc2BfLgoqIFVwZGF0ZWQgV2luZG93cywgbWFjT1MsIGFuZCBMaW51eCB3aGVlbHMgdG8gYmUgY29tcGlsZWQgd2l0aCBPcGVuU1NMIDMuNS41Lgo8cD4uLiBfdjQ2LTAtMzo8YnIgLz4KPC9jb2RlPjwvcHJlPjwvcD4KPC9ibG9ja3F1b3RlPgo8L2RldGFpbHM+CjxkZXRhaWxzPgo8c3VtbWFyeT5Db21taXRzPC9zdW1tYXJ5Pgo8dWw+CjxsaT48YSBocmVmPSJodHRwczovL2dpdGh1Yi5jb20vcHljYS9jcnlwdG9ncmFwaHkvY29tbWl0LzkxZDcyODg5N2JkYWQzMGNkNWM3OWEyYjIzZTIwN2YxZjA1MGQ1ODciPjxjb2RlPjkxZDcyODg8L2NvZGU+PC9hPiBDaGVycnktcGljayA8YSBocmVmPSJodHRwczovL3JlZGlyZWN0LmdpdGh1Yi5jb20vcHljYS9jcnlwdG9ncmFwaHkvaXNzdWVzLzE0NTQyIj4jMTQ1NDI8L2E+ICg8YSBocmVmPSJodHRwczovL3JlZGlyZWN0LmdpdGh1Yi5jb20vcHljYS9jcnlwdG9ncmFwaHkvaXNzdWVzLzE0NTQzIj4jMTQ1NDM8L2E+KTwvbGk+CjxsaT48YSBocmVmPSJodHRwczovL2dpdGh1Yi5jb20vcHljYS9jcnlwdG9ncmFwaHkvY29tbWl0LzA2ZTEyMGU2ODJjYjIwMGUzZjcwNTBjMDJmMGJjZGFjOTBjNGM2YWQiPjxjb2RlPjA2ZTEyMGU8L2NvZGU+PC9hPiBidW1wIHZlcnNpb24gZm9yIDQ2LjAuNSByZWxlYXNlICg8YSBocmVmPSJodHRwczovL3JlZGlyZWN0LmdpdGh1Yi5jb20vcHljYS9jcnlwdG9ncmFwaHkvaXNzdWVzLzE0Mjg5Ij4jMTQyODk8L2E+KTwvbGk+CjxsaT48YSBocmVmPSJodHRwczovL2dpdGh1Yi5jb20vcHljYS9jcnlwdG9ncmFwaHkvY29tbWl0LzBlZWJiOWRiYjYzNDNkOWJjMWQ5MWU1YTI0ODJlZDRlMDU0YTZkOGMiPjxjb2RlPjBlZWJiOWQ8L2NvZGU+PC9hPiBFQyBjaGVjayBrZXkgb24gY29mYWN0b3IgJmd0OyAxICg8YSBocmVmPSJodHRwczovL3JlZGlyZWN0LmdpdGh1Yi5jb20vcHljYS9jcnlwdG9ncmFwaHkvaXNzdWVzLzE0Mjg3Ij4jMTQyODc8L2E+KTwvbGk+CjxsaT48YSBocmVmPSJodHRwczovL2dpdGh1Yi5jb20vcHljYS9jcnlwdG9ncmFwaHkvY29tbWl0L2JlZGY2ZTE4NmI4MTRmNjlhM2Y1NGY1MTI1MmMyM2E3MWQ0NGVkMmUiPjxjb2RlPmJlZGY2ZTE8L2NvZGU+PC9hPiBmaXggb3BlbnNzbCB2ZXJzaW9uIG9uIDQ2IGJyYW5jaCAoPGEgaHJlZj0iaHR0cHM6Ly9yZWRpcmVjdC5naXRodWIuY29tL3B5Y2EvY3J5cHRvZ3JhcGh5L2lzc3Vlcy8xNDIyMCI+IzE0MjIwPC9hPik8L2xpPgo8bGk+PGEgaHJlZj0iaHR0cHM6Ly9naXRodWIuY29tL3B5Y2EvY3J5cHRvZ3JhcGh5L2NvbW1pdC9lNmY0NGZjOGU2MzkxZjA1ZDcxOWZiOWQzNjk2OTIzMjViODdhNDcxIj48Y29kZT5lNmY0NGZjPC9jb2RlPjwvYT4gYnVtcCBmb3IgNDYuMC40IGFuZCBkcm9wIHdpbiBhcm02NCBkdWUgdG8gQ0kgaXNzdWVzICg8YSBocmVmPSJodHRwczovL3JlZGlyZWN0LmdpdGh1Yi5jb20vcHljYS9jcnlwdG9ncmFwaHkvaXNzdWVzLzE0MjE3Ij4jMTQyMTc8L2E+KTwvbGk+CjxsaT5TZWUgZnVsbCBkaWZmIGluIDxhIGhyZWY9Imh0dHBzOi8vZ2l0aHViLmNvbS9weWNhL2NyeXB0b2dyYXBoeS9jb21wYXJlLzQ2LjAuMy4uLjQ2LjAuNiI+Y29tcGFyZSB2aWV3PC9hPjwvbGk+CjwvdWw+CjwvZGV0YWlscz4KPGJyIC8+Cg==
      patchset: bbb9cbf708df03df8548861e867183f0a51f22ec
      pipeline: check
      playbook_context:
        playbook_projects:
          trusted/project_0/github.com/vexxhost/zuul-config:
            canonical_name: github.com/vexxhost/zuul-config
            checkout: main
            commit: 9052b5a7781b3346e4cffd452a54448cbff54d8b
          trusted/project_1/opendev.org/zuul/zuul-jobs:
            canonical_name: opendev.org/zuul/zuul-jobs
            checkout: master
            commit: c75fe6ef19c05b98349573c971950c51bbf24758
          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: 9052b5a7781b3346e4cffd452a54448cbff54d8b
          untrusted/project_2/opendev.org/zuul/zuul-jobs:
            canonical_name: opendev.org/zuul/zuul-jobs
            checkout: master
            commit: c75fe6ef19c05b98349573c971950c51bbf24758
          untrusted/project_3/github.com/vexxhost/ansible-collection-kubernetes:
            canonical_name: github.com/vexxhost/ansible-collection-kubernetes
            checkout: main
            commit: 8ddbfda888f08788b4f405e4361a8a2f0dc2d4bb
          untrusted/project_4/opendev.org/openstack/openstack-helm:
            canonical_name: opendev.org/openstack/openstack-helm
            checkout: master
            commit: 3e6d3ecbbb91cfbba41f1cdbcbb494a1bdb24949
        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_playbooks:
        - path: untrusted/project_3/github.com/vexxhost/ansible-collection-kubernetes/test-playbooks/molecule/post.yml
          roles:
          - checkout: main
            checkout_description: playbook branch
            link_name: ansible/post_playbook_0/role_0/collection-kubernetes
            link_target: untrusted/project_3/github.com/vexxhost/ansible-collection-kubernetes
            role_path: ansible/post_playbook_0/role_0/collection-kubernetes/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/ansible-collection-kubernetes/test-playbooks/molecule/pre.yml
          roles:
          - checkout: main
            checkout_description: playbook branch
            link_name: ansible/pre_playbook_2/role_0/collection-kubernetes
            link_target: untrusted/project_3/github.com/vexxhost/ansible-collection-kubernetes
            role_path: ansible/pre_playbook_2/role_0/collection-kubernetes/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/ansible-collection-kubernetes
        name: vexxhost/ansible-collection-kubernetes
        short_name: ansible-collection-kubernetes
        src_dir: src/github.com/vexxhost/ansible-collection-kubernetes
      projects:
        github.com/vexxhost/ansible-collection-kubernetes:
          canonical_hostname: github.com
          canonical_name: github.com/vexxhost/ansible-collection-kubernetes
          checkout: main
          checkout_description: zuul branch
          commit: 8ddbfda888f08788b4f405e4361a8a2f0dc2d4bb
          name: vexxhost/ansible-collection-kubernetes
          required: false
          short_name: ansible-collection-kubernetes
          src_dir: src/github.com/vexxhost/ansible-collection-kubernetes
      ref: refs/pull/250/head
      resources: {}
      tenant: oss
      timeout: 1800
      topic: null
      voting: true
