mirror of https://github.com/ansible/ansible.git
Fix apt and dpkg_selections tests (#84900)
* Fix apt and dpkg_selections tests The tests now support aarch64. They also have reduced dependencies on URLs hosted on third-party servers. * Skip tests on unsupported platforms * Use same package version for both tests * Fix multi-arch support for Ubuntu 22.04pull/84912/head
parent
87422526f5
commit
b3d21e3ad2
@ -1,2 +1 @@
|
|||||||
apt_foreign_arch: i386
|
hello_old_version: 2.10-2ubuntu2
|
||||||
hello_old_version: 2.6-1
|
|
||||||
|
|||||||
@ -0,0 +1 @@
|
|||||||
|
apt_foreign_arch: i386
|
||||||
@ -0,0 +1 @@
|
|||||||
|
apt_foreign_arch: armhf
|
||||||
@ -1 +1 @@
|
|||||||
hello_old_version: 2.6-1
|
hello_old_version: 2.10-2ubuntu2
|
||||||
|
|||||||
Loading…
Reference in New Issue