From 07b22b2efc8e90f21dc9c57923784726bacc75ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gon=C3=A9ri=20Le=20Bouder?= Date: Mon, 26 Apr 2021 15:19:04 -0400 Subject: [PATCH] DNM - test ansible-test-cloud-integration-aws-py36 Ensure we can do a full integration test run with the AWS collections. --- zuul.d/project-templates.yaml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/zuul.d/project-templates.yaml b/zuul.d/project-templates.yaml index 566936adb..10b1c7a9e 100644 --- a/zuul.d/project-templates.yaml +++ b/zuul.d/project-templates.yaml @@ -72,7 +72,9 @@ - name: github.com/ansible-collections/ansible.utils - name: github.com/ansible-collections/community.aws - name: github.com/ansible-collections/community.general - - ansible-test-cloud-integration-aws-py36 + - ansible-test-cloud-integration-aws-py36: + vars: + ansible_test_changed: false gate: jobs: - ansible-test-sanity-docker @@ -99,7 +101,9 @@ - name: github.com/ansible-collections/amazon.aws - name: github.com/ansible-collections/ansible.utils - name: github.com/ansible-collections/community.general - - ansible-test-cloud-integration-aws-py36 + - ansible-test-cloud-integration-aws-py36: + vars: + ansible_test_changed: false gate: jobs: - ansible-test-sanity-docker