From 8f4c8844c45990d7ab6bde116ab8f1884c629eda Mon Sep 17 00:00:00 2001 From: Matt Clay Date: Tue, 5 Sep 2017 15:32:26 -0700 Subject: 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. --- shippable.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'shippable.yml') 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 -- cgit v1.2.1