[ansible-test] Sync opensuse containers with 2.10 (#74436)

* [ansible-test] Sync opensuse containers with 2.10

Change:
- OpenSuSE 15.1 is now EOL
- Switch containers to use what 2.10 uses, which has 15.2.

Test Plan:
- ci_complete

Signed-off-by: Rick Elrod <rick@elrod.me>

* docker version

Signed-off-by: Rick Elrod <rick@elrod.me>

* needs p7zip-full, otherwise we only get 7zr

Signed-off-by: Rick Elrod <rick@elrod.me>

* Make sure py2 stays py2

Signed-off-by: Rick Elrod <rick@elrod.me>

* no wildcard?

Signed-off-by: Rick Elrod <rick@elrod.me>

* -x instead of --xml

Signed-off-by: Rick Elrod <rick@elrod.me>
pull/74453/head
Rick Elrod 5 years ago committed by GitHub
parent e8c1c1d636
commit d4a3d6cd0a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -0,0 +1,2 @@
minor_changes:
- ansible-test - Use version 1.21.0 of opensuse test containers which is 15.2, since 15.1 is now EOL.

@ -1 +1 @@
iso_extract_7zip_package: p7zip
iso_extract_7zip_package: p7zip-full

@ -1,2 +1,2 @@
docker_packages:
- docker=19.03.1_ce
- docker=19.03.15_ce

@ -4,3 +4,8 @@ mysql_packages:
- mariadb
- python3-PyMySQL
- bzip2
mysql_cleanup_packages:
- mariadb-errormessages
- mariadb-client
- libmariadb3

@ -4,3 +4,10 @@ mysql_packages:
- mariadb
- python-PyMySQL
- bzip2
mysql_cleanup_packages:
- mariadb-errormessages
- mariadb-client
- libmariadb3
- python3-base
- python3-mysqlclient

@ -1,5 +1,5 @@
- name: get hello package version
shell: zypper --xml se -svx hello | grep 'name="hello"' | grep 'repository="Main Repository"' | sed 's/.*edition="\([^ ]*\)".*/\1/'
shell: zypper -x se -svx hello | grep 'name="hello"' | grep 'repository="Main Repository"' | sed 's/.*edition="\([^ ]*\)".*/\1/'
register: hello_version
- name: set URL of test package

@ -4,7 +4,7 @@ centos7 name=quay.io/ansible/centos7-test-container:1.8.0 python=2.7 seccomp=unc
centos8 name=quay.io/ansible/centos8-test-container:1.10.0 python=3.6 seccomp=unconfined
fedora30 name=quay.io/ansible/fedora30-test-container:1.9.2 python=3.7
fedora31 name=quay.io/ansible/fedora31-test-container:1.11.0 python=3.7
opensuse15py2 name=quay.io/ansible/opensuse15py2-test-container:1.14.0 python=2.7
opensuse15 name=quay.io/ansible/opensuse15-test-container:1.14.0 python=3.6
opensuse15py2 name=quay.io/ansible/opensuse15py2-test-container:1.21.0 python=2.7
opensuse15 name=quay.io/ansible/opensuse15-test-container:1.21.0 python=3.6
ubuntu1604 name=quay.io/ansible/ubuntu1604-test-container:1.8.0 python=2.7 seccomp=unconfined
ubuntu1804 name=quay.io/ansible/ubuntu1804-test-container:1.8.0 python=3.6 seccomp=unconfined

Loading…
Cancel
Save