From bd32d978c8430e22d2626d9d73e6d15081e52b22 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gon=C3=A9ri=20Le=20Bouder?= Date: Tue, 22 Feb 2022 17:49:42 -0500 Subject: [PATCH] amazon.aws/ondemand: also test the cross dep (#1360) amazon.aws/ondemand: also test the cross dep --- zuul.d/project-templates.yaml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/zuul.d/project-templates.yaml b/zuul.d/project-templates.yaml index 54c1f0cbc..585c7777f 100644 --- a/zuul.d/project-templates.yaml +++ b/zuul.d/project-templates.yaml @@ -114,10 +114,13 @@ - name: github.com/ansible-collections/community.aws - name: github.com/ansible-collections/community.general - ansible-test-splitter: + required-projects: + - name: github.com/ansible-collections/community.aws vars: ansible_test_splitter__test_changed: false ansible_test_splitter__check_for_changes_in: - "~/{{ zuul.projects['github.com/ansible-collections/amazon.aws'].src_dir }}" + - "~/{{ zuul.projects['github.com/ansible-collections/community.aws'].src_dir }}" - integration-amazon.aws-1 - integration-amazon.aws-2 - integration-amazon.aws-3 @@ -128,6 +131,22 @@ - integration-amazon.aws-8 - integration-amazon.aws-9 - integration-amazon.aws-10 + - integration-amazon.aws-11 + - integration-amazon.aws-12 + - integration-amazon.aws-13 + - integration-community.aws-1 + - integration-community.aws-2 + - integration-community.aws-3 + - integration-community.aws-4 + - integration-community.aws-5 + - integration-community.aws-6 + - integration-community.aws-7 + - integration-community.aws-8 + - integration-community.aws-9 + - integration-community.aws-10 + - integration-community.aws-11 + - integration-community.aws-12 + - integration-community.aws-13 - project-template: name: ansible-collections-community-aws