diff options
author | Matt Clay <matt@mystile.com> | 2020-02-12 16:16:58 +0100 |
---|---|---|
committer | Matt Clay <matt@mystile.com> | 2020-02-12 17:28:08 +0100 |
commit | 772071cc08822f75de24b369f80c1fc08ac809cf (patch) | |
tree | 388a59a8b6abe08b7c4452a31141a8494c9345e4 /shippable.yml | |
parent | Fix to - eos_vlans using state parameter replaced is giving odd behavior (#6... (diff) | |
download | ansible-772071cc08822f75de24b369f80c1fc08ac809cf.tar.xz ansible-772071cc08822f75de24b369f80c1fc08ac809cf.zip |
Revert "Temporarily remove AIX from test matrix."
This reverts commit 231726d38b2736d74286077c50ca4b4ee43c17a9.
Diffstat (limited to '')
-rw-r--r-- | shippable.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/shippable.yml b/shippable.yml index 02d1ce47c6..1608ea3a13 100644 --- a/shippable.yml +++ b/shippable.yml @@ -65,6 +65,7 @@ matrix: - env: T=network + - env: T=aix/7.2/1 - env: T=osx/10.11/1 - env: T=rhel/7.6/1 - env: T=rhel/8.1/1 @@ -80,6 +81,7 @@ matrix: - env: T=linux/ubuntu1604/1 - env: T=linux/ubuntu1804/1 + - env: T=aix/7.2/2 - env: T=osx/10.11/2 - env: T=rhel/7.6/2 - env: T=rhel/8.1/2 @@ -95,6 +97,7 @@ matrix: - env: T=linux/ubuntu1604/2 - env: T=linux/ubuntu1804/2 + - env: T=aix/7.2/3 - env: T=osx/10.11/3 - env: T=rhel/7.6/3 - env: T=rhel/8.1/3 @@ -110,6 +113,7 @@ matrix: - env: T=linux/ubuntu1604/3 - env: T=linux/ubuntu1804/3 + - env: T=aix/7.2/4 - env: T=osx/10.11/4 - env: T=rhel/7.6/4 - env: T=rhel/8.1/4 @@ -125,6 +129,7 @@ matrix: - env: T=linux/ubuntu1604/4 - env: T=linux/ubuntu1804/4 + - env: T=aix/7.2/5 - env: T=osx/10.11/5 - env: T=rhel/7.6/5 - env: T=rhel/8.1/5 |