diff options
author | Matt Clay <mclay@redhat.com> | 2020-02-13 16:22:24 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-13 16:22:24 -0800 |
commit | 227f498314eb5d0189fa6fb128825c859ce38739 (patch) | |
tree | d79d0b9a41cd3c70f812c63b319f61a77d7719f8 /shippable.yml | |
parent | 8fc3dfca32f70f6440a2cdf90dd9badcc5a1dd48 (diff) | |
download | ansible-227f498314eb5d0189fa6fb128825c859ce38739.tar.gz |
stable-2.9: Restore Tower integration tests. (#67395)
* Move tower_common tests with tower_organization.
(cherry picked from commit c92697aceccc9d849affcc2ab2f849c96974a7aa)
* Test: Bump TOWER_VERSION to supported version (#67378)
* Revert "Remove Tower module tests from CI. (#67368)"
This reverts commit b041d9676246f2aa8258c078d673cb9bb39044b8.
* Test: Bump TOWER_VERSION to 3.6.2
(cherry picked from commit b9bd2c25ca97ce647885f07b1d7596f75eb7d701)
Co-authored-by: Yanis Guenane <yguenane@gmail.com>
Diffstat (limited to 'shippable.yml')
-rw-r--r-- | shippable.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/shippable.yml b/shippable.yml index 44dc625740..e1ef5fa521 100644 --- a/shippable.yml +++ b/shippable.yml @@ -163,6 +163,9 @@ matrix: - env: T=cs/2.7/1 - env: T=cs/3.6/1 + - env: T=tower/2.7/1 + - env: T=tower/3.6/1 + - env: T=cloud/2.7/1 - env: T=cloud/3.6/1 |