mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Add Fedora 35 ami
This commit is contained in:
parent
98cd52d79b
commit
c97b86ce3a
2 changed files with 18 additions and 0 deletions
|
@ -8,6 +8,7 @@ debian-11-amd64: ami-08bf6df84b4488e8a
|
|||
debian-11-arm64: ami-085ff5dc42735c52e
|
||||
debian-9-amd64: ami-033ed8f0f55cad1e0
|
||||
fedora-34-x86_64: ami-0eb0a8e46caef07e8
|
||||
fedora-35-x86_64: ami-05dbe9d0b98ca2f9c
|
||||
freebsd-130-amd64: ami-0b48fe6a03c29b2d9
|
||||
opensuse-15-x86_64: ami-0b57dabce687992c3
|
||||
photon-3-x86_64: ami-080bc696fab4f5840
|
||||
|
|
17
cicd/jenkins/pr-fedora-35-x86_64-py3-pytest
Normal file
17
cicd/jenkins/pr-fedora-35-x86_64-py3-pytest
Normal file
|
@ -0,0 +1,17 @@
|
|||
@Library('salt@master-1.11') _
|
||||
|
||||
runTestSuite(
|
||||
concurrent_builds: 1,
|
||||
distro_name: 'fedora',
|
||||
distro_version: '35',
|
||||
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