Skip to content

Commit

Permalink
Only run AWS integration tests for ansible changes (#1043)
Browse files Browse the repository at this point in the history
Only run AWS integration tests for ansible changes

If users change plugins / tests/integration files then run integration
testing.
Signed-off-by: Paul Belanger [email protected]

Reviewed-by: None <None>
  • Loading branch information
pabelanger authored Aug 13, 2021
1 parent 448f39f commit d4b3919
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions zuul.d/ansible-cloud-jobs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -262,6 +262,9 @@
- job:
name: ansible-test-splitter
run: playbooks/ansible-test-splitter/run.yaml
files:
- ^plugins/.*$
- ^tests/integration/.*$
nodeset: controller-python36-f34
required-projects:
- name: github.com/ansible/ansible
Expand All @@ -286,6 +289,9 @@
- playbooks/ansible-test-base/pre.yaml
- playbooks/ansible-cloud/aws/pre.yaml
run: playbooks/ansible-test-base/run.yaml
files:
- ^plugins/.*$
- ^tests/integration/.*$
# TODO: disabled for now, required for Ara
# post-run: playbooks/ansible-test-base/post.yaml
required-projects:
Expand Down

0 comments on commit d4b3919

Please sign in to comment.