diff options
author | Matt Clay <matt@mystile.com> | 2017-09-05 15:32:26 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-09-05 15:32:26 -0700 |
commit | 8f4c8844c45990d7ab6bde116ab8f1884c629eda (patch) | |
tree | b4add7303b578941a2f4cbb0e29240b73d0cb6c2 /test/integration/targets/win_command | |
parent | 02a362e7de9387645db08a9e76cbae84ca18a98b (diff) | |
download | ansible-8f4c8844c45990d7ab6bde116ab8f1884c629eda.tar.gz |
Divide Windows integration tests into 2 groups. (#29029)
* Divide Windows integration tests into 2 groups.
* Support `none` for `--changed-all-target`.
* Run 2 separate Windows groups on Shippable.
* Only run smoketest and minimal for the group1 job.
Diffstat (limited to 'test/integration/targets/win_command')
-rw-r--r-- | test/integration/targets/win_command/aliases | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/integration/targets/win_command/aliases b/test/integration/targets/win_command/aliases index c6d6198167..ee0ed5974e 100644 --- a/test/integration/targets/win_command/aliases +++ b/test/integration/targets/win_command/aliases @@ -1 +1 @@ -windows/ci/group3 +windows/ci/group2 |