mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
add debian 11 arm64
This commit is contained in:
parent
601a4e4974
commit
8c52f27cc6
2 changed files with 18 additions and 0 deletions
|
@ -6,6 +6,7 @@ centos-8-x86_64: ami-0d482e88fbf35072c
|
|||
centosstream-8-x86_64: ami-02fc0a57f9b1fa4ed
|
||||
debian-10-amd64: ami-0eb32b3297dc438d0
|
||||
debian-11-amd64: ami-08bf6df84b4488e8a
|
||||
debian-11-arm64: ami-085ff5dc42735c52e
|
||||
debian-9-amd64: ami-033ed8f0f55cad1e0
|
||||
fedora-33-x86_64: ami-0759e7f36c946c8a9
|
||||
fedora-34-x86_64: ami-0eb0a8e46caef07e8
|
||||
|
|
17
cicd/jenkins/pr-debian-11-arm64-py3-pytest
Normal file
17
cicd/jenkins/pr-debian-11-arm64-py3-pytest
Normal file
|
@ -0,0 +1,17 @@
|
|||
@Library('salt@master-1.11') _
|
||||
|
||||
runTestSuite(
|
||||
concurrent_builds: 1,
|
||||
distro_name: 'debian',
|
||||
distro_version: '11',
|
||||
distro_arch: 'arm64',
|
||||
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