mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Test on actual CentOS Stream 9 AMI
This commit is contained in:
parent
78bd717aea
commit
ec06002600
2 changed files with 18 additions and 0 deletions
|
@ -3,6 +3,7 @@ amazon-2-x86_64: ami-01226819a514516fe
|
|||
arch-lts-x86_64: ami-018a6b479dcb87969
|
||||
centos-7-x86_64: ami-05764f27cdf8f99e0
|
||||
centosstream-8-x86_64: ami-02fc0a57f9b1fa4ed
|
||||
centosstream-9-x86_64: ami-057b994d6af3650eb
|
||||
debian-10-amd64: ami-0eb32b3297dc438d0
|
||||
debian-11-amd64: ami-08bf6df84b4488e8a
|
||||
debian-11-arm64: ami-085ff5dc42735c52e
|
||||
|
|
17
cicd/jenkins/pr-centosstream-9-x86_64-py3-pytest
Normal file
17
cicd/jenkins/pr-centosstream-9-x86_64-py3-pytest
Normal file
|
@ -0,0 +1,17 @@
|
|||
@Library('salt@master-1.11') _
|
||||
|
||||
runTestSuite(
|
||||
concurrent_builds: 1,
|
||||
distro_name: 'centosstream',
|
||||
distro_version: '9',
|
||||
distro_arch: 'x86-64',
|
||||
env: env,
|
||||
jenkins_slave_label: 'kitchen-slave',
|
||||
nox_env_name: 'pytest-zeromq',
|
||||
nox_passthrough_opts: '--ssh-tests',
|
||||
python_version: 'py3',
|
||||
testrun_timeout: 6,
|
||||
use_spot_instances: true,
|
||||
)
|
||||
|
||||
// vim: ft=groovy
|
Loading…
Add table
Reference in a new issue