mirror of
https://github.com/inspec/inspec
synced 2024-11-23 13:13:22 +00:00
9f84da5053
* Adds the ucrt platform support for Windows Signed-off-by: Vasu1105 <vasundhara.jagdale@chef.io> * Adds the environment variable to ignore artifactory proxy as some gem are getting 500 error when tries to download from artifactory Signed-off-by: Vasu1105 <vasundhara.jagdale@chef.io> --------- Signed-off-by: Vasu1105 <vasundhara.jagdale@chef.io> Co-authored-by: Vasu1105 <vasundhara.jagdale@chef.io>
58 lines
1.3 KiB
YAML
58 lines
1.3 KiB
YAML
---
|
|
project-name: inspec
|
|
config: omnibus/omnibus.rb
|
|
test-path: omnibus/omnibus-test.sh
|
|
test-path-windows: omnibus/omnibus-test.ps1
|
|
fips-platforms:
|
|
- el-*-x86_64
|
|
- windows-*
|
|
- ubuntu-*-x86_64
|
|
windows-64-msystem: UCRT64
|
|
builder-to-testers-map:
|
|
debian-9-x86_64:
|
|
- debian-9-x86_64
|
|
- debian-10-x86_64
|
|
- debian-11-x86_64
|
|
debian-10-aarch64:
|
|
- debian-10-aarch64
|
|
- debian-11-aarch64
|
|
el-6-x86_64:
|
|
- el-6-x86_64
|
|
el-7-aarch64:
|
|
- el-7-aarch64
|
|
- amazon-2-aarch64
|
|
el-7-x86_64:
|
|
- el-7-x86_64
|
|
- amazon-2-x86_64
|
|
el-8-aarch64:
|
|
- el-8-aarch64
|
|
el-8-x86_64:
|
|
- el-8-x86_64
|
|
mac_os_x-10.15-x86_64:
|
|
- mac_os_x-10.15-x86_64
|
|
- mac_os_x-11-x86_64
|
|
- mac_os_x-12-x86_64
|
|
mac_os_x-11-arm64:
|
|
- mac_os_x-11-arm64
|
|
- mac_os_x-12-arm64
|
|
sles-12-x86_64:
|
|
- sles-12-x86_64
|
|
- sles-15-x86_64
|
|
sles-15-aarch64:
|
|
- sles-15-aarch64
|
|
ubuntu-18.04-aarch64:
|
|
- ubuntu-18.04-aarch64
|
|
- ubuntu-20.04-aarch64
|
|
ubuntu-16.04-x86_64:
|
|
- ubuntu-16.04-x86_64
|
|
- ubuntu-18.04-x86_64
|
|
- ubuntu-20.04-x86_64
|
|
windows-2012r2-x86_64:
|
|
- windows-2012-x86_64
|
|
- windows-2012r2-x86_64
|
|
- windows-2016-x86_64
|
|
- windows-2019-x86_64
|
|
- windows-2022-x86_64
|
|
- windows-8-x86_64
|
|
- windows-10-x86_64
|
|
- windows-11-x86_64
|