Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New Modules: cloudfront_cache_policy and cloudfront_origin_request_policy #2046

Open
wants to merge 58 commits into
base: main
Choose a base branch
from

Conversation

Zozman
Copy link
Contributor

@Zozman Zozman commented Jan 16, 2024

SUMMARY

Currently, there is no module available for creating and modifying CloudFront Cache Policies and Origin Request Policies. This makes it difficult to use custom ones with the cloudfront_distribution module.

Therefore this PR is to add modules for these 2 resources. As these resources are similar in management and functions to CloudFront Response Header Policies that are managed by the cloudfront_response_headers_policy module, this PR is heavily based on the work in #925.

ISSUE TYPE
  • New Module Pull Request
COMPONENT NAME
  • cloudfront_cache_policy
  • cloudfront_origin_request_policy

Copy link

github-actions bot commented Jan 16, 2024

Docs Build 📝

Thank you for contribution!✨

The docsite for this PR is available for download as an artifact from this run:
https://github.com/ansible-collections/community.aws/actions/runs/10733552605

You can compare to the docs for the main branch here:
https://ansible-collections.github.io/community.aws/branch/main

File changes:

  • A collections/community/aws/cloudfront_cache_policy_module.html
  • A collections/community/aws/cloudfront_origin_request_policy_module.html
  • M collections/community/aws/cloudformation_stack_set_module.html
  • M collections/community/aws/cloudfront_distribution_module.html
  • M collections/community/aws/cloudfront_origin_access_identity_module.html
  • M collections/community/aws/cloudfront_response_headers_policy_module.html
  • M collections/community/aws/index.html
  • M collections/index_module.html
Click to see the diff comparison.

NOTE: only file modifications are shown here. New and deleted files are excluded.
See the file list and check the published docs to see those files.

diff --git a/home/runner/work/community.aws/community.aws/docsbuild/base/collections/community/aws/cloudformation_stack_set_module.html b/home/runner/work/community.aws/community.aws/docsbuild/head/collections/community/aws/cloudformation_stack_set_module.html
index 01d83da..bc0e599 100644
--- a/home/runner/work/community.aws/community.aws/docsbuild/base/collections/community/aws/cloudformation_stack_set_module.html
+++ b/home/runner/work/community.aws/community.aws/docsbuild/head/collections/community/aws/cloudformation_stack_set_module.html
@@ -24,7 +24,7 @@
         <script src="../../../_static/sphinx_highlight.js?v=dc90522c"></script>
     <script src="../../../_static/js/theme.js"></script>
     <link rel="search" title="Search" href="../../../search.html" />
-    <link rel="next" title="community.aws.cloudfront_distribution module – Create, update and delete AWS CloudFront distributions" href="cloudfront_distribution_module.html" />
+    <link rel="next" title="community.aws.cloudfront_cache_policy module – Create, update and delete cache policies to be used in a Cloudfront distribution’s cache behavior" href="cloudfront_cache_policy_module.html" />
     <link rel="prev" title="community.aws.cloudformation_exports_info module – Read a value from CloudFormation Exports" href="cloudformation_exports_info_module.html" /><!-- extra head elements for Ansible beyond RTD Sphinx Theme -->
 
 
@@ -669,7 +669,7 @@ see <a class="reference internal" href="#ansible-collections-community-aws-cloud
 
 <footer><div class="rst-footer-buttons" role="navigation" aria-label="Footer">
         <a href="cloudformation_exports_info_module.html" class="btn btn-neutral float-left" title="community.aws.cloudformation_exports_info module – Read a value from CloudFormation Exports" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left" aria-hidden="true"></span> Previous</a>
-        <a href="cloudfront_distribution_module.html" class="btn btn-neutral float-right" title="community.aws.cloudfront_distribution module – Create, update and delete AWS CloudFront distributions" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right" aria-hidden="true"></span></a>
+        <a href="cloudfront_cache_policy_module.html" class="btn btn-neutral float-right" title="community.aws.cloudfront_cache_policy module – Create, update and delete cache policies to be used in a Cloudfront distribution’s cache behavior" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right" aria-hidden="true"></span></a>
     </div>
 
   <hr/>
diff --git a/home/runner/work/community.aws/community.aws/docsbuild/base/collections/community/aws/cloudfront_distribution_module.html b/home/runner/work/community.aws/community.aws/docsbuild/head/collections/community/aws/cloudfront_distribution_module.html
index c83cd4f..03a639a 100644
--- a/home/runner/work/community.aws/community.aws/docsbuild/base/collections/community/aws/cloudfront_distribution_module.html
+++ b/home/runner/work/community.aws/community.aws/docsbuild/head/collections/community/aws/cloudfront_distribution_module.html
@@ -25,7 +25,7 @@
     <script src="../../../_static/js/theme.js"></script>
     <link rel="search" title="Search" href="../../../search.html" />
     <link rel="next" title="community.aws.cloudfront_distribution_info module – Obtain facts about an AWS CloudFront distribution" href="cloudfront_distribution_info_module.html" />
-    <link rel="prev" title="community.aws.cloudformation_stack_set module – Manage groups of CloudFormation stacks" href="cloudformation_stack_set_module.html" /><!-- extra head elements for Ansible beyond RTD Sphinx Theme -->
+    <link rel="prev" title="community.aws.cloudfront_cache_policy module – Create, update and delete cache policies to be used in a Cloudfront distribution’s cache behavior" href="cloudfront_cache_policy_module.html" /><!-- extra head elements for Ansible beyond RTD Sphinx Theme -->
 
 
 
@@ -2717,7 +2717,7 @@ see <a class="reference internal" href="#ansible-collections-community-aws-cloud
           
 
 <footer><div class="rst-footer-buttons" role="navigation" aria-label="Footer">
-        <a href="cloudformation_stack_set_module.html" class="btn btn-neutral float-left" title="community.aws.cloudformation_stack_set module – Manage groups of CloudFormation stacks" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left" aria-hidden="true"></span> Previous</a>
+        <a href="cloudfront_cache_policy_module.html" class="btn btn-neutral float-left" title="community.aws.cloudfront_cache_policy module – Create, update and delete cache policies to be used in a Cloudfront distribution’s cache behavior" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left" aria-hidden="true"></span> Previous</a>
         <a href="cloudfront_distribution_info_module.html" class="btn btn-neutral float-right" title="community.aws.cloudfront_distribution_info module – Obtain facts about an AWS CloudFront distribution" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right" aria-hidden="true"></span></a>
     </div>
 
diff --git a/home/runner/work/community.aws/community.aws/docsbuild/base/collections/community/aws/cloudfront_origin_access_identity_module.html b/home/runner/work/community.aws/community.aws/docsbuild/head/collections/community/aws/cloudfront_origin_access_identity_module.html
index c19e13a..cef0435 100644
--- a/home/runner/work/community.aws/community.aws/docsbuild/base/collections/community/aws/cloudfront_origin_access_identity_module.html
+++ b/home/runner/work/community.aws/community.aws/docsbuild/head/collections/community/aws/cloudfront_origin_access_identity_module.html
@@ -24,7 +24,7 @@
         <script src="../../../_static/sphinx_highlight.js?v=dc90522c"></script>
     <script src="../../../_static/js/theme.js"></script>
     <link rel="search" title="Search" href="../../../search.html" />
-    <link rel="next" title="community.aws.cloudfront_response_headers_policy module – Create, update and delete response headers policies to be used in a Cloudfront distribution" href="cloudfront_response_headers_policy_module.html" />
+    <link rel="next" title="community.aws.cloudfront_origin_request_policy module – Create, update and delete origin request policies to be used in a Cloudfront distribution’s cache behavior" href="cloudfront_origin_request_policy_module.html" />
     <link rel="prev" title="community.aws.cloudfront_invalidation module – create invalidations for AWS CloudFront distributions" href="cloudfront_invalidation_module.html" /><!-- extra head elements for Ansible beyond RTD Sphinx Theme -->
 
 
@@ -484,7 +484,7 @@ see <a class="reference internal" href="#ansible-collections-community-aws-cloud
 
 <footer><div class="rst-footer-buttons" role="navigation" aria-label="Footer">
         <a href="cloudfront_invalidation_module.html" class="btn btn-neutral float-left" title="community.aws.cloudfront_invalidation module – create invalidations for AWS CloudFront distributions" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left" aria-hidden="true"></span> Previous</a>
-        <a href="cloudfront_response_headers_policy_module.html" class="btn btn-neutral float-right" title="community.aws.cloudfront_response_headers_policy module – Create, update and delete response headers policies to be used in a Cloudfront distribution" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right" aria-hidden="true"></span></a>
+        <a href="cloudfront_origin_request_policy_module.html" class="btn btn-neutral float-right" title="community.aws.cloudfront_origin_request_policy module – Create, update and delete origin request policies to be used in a Cloudfront distribution’s cache behavior" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right" aria-hidden="true"></span></a>
     </div>
 
   <hr/>
diff --git a/home/runner/work/community.aws/community.aws/docsbuild/base/collections/community/aws/cloudfront_response_headers_policy_module.html b/home/runner/work/community.aws/community.aws/docsbuild/head/collections/community/aws/cloudfront_response_headers_policy_module.html
index a141760..b83b017 100644
--- a/home/runner/work/community.aws/community.aws/docsbuild/base/collections/community/aws/cloudfront_response_headers_policy_module.html
+++ b/home/runner/work/community.aws/community.aws/docsbuild/head/collections/community/aws/cloudfront_response_headers_policy_module.html
@@ -25,7 +25,7 @@
     <script src="../../../_static/js/theme.js"></script>
     <link rel="search" title="Search" href="../../../search.html" />
     <link rel="next" title="community.aws.codebuild_project module – Create or delete an AWS CodeBuild project" href="codebuild_project_module.html" />
-    <link rel="prev" title="community.aws.cloudfront_origin_access_identity module – Create, update and delete origin access identities for a CloudFront distribution" href="cloudfront_origin_access_identity_module.html" /><!-- extra head elements for Ansible beyond RTD Sphinx Theme -->
+    <link rel="prev" title="community.aws.cloudfront_origin_request_policy module – Create, update and delete origin request policies to be used in a Cloudfront distribution’s cache behavior" href="cloudfront_origin_request_policy_module.html" /><!-- extra head elements for Ansible beyond RTD Sphinx Theme -->
 
 
 
@@ -515,7 +515,7 @@ see <a class="reference internal" href="#ansible-collections-community-aws-cloud
           
 
 <footer><div class="rst-footer-buttons" role="navigation" aria-label="Footer">
-        <a href="cloudfront_origin_access_identity_module.html" class="btn btn-neutral float-left" title="community.aws.cloudfront_origin_access_identity module – Create, update and delete origin access identities for a CloudFront distribution" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left" aria-hidden="true"></span> Previous</a>
+        <a href="cloudfront_origin_request_policy_module.html" class="btn btn-neutral float-left" title="community.aws.cloudfront_origin_request_policy module – Create, update and delete origin request policies to be used in a Cloudfront distribution’s cache behavior" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left" aria-hidden="true"></span> Previous</a>
         <a href="codebuild_project_module.html" class="btn btn-neutral float-right" title="community.aws.codebuild_project module – Create or delete an AWS CodeBuild project" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right" aria-hidden="true"></span></a>
     </div>
 
diff --git a/home/runner/work/community.aws/community.aws/docsbuild/base/collections/community/aws/index.html b/home/runner/work/community.aws/community.aws/docsbuild/head/collections/community/aws/index.html
index 2718dab..f3b87f3 100644
--- a/home/runner/work/community.aws/community.aws/docsbuild/base/collections/community/aws/index.html
+++ b/home/runner/work/community.aws/community.aws/docsbuild/head/collections/community/aws/index.html
@@ -202,10 +202,12 @@
 <li><p><a class="reference internal" href="batch_job_queue_module.html#ansible-collections-community-aws-batch-job-queue-module"><span class="std std-ref">batch_job_queue module</span></a> – Manage AWS Batch Job Queues</p></li>
 <li><p><a class="reference internal" href="cloudformation_exports_info_module.html#ansible-collections-community-aws-cloudformation-exports-info-module"><span class="std std-ref">cloudformation_exports_info module</span></a> – Read a value from CloudFormation Exports</p></li>
 <li><p><a class="reference internal" href="cloudformation_stack_set_module.html#ansible-collections-community-aws-cloudformation-stack-set-module"><span class="std std-ref">cloudformation_stack_set module</span></a> – Manage groups of CloudFormation stacks</p></li>
+<li><p><a class="reference internal" href="cloudfront_cache_policy_module.html#ansible-collections-community-aws-cloudfront-cache-policy-module"><span class="std std-ref">cloudfront_cache_policy module</span></a> – Create, update and delete cache policies to be used in a Cloudfront distribution’s cache behavior</p></li>
 <li><p><a class="reference internal" href="cloudfront_distribution_module.html#ansible-collections-community-aws-cloudfront-distribution-module"><span class="std std-ref">cloudfront_distribution module</span></a> – Create, update and delete AWS CloudFront distributions</p></li>
 <li><p><a class="reference internal" href="cloudfront_distribution_info_module.html#ansible-collections-community-aws-cloudfront-distribution-info-module"><span class="std std-ref">cloudfront_distribution_info module</span></a> – Obtain facts about an AWS CloudFront distribution</p></li>
 <li><p><a class="reference internal" href="cloudfront_invalidation_module.html#ansible-collections-community-aws-cloudfront-invalidation-module"><span class="std std-ref">cloudfront_invalidation module</span></a> – create invalidations for AWS CloudFront distributions</p></li>
 <li><p><a class="reference internal" href="cloudfront_origin_access_identity_module.html#ansible-collections-community-aws-cloudfront-origin-access-identity-module"><span class="std std-ref">cloudfront_origin_access_identity module</span></a> – Create, update and delete origin access identities for a CloudFront distribution</p></li>
+<li><p><a class="reference internal" href="cloudfront_origin_request_policy_module.html#ansible-collections-community-aws-cloudfront-origin-request-policy-module"><span class="std std-ref">cloudfront_origin_request_policy module</span></a> – Create, update and delete origin request policies to be used in a Cloudfront distribution’s cache behavior</p></li>
 <li><p><a class="reference internal" href="cloudfront_response_headers_policy_module.html#ansible-collections-community-aws-cloudfront-response-headers-policy-module"><span class="std std-ref">cloudfront_response_headers_policy module</span></a> – Create, update and delete response headers policies to be used in a Cloudfront distribution</p></li>
 <li><p><a class="reference internal" href="codebuild_project_module.html#ansible-collections-community-aws-codebuild-project-module"><span class="std std-ref">codebuild_project module</span></a> – Create or delete an AWS CodeBuild project</p></li>
 <li><p><a class="reference internal" href="codecommit_repository_module.html#ansible-collections-community-aws-codecommit-repository-module"><span class="std std-ref">codecommit_repository module</span></a> – Manage repositories in AWS CodeCommit</p></li>
diff --git a/home/runner/work/community.aws/community.aws/docsbuild/base/collections/index_module.html b/home/runner/work/community.aws/community.aws/docsbuild/head/collections/index_module.html
index f2174bd..e3abbb3 100644
--- a/home/runner/work/community.aws/community.aws/docsbuild/base/collections/index_module.html
+++ b/home/runner/work/community.aws/community.aws/docsbuild/head/collections/index_module.html
@@ -145,10 +145,12 @@
 <li><p><a class="reference internal" href="community/aws/batch_job_queue_module.html#ansible-collections-community-aws-batch-job-queue-module"><span class="std std-ref">community.aws.batch_job_queue</span></a> – Manage AWS Batch Job Queues</p></li>
 <li><p><a class="reference internal" href="community/aws/cloudformation_exports_info_module.html#ansible-collections-community-aws-cloudformation-exports-info-module"><span class="std std-ref">community.aws.cloudformation_exports_info</span></a> – Read a value from CloudFormation Exports</p></li>
 <li><p><a class="reference internal" href="community/aws/cloudformation_stack_set_module.html#ansible-collections-community-aws-cloudformation-stack-set-module"><span class="std std-ref">community.aws.cloudformation_stack_set</span></a> – Manage groups of CloudFormation stacks</p></li>
+<li><p><a class="reference internal" href="community/aws/cloudfront_cache_policy_module.html#ansible-collections-community-aws-cloudfront-cache-policy-module"><span class="std std-ref">community.aws.cloudfront_cache_policy</span></a> – Create, update and delete cache policies to be used in a Cloudfront distribution’s cache behavior</p></li>
 <li><p><a class="reference internal" href="community/aws/cloudfront_distribution_module.html#ansible-collections-community-aws-cloudfront-distribution-module"><span class="std std-ref">community.aws.cloudfront_distribution</span></a> – Create, update and delete AWS CloudFront distributions</p></li>
 <li><p><a class="reference internal" href="community/aws/cloudfront_distribution_info_module.html#ansible-collections-community-aws-cloudfront-distribution-info-module"><span class="std std-ref">community.aws.cloudfront_distribution_info</span></a> – Obtain facts about an AWS CloudFront distribution</p></li>
 <li><p><a class="reference internal" href="community/aws/cloudfront_invalidation_module.html#ansible-collections-community-aws-cloudfront-invalidation-module"><span class="std std-ref">community.aws.cloudfront_invalidation</span></a> – create invalidations for AWS CloudFront distributions</p></li>
 <li><p><a class="reference internal" href="community/aws/cloudfront_origin_access_identity_module.html#ansible-collections-community-aws-cloudfront-origin-access-identity-module"><span class="std std-ref">community.aws.cloudfront_origin_access_identity</span></a> – Create, update and delete origin access identities for a CloudFront distribution</p></li>
+<li><p><a class="reference internal" href="community/aws/cloudfront_origin_request_policy_module.html#ansible-collections-community-aws-cloudfront-origin-request-policy-module"><span class="std std-ref">community.aws.cloudfront_origin_request_policy</span></a> – Create, update and delete origin request policies to be used in a Cloudfront distribution’s cache behavior</p></li>
 <li><p><a class="reference internal" href="community/aws/cloudfront_response_headers_policy_module.html#ansible-collections-community-aws-cloudfront-response-headers-policy-module"><span class="std std-ref">community.aws.cloudfront_response_headers_policy</span></a> – Create, update and delete response headers policies to be used in a Cloudfront distribution</p></li>
 <li><p><a class="reference internal" href="community/aws/codebuild_project_module.html#ansible-collections-community-aws-codebuild-project-module"><span class="std std-ref">community.aws.codebuild_project</span></a> – Create or delete an AWS CodeBuild project</p></li>
 <li><p><a class="reference internal" href="community/aws/codecommit_repository_module.html#ansible-collections-community-aws-codecommit-repository-module"><span class="std std-ref">community.aws.codecommit_repository</span></a> – Manage repositories in AWS CodeCommit</p></li>

Copy link
Contributor

Build failed.
https://ansible.softwarefactory-project.io/zuul/buildset/75ad1c52dbed4dcb86e6e2a621a13436

ansible-galaxy-importer FAILURE in 5m 09s (non-voting)
✔️ build-ansible-collection SUCCESS in 15m 28s
✔️ ansible-test-splitter SUCCESS in 5m 49s
✔️ integration-community.aws-1 SUCCESS in 19m 45s
integration-community.aws-2 FAILURE in 6m 49s
integration-community.aws-3 FAILURE in 6m 49s
Skipped 19 jobs

@Zozman
Copy link
Contributor Author

Zozman commented Jan 30, 2024

Have filed updates to mattclay/aws-terminator#297 to fix cleanup for these resources in terminator.

@Zozman
Copy link
Contributor Author

Zozman commented Jan 30, 2024

ready_for_review

@gravesm
Copy link
Member

gravesm commented Feb 16, 2024

recheck

Copy link
Contributor

Build failed.
https://ansible.softwarefactory-project.io/zuul/buildset/f2949bf021554feab8b50d70b091e34b

✔️ ansible-galaxy-importer SUCCESS in 3m 48s (non-voting)
✔️ build-ansible-collection SUCCESS in 14m 19s
✔️ ansible-test-splitter SUCCESS in 5m 31s
integration-community.aws-1 FAILURE in 6m 46s
integration-community.aws-2 FAILURE in 6m 51s
Skipped 20 jobs

Copy link
Contributor

Build failed.
https://ansible.softwarefactory-project.io/zuul/buildset/9800398d0fca4132b1dc35837c4992b6

✔️ ansible-galaxy-importer SUCCESS in 4m 21s (non-voting)
✔️ build-ansible-collection SUCCESS in 17m 23s
✔️ ansible-test-splitter SUCCESS in 6m 35s
integration-community.aws-1 FAILURE in 8m 41s
integration-community.aws-2 FAILURE in 5m 11s
Skipped 20 jobs

Copy link
Contributor

Build failed.
https://ansible.softwarefactory-project.io/zuul/buildset/11db51e0b79d463ca37235fb8b851cf3

✔️ ansible-galaxy-importer SUCCESS in 5m 01s (non-voting)
✔️ build-ansible-collection SUCCESS in 14m 32s
✔️ ansible-test-splitter SUCCESS in 5m 31s
integration-community.aws-1 FAILURE in 7m 21s
integration-community.aws-2 FAILURE in 5m 29s
Skipped 20 jobs

Copy link
Contributor

Build failed.
https://ansible.softwarefactory-project.io/zuul/buildset/c73bc62c274c4b048d540ac36899f6cc

✔️ ansible-galaxy-importer SUCCESS in 4m 11s (non-voting)
✔️ build-ansible-collection SUCCESS in 14m 16s
✔️ ansible-test-splitter SUCCESS in 5m 33s
integration-community.aws-1 FAILURE in 5m 18s
integration-community.aws-2 FAILURE in 5m 18s
Skipped 20 jobs

@Zozman Zozman marked this pull request as draft February 17, 2024 07:11
Copy link
Contributor

Build succeeded.
https://ansible.softwarefactory-project.io/zuul/buildset/6385d24896c24ee2b56d08c88281d7eb

ansible-galaxy-importer FAILURE in 5m 32s (non-voting)
✔️ build-ansible-collection SUCCESS in 14m 22s
✔️ ansible-test-splitter SUCCESS in 5m 22s
✔️ integration-community.aws-1 SUCCESS in 6m 43s
✔️ integration-community.aws-2 SUCCESS in 6m 42s
Skipped 20 jobs

@Zozman Zozman marked this pull request as ready for review February 17, 2024 21:41
@Zozman
Copy link
Contributor Author

Zozman commented Feb 28, 2024

recheck

Copy link
Contributor

Build succeeded.
https://ansible.softwarefactory-project.io/zuul/buildset/f110ee25c8344211b8ac88363ea89bcd

✔️ ansible-galaxy-importer SUCCESS in 4m 38s (non-voting)
✔️ build-ansible-collection SUCCESS in 14m 57s
✔️ ansible-test-splitter SUCCESS in 5m 52s
✔️ integration-community.aws-1 SUCCESS in 6m 38s
✔️ integration-community.aws-2 SUCCESS in 6m 40s
Skipped 20 jobs

Copy link
Contributor

Build succeeded.
https://ansible.softwarefactory-project.io/zuul/buildset/ce0e559fb08345d4a3a9b15d3f5bcca2

ansible-galaxy-importer FAILURE in 4m 53s (non-voting)
✔️ build-ansible-collection SUCCESS in 12m 37s
✔️ ansible-test-splitter SUCCESS in 4m 58s
✔️ integration-community.aws-1 SUCCESS in 6m 20s
✔️ integration-community.aws-2 SUCCESS in 7m 13s
Skipped 20 jobs

@Zozman
Copy link
Contributor Author

Zozman commented Jul 17, 2024

ready_for_review

@Zozman
Copy link
Contributor Author

Zozman commented Jul 17, 2024

bot_status

Copy link
Contributor

Build succeeded.
https://ansible.softwarefactory-project.io/zuul/buildset/7e163d8d28e641df879ddddcf7fcc39c

ansible-galaxy-importer FAILURE in 4m 54s (non-voting)
✔️ build-ansible-collection SUCCESS in 10m 31s
✔️ ansible-test-splitter SUCCESS in 4m 15s
✔️ integration-community.aws-1 SUCCESS in 5m 39s
✔️ integration-community.aws-2 SUCCESS in 5m 56s
Skipped 20 jobs

Copy link
Contributor

Build succeeded.
https://ansible.softwarefactory-project.io/zuul/buildset/a2cd71d13ad3441e89309523f261cca3

✔️ ansible-galaxy-importer SUCCESS in 3m 50s (non-voting)
✔️ build-ansible-collection SUCCESS in 10m 34s
✔️ ansible-test-splitter SUCCESS in 4m 20s
✔️ integration-community.aws-1 SUCCESS in 8m 27s
✔️ integration-community.aws-2 SUCCESS in 8m 28s
Skipped 20 jobs

Copy link
Contributor

Build succeeded.
https://ansible.softwarefactory-project.io/zuul/buildset/65e86dba4e224011a7ac83a384248836

ansible-galaxy-importer FAILURE in 4m 16s (non-voting)
✔️ build-ansible-collection SUCCESS in 10m 28s
✔️ ansible-test-splitter SUCCESS in 4m 17s
✔️ integration-community.aws-1 SUCCESS in 6m 09s
✔️ integration-community.aws-2 SUCCESS in 7m 50s
Skipped 20 jobs

Copy link
Contributor

Build succeeded.
https://ansible.softwarefactory-project.io/zuul/buildset/5f51647d3a9540be859a2d4d1805ac25

✔️ ansible-galaxy-importer SUCCESS in 3m 25s (non-voting)
✔️ build-ansible-collection SUCCESS in 10m 49s
✔️ ansible-test-splitter SUCCESS in 4m 20s
✔️ integration-community.aws-1 SUCCESS in 5m 19s
✔️ integration-community.aws-2 SUCCESS in 5m 41s
Skipped 20 jobs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants