diff options
author | Matt Clay <matt@mystile.com> | 2017-09-06 00:32:26 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-09-06 00:32:26 +0200 |
commit | 8f4c8844c45990d7ab6bde116ab8f1884c629eda (patch) | |
tree | b4add7303b578941a2f4cbb0e29240b73d0cb6c2 /shippable.yml | |
parent | Replace rst extension with html in message (#29022) (diff) | |
download | ansible-8f4c8844c45990d7ab6bde116ab8f1884c629eda.tar.xz ansible-8f4c8844c45990d7ab6bde116ab8f1884c629eda.zip |
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 'shippable.yml')
-rw-r--r-- | shippable.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/shippable.yml b/shippable.yml index ad748a0820..80b83c3e19 100644 --- a/shippable.yml +++ b/shippable.yml @@ -22,7 +22,8 @@ matrix: - env: TEST=rhel/7.4 - - env: TEST=windows + - env: TEST=windows/1 + - env: TEST=windows/2 - env: TEST=network |