From 6f77a32b13c50c60ecfbabdbbf855d30550ab171 Mon Sep 17 00:00:00 2001 From: Matt Clay Date: Wed, 13 Dec 2017 22:50:39 -0800 Subject: [PATCH] Run RHEL tests on Azure in 3 groups. --- shippable.yml | 5 +++-- test/runner/lib/core_ci.py | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/shippable.yml b/shippable.yml index 5b7f14adf81..c494a5b4446 100644 --- a/shippable.yml +++ b/shippable.yml @@ -15,8 +15,6 @@ matrix: - env: T=units/3.5 - env: T=units/3.6 - - env: T=rhel/7.4 - - env: T=windows/1 - env: T=windows/2 - env: T=windows/3 @@ -24,6 +22,7 @@ matrix: - env: T=network - env: T=osx/10.11/1 + - env: T=rhel/7.4/1 - env: T=freebsd/10.4/1 - env: T=freebsd/11.1/1 - env: T=linux/centos6/1 @@ -37,6 +36,7 @@ matrix: - env: T=linux/ubuntu1604py3/1 - env: T=osx/10.11/2 + - env: T=rhel/7.4/2 - env: T=freebsd/10.4/2 - env: T=freebsd/11.1/2 - env: T=linux/centos6/2 @@ -50,6 +50,7 @@ matrix: - env: T=linux/ubuntu1604py3/2 - env: T=osx/10.11/3 + - env: T=rhel/7.4/3 - env: T=freebsd/10.4/3 - env: T=freebsd/11.1/3 - env: T=linux/centos6/3 diff --git a/test/runner/lib/core_ci.py b/test/runner/lib/core_ci.py index e2ab360587a..6ab6568fef1 100644 --- a/test/runner/lib/core_ci.py +++ b/test/runner/lib/core_ci.py @@ -66,13 +66,13 @@ class AnsibleCoreCI(object): 'aws', 'windows', 'freebsd', - 'rhel', 'vyos', 'junos', 'ios', ), azure=( 'azure', + 'rhel', ), parallels=( 'osx',