mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Add photon to the download tests
This commit is contained in:
parent
3d836ca694
commit
a752b3fde4
1 changed files with 18 additions and 0 deletions
|
@ -103,6 +103,24 @@ def get_test_versions():
|
|||
"os_codename": "jammy",
|
||||
"container_id": "ubuntu_22_04",
|
||||
},
|
||||
{
|
||||
"image": "ghcr.io/saltstack/salt-ci-containers/photon:3",
|
||||
"os_type": "photon",
|
||||
"os_version": 3,
|
||||
"container_id": "photon_3",
|
||||
},
|
||||
{
|
||||
"image": "ghcr.io/saltstack/salt-ci-containers/photon:4",
|
||||
"os_type": "photon",
|
||||
"os_version": 4,
|
||||
"container_id": "photon_4",
|
||||
},
|
||||
{
|
||||
"image": "ghcr.io/saltstack/salt-ci-containers/photon:5",
|
||||
"os_type": "photon",
|
||||
"os_version": 5,
|
||||
"container_id": "photon_5",
|
||||
},
|
||||
]
|
||||
for container in containers:
|
||||
test_versions.append(
|
||||
|
|
Loading…
Add table
Reference in a new issue