diff options
author | Sam Doran <sdoran@redhat.com> | 2019-06-28 13:54:32 -0400 |
---|---|---|
committer | Matt Clay <matt@mystile.com> | 2019-07-01 10:38:24 -0700 |
commit | c1a23cd763b17b6366e2ee93acbb1a1af77abf2c (patch) | |
tree | e6f6c3411300b785ef8523adfe3a88ad2a17ee0c /shippable.yml | |
parent | 6557322e791f8a498b80f2ccceac89302dacf36f (diff) | |
download | ansible-c1a23cd763b17b6366e2ee93acbb1a1af77abf2c.tar.gz |
Add two new Azure groups to prevent timeouts
ci_complete
Diffstat (limited to 'shippable.yml')
-rw-r--r-- | shippable.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/shippable.yml b/shippable.yml index 4b2c78213e..1de56a9791 100644 --- a/shippable.yml +++ b/shippable.yml @@ -150,6 +150,12 @@ matrix: - env: T=azure/2.7/8 - env: T=azure/3.6/8 + - env: T=azure/2.7/9 + - env: T=azure/3.6/9 + + - env: T=azure/2.7/10 + - env: T=azure/3.6/10 + - env: T=vcenter/2.7/1 - env: T=vcenter/3.6/1 |