all: children: zuul_unreachable: hosts: {} hosts: controller: ansible_connection: ssh ansible_host: 162.253.55.70 ansible_port: 22 ansible_python_interpreter: auto ansible_user: zuul nodepool: az: nova cloud: ansible-vexxhost external_id: 58addf62-eb05-4f3c-b752-05c359547948 host_id: cbf77c162637fdd0e01a5fd1648344bc082ef4e142a7eb44d1145ee2 interface_ip: 162.253.55.70 label: ansible-fedora-37-1vcpu private_ipv4: 192.168.0.33 private_ipv6: null provider: ansible-vexxhost-ca-ymq-1 public_ipv4: 162.253.55.70 public_ipv6: 2604:e100:1:0:f816:3eff:feea:ebb9 region: ca-ymq-1 slot: null zuul_use_fetch_output: true vars: zuul: _inheritance_path: - '' - '' - '' - '' ansible_version: '8' artifacts: - branch: main change: '2357' job: build-ansible-collection metadata: type: zuul_manifest name: Zuul Manifest patchset: d1da816947edf9be558e46f486ec7950d3fb33dd project: ansible-collections/community.aws url: https://19b3c0940369e8a0ee4e-c591d5e3fe7b780500aff2cf894d5d84.ssl.cf5.rackcdn.com/ansible/031a515d01c640f09814ea1864fa3334/zuul-manifest.json - branch: main change: '2357' job: build-ansible-collection metadata: type: ansible_collection version: 11.0.0 name: community.aws patchset: d1da816947edf9be558e46f486ec7950d3fb33dd project: ansible-collections/community.aws url: https://19b3c0940369e8a0ee4e-c591d5e3fe7b780500aff2cf894d5d84.ssl.cf5.rackcdn.com/ansible/031a515d01c640f09814ea1864fa3334/artifacts/community-aws-11.0.0.tar.gz - branch: main change: '2357' job: build-ansible-collection metadata: type: ansible_collection version: 11.0.0 name: amazon.aws patchset: d1da816947edf9be558e46f486ec7950d3fb33dd project: ansible-collections/community.aws url: https://19b3c0940369e8a0ee4e-c591d5e3fe7b780500aff2cf894d5d84.ssl.cf5.rackcdn.com/ansible/031a515d01c640f09814ea1864fa3334/artifacts/amazon-aws-11.0.0.tar.gz attempts: 1 branch: main build: aa1d8f4945664102bf0c82bfff16bdad build_refs: - branch: main change: '2357' change_message: "ec2_describe_instance_types: New Module\n\n## Summary\n\n- Adds new `ec2_describe_instance_types` module to retrieve detailed information about EC2 instance types\n- Supports filtering by specific instance type names or using AWS filters (including wildcards via `instance-type` filter)\n- Uses standard `camel_dict_to_snake_dict` for consistent snake_case field naming\n- Includes comprehensive integration tests\n\n## Features\n\n- Query specific instance types by exact name (e.g., `t3.micro`, `m5.large`)\n- Filter using AWS DescribeInstanceTypes filters (e.g., `free-tier-eligible`, `processor-info.supported-architecture`)\n- Wildcard support via filters (e.g., `instance-type: \"t3.*\"`)\n- Returns detailed instance type information including vCPU, memory, network, storage, and GPU info\n- Supports check mode\n\n## Test plan\n\n- [x] Integration tests created covering:\n - Basic instance type queries\n - Multiple instance types\n - Wildcard pattern matching via filters\n - Free tier and architecture filters\n - Combined multiple filters\n - Check mode\n - Return value structure validation\n \ - Invalid instance type error handling\n\n\U0001F916 Generated with [Claude Code](https://claude.com/claude-code)" change_url: https://github.com/ansible-collections/community.aws/pull/2357 commit_id: d1da816947edf9be558e46f486ec7950d3fb33dd patchset: d1da816947edf9be558e46f486ec7950d3fb33dd project: canonical_hostname: github.com canonical_name: github.com/ansible-collections/community.aws name: ansible-collections/community.aws short_name: community.aws src_dir: src/github.com/ansible-collections/community.aws topic: null buildset: 902bc8acf46c4ce2b5509021d3414ae6 buildset_refs: - branch: main change: '2357' change_message: "ec2_describe_instance_types: New Module\n\n## Summary\n\n- Adds new `ec2_describe_instance_types` module to retrieve detailed information about EC2 instance types\n- Supports filtering by specific instance type names or using AWS filters (including wildcards via `instance-type` filter)\n- Uses standard `camel_dict_to_snake_dict` for consistent snake_case field naming\n- Includes comprehensive integration tests\n\n## Features\n\n- Query specific instance types by exact name (e.g., `t3.micro`, `m5.large`)\n- Filter using AWS DescribeInstanceTypes filters (e.g., `free-tier-eligible`, `processor-info.supported-architecture`)\n- Wildcard support via filters (e.g., `instance-type: \"t3.*\"`)\n- Returns detailed instance type information including vCPU, memory, network, storage, and GPU info\n- Supports check mode\n\n## Test plan\n\n- [x] Integration tests created covering:\n - Basic instance type queries\n - Multiple instance types\n - Wildcard pattern matching via filters\n - Free tier and architecture filters\n - Combined multiple filters\n - Check mode\n - Return value structure validation\n \ - Invalid instance type error handling\n\n\U0001F916 Generated with [Claude Code](https://claude.com/claude-code)" change_url: https://github.com/ansible-collections/community.aws/pull/2357 commit_id: d1da816947edf9be558e46f486ec7950d3fb33dd patchset: d1da816947edf9be558e46f486ec7950d3fb33dd project: canonical_hostname: github.com canonical_name: github.com/ansible-collections/community.aws name: ansible-collections/community.aws short_name: community.aws src_dir: src/github.com/ansible-collections/community.aws topic: null change: '2357' change_message: "ec2_describe_instance_types: New Module\n\n## Summary\n\n- Adds new `ec2_describe_instance_types` module to retrieve detailed information about EC2 instance types\n- Supports filtering by specific instance type names or using AWS filters (including wildcards via `instance-type` filter)\n- Uses standard `camel_dict_to_snake_dict` for consistent snake_case field naming\n- Includes comprehensive integration tests\n\n## Features\n\n- Query specific instance types by exact name (e.g., `t3.micro`, `m5.large`)\n- Filter using AWS DescribeInstanceTypes filters (e.g., `free-tier-eligible`, `processor-info.supported-architecture`)\n- Wildcard support via filters (e.g., `instance-type: \"t3.*\"`)\n- Returns detailed instance type information including vCPU, memory, network, storage, and GPU info\n- Supports check mode\n\n## Test plan\n\n- [x] Integration tests created covering:\n - Basic instance type queries\n - Multiple instance types\n - Wildcard pattern matching via filters\n - Free tier and architecture filters\n - Combined multiple filters\n - Check mode\n - Return value structure validation\n - Invalid instance type error handling\n\n\U0001F916 Generated with [Claude Code](https://claude.com/claude-code)" change_url: https://github.com/ansible-collections/community.aws/pull/2357 child_jobs: [] commit_id: d1da816947edf9be558e46f486ec7950d3fb33dd event_id: cf70c8b0-d2a4-11f0-94e7-5529d799fe98 executor: hostname: ze03.softwarefactory-project.io inventory_file: /var/lib/zuul/builds/aa1d8f4945664102bf0c82bfff16bdad/ansible/inventory.yaml log_root: /var/lib/zuul/builds/aa1d8f4945664102bf0c82bfff16bdad/work/logs result_data_file: /var/lib/zuul/builds/aa1d8f4945664102bf0c82bfff16bdad/work/results.json src_root: /var/lib/zuul/builds/aa1d8f4945664102bf0c82bfff16bdad/work/src work_root: /var/lib/zuul/builds/aa1d8f4945664102bf0c82bfff16bdad/work items: - branch: main change: '2357' change_message: "ec2_describe_instance_types: New Module\n\n## Summary\n\n- Adds new `ec2_describe_instance_types` module to retrieve detailed information about EC2 instance types\n- Supports filtering by specific instance type names or using AWS filters (including wildcards via `instance-type` filter)\n- Uses standard `camel_dict_to_snake_dict` for consistent snake_case field naming\n- Includes comprehensive integration tests\n\n## Features\n\n- Query specific instance types by exact name (e.g., `t3.micro`, `m5.large`)\n- Filter using AWS DescribeInstanceTypes filters (e.g., `free-tier-eligible`, `processor-info.supported-architecture`)\n- Wildcard support via filters (e.g., `instance-type: \"t3.*\"`)\n- Returns detailed instance type information including vCPU, memory, network, storage, and GPU info\n- Supports check mode\n\n## Test plan\n\n- [x] Integration tests created covering:\n - Basic instance type queries\n - Multiple instance types\n - Wildcard pattern matching via filters\n - Free tier and architecture filters\n - Combined multiple filters\n - Check mode\n - Return value structure validation\n \ - Invalid instance type error handling\n\n\U0001F916 Generated with [Claude Code](https://claude.com/claude-code)" change_url: https://github.com/ansible-collections/community.aws/pull/2357 commit_id: d1da816947edf9be558e46f486ec7950d3fb33dd patchset: d1da816947edf9be558e46f486ec7950d3fb33dd project: canonical_hostname: github.com canonical_name: github.com/ansible-collections/community.aws name: ansible-collections/community.aws short_name: community.aws src_dir: src/github.com/ansible-collections/community.aws topic: null job: ansible-galaxy-importer jobtags: [] max_attempts: 3 message: ZWMyX2Rlc2NyaWJlX2luc3RhbmNlX3R5cGVzOiBOZXcgTW9kdWxlCgojIyBTdW1tYXJ5CgotIEFkZHMgbmV3IGBlYzJfZGVzY3JpYmVfaW5zdGFuY2VfdHlwZXNgIG1vZHVsZSB0byByZXRyaWV2ZSBkZXRhaWxlZCBpbmZvcm1hdGlvbiBhYm91dCBFQzIgaW5zdGFuY2UgdHlwZXMKLSBTdXBwb3J0cyBmaWx0ZXJpbmcgYnkgc3BlY2lmaWMgaW5zdGFuY2UgdHlwZSBuYW1lcyBvciB1c2luZyBBV1MgZmlsdGVycyAoaW5jbHVkaW5nIHdpbGRjYXJkcyB2aWEgYGluc3RhbmNlLXR5cGVgIGZpbHRlcikKLSBVc2VzIHN0YW5kYXJkIGBjYW1lbF9kaWN0X3RvX3NuYWtlX2RpY3RgIGZvciBjb25zaXN0ZW50IHNuYWtlX2Nhc2UgZmllbGQgbmFtaW5nCi0gSW5jbHVkZXMgY29tcHJlaGVuc2l2ZSBpbnRlZ3JhdGlvbiB0ZXN0cwoKIyMgRmVhdHVyZXMKCi0gUXVlcnkgc3BlY2lmaWMgaW5zdGFuY2UgdHlwZXMgYnkgZXhhY3QgbmFtZSAoZS5nLiwgYHQzLm1pY3JvYCwgYG01LmxhcmdlYCkKLSBGaWx0ZXIgdXNpbmcgQVdTIERlc2NyaWJlSW5zdGFuY2VUeXBlcyBmaWx0ZXJzIChlLmcuLCBgZnJlZS10aWVyLWVsaWdpYmxlYCwgYHByb2Nlc3Nvci1pbmZvLnN1cHBvcnRlZC1hcmNoaXRlY3R1cmVgKQotIFdpbGRjYXJkIHN1cHBvcnQgdmlhIGZpbHRlcnMgKGUuZy4sIGBpbnN0YW5jZS10eXBlOiAidDMuKiJgKQotIFJldHVybnMgZGV0YWlsZWQgaW5zdGFuY2UgdHlwZSBpbmZvcm1hdGlvbiBpbmNsdWRpbmcgdkNQVSwgbWVtb3J5LCBuZXR3b3JrLCBzdG9yYWdlLCBhbmQgR1BVIGluZm8KLSBTdXBwb3J0cyBjaGVjayBtb2RlCgojIyBUZXN0IHBsYW4KCi0gW3hdIEludGVncmF0aW9uIHRlc3RzIGNyZWF0ZWQgY292ZXJpbmc6CiAgLSBCYXNpYyBpbnN0YW5jZSB0eXBlIHF1ZXJpZXMKICAtIE11bHRpcGxlIGluc3RhbmNlIHR5cGVzCiAgLSBXaWxkY2FyZCBwYXR0ZXJuIG1hdGNoaW5nIHZpYSBmaWx0ZXJzCiAgLSBGcmVlIHRpZXIgYW5kIGFyY2hpdGVjdHVyZSBmaWx0ZXJzCiAgLSBDb21iaW5lZCBtdWx0aXBsZSBmaWx0ZXJzCiAgLSBDaGVjayBtb2RlCiAgLSBSZXR1cm4gdmFsdWUgc3RydWN0dXJlIHZhbGlkYXRpb24KICAtIEludmFsaWQgaW5zdGFuY2UgdHlwZSBlcnJvciBoYW5kbGluZwoK8J+kliBHZW5lcmF0ZWQgd2l0aCBbQ2xhdWRlIENvZGVdKGh0dHBzOi8vY2xhdWRlLmNvbS9jbGF1ZGUtY29kZSk= patchset: d1da816947edf9be558e46f486ec7950d3fb33dd pipeline: third-party-check playbook_context: playbook_projects: trusted/project_0/github.com/ansible/zuul-config: canonical_name: github.com/ansible/zuul-config checkout: master commit: 3e667f4d3a5f14620cbe10b052c77698fa883471 trusted/project_1/opendev.org/zuul/zuul-jobs: canonical_name: opendev.org/zuul/zuul-jobs checkout: master commit: 935cfd422c2237f4863cdcdf5fb201bce8c32a67 untrusted/project_0/github.com/ansible/ansible-zuul-jobs: canonical_name: github.com/ansible/ansible-zuul-jobs checkout: master commit: e7ff49de526383ec1701720d6aed921160ec3931 untrusted/project_1/github.com/ansible/zuul-config: canonical_name: github.com/ansible/zuul-config checkout: master commit: 3e667f4d3a5f14620cbe10b052c77698fa883471 untrusted/project_2/opendev.org/zuul/zuul-jobs: canonical_name: opendev.org/zuul/zuul-jobs checkout: master commit: 935cfd422c2237f4863cdcdf5fb201bce8c32a67 playbooks: - path: untrusted/project_0/github.com/ansible/ansible-zuul-jobs/playbooks/ansible-galaxy-importer/run.yaml roles: - checkout: master checkout_description: playbook branch link_name: ansible/playbook_0/role_0/zuul-jobs link_target: untrusted/project_0/github.com/ansible/ansible-zuul-jobs role_path: ansible/playbook_0/role_0/zuul-jobs/roles - checkout: master checkout_description: project default branch link_name: ansible/playbook_0/role_1/zuul-config link_target: untrusted/project_1/github.com/ansible/zuul-config role_path: ansible/playbook_0/role_1/zuul-config/roles - checkout: master checkout_description: project default branch link_name: ansible/playbook_0/role_2/zuul-jobs link_target: untrusted/project_2/opendev.org/zuul/zuul-jobs role_path: ansible/playbook_0/role_2/zuul-jobs/roles post_review: false project: canonical_hostname: github.com canonical_name: github.com/ansible-collections/community.aws name: ansible-collections/community.aws short_name: community.aws src_dir: src/github.com/ansible-collections/community.aws projects: github.com/ansible-collections/community.aws: canonical_hostname: github.com canonical_name: github.com/ansible-collections/community.aws checkout: main checkout_description: zuul branch commit: 1b785019c1769f441b53aedac0f27f980e6a42c1 name: ansible-collections/community.aws required: false short_name: community.aws src_dir: src/github.com/ansible-collections/community.aws github.com/ansible-network/releases: canonical_hostname: github.com canonical_name: github.com/ansible-network/releases checkout: master checkout_description: project default branch commit: 646b310655c531e4904be07f4ff8fc3a29addd09 name: ansible-network/releases required: true short_name: releases src_dir: src/github.com/ansible-network/releases ref: refs/pull/2357/head resources: {} tenant: ansible timeout: 1800 topic: null voting: false zuul_use_fetch_output: true