mirror of
https://github.com/inspec/inspec
synced 2024-11-10 07:04:15 +00:00
Add remaining platforms as separate steps
Signed-off-by: Clinton Wolfe <clintoncwolfe@gmail.com>
This commit is contained in:
parent
f8c71cf212
commit
eb5615dd43
1 changed files with 157 additions and 0 deletions
|
@ -23,3 +23,160 @@ steps:
|
||||||
linux:
|
linux:
|
||||||
privileged: true
|
privileged: true
|
||||||
single-use: true
|
single-use: true
|
||||||
|
|
||||||
|
- label: "Kitchen: resources-centos-7"
|
||||||
|
commands:
|
||||||
|
- .expeditor/buildkite/bk_linux_exec.sh
|
||||||
|
- . /var/lib/buildkite-agent/.asdf/asdf.sh
|
||||||
|
- bundle exec kitchen test resources-centos-7
|
||||||
|
artifact_paths:
|
||||||
|
- $PWD/.kitchen/logs/kitchen.log
|
||||||
|
env:
|
||||||
|
KITCHEN_YAML: kitchen.dokken.yml
|
||||||
|
DOCKER: 1
|
||||||
|
expeditor:
|
||||||
|
executor:
|
||||||
|
linux:
|
||||||
|
privileged: true
|
||||||
|
single-use: true
|
||||||
|
|
||||||
|
- label: "Kitchen: resources-centos-8"
|
||||||
|
commands:
|
||||||
|
- .expeditor/buildkite/bk_linux_exec.sh
|
||||||
|
- . /var/lib/buildkite-agent/.asdf/asdf.sh
|
||||||
|
- bundle exec kitchen test resources-centos-8
|
||||||
|
artifact_paths:
|
||||||
|
- $PWD/.kitchen/logs/kitchen.log
|
||||||
|
env:
|
||||||
|
KITCHEN_YAML: kitchen.dokken.yml
|
||||||
|
DOCKER: 1
|
||||||
|
expeditor:
|
||||||
|
executor:
|
||||||
|
linux:
|
||||||
|
privileged: true
|
||||||
|
single-use: true
|
||||||
|
|
||||||
|
- label: "Kitchen: resources-debian-9"
|
||||||
|
commands:
|
||||||
|
- .expeditor/buildkite/bk_linux_exec.sh
|
||||||
|
- . /var/lib/buildkite-agent/.asdf/asdf.sh
|
||||||
|
- bundle exec kitchen test resources-debian-9
|
||||||
|
artifact_paths:
|
||||||
|
- $PWD/.kitchen/logs/kitchen.log
|
||||||
|
env:
|
||||||
|
KITCHEN_YAML: kitchen.dokken.yml
|
||||||
|
DOCKER: 1
|
||||||
|
expeditor:
|
||||||
|
executor:
|
||||||
|
linux:
|
||||||
|
privileged: true
|
||||||
|
single-use: true
|
||||||
|
- label: "Kitchen: resources-debian-10"
|
||||||
|
commands:
|
||||||
|
- .expeditor/buildkite/bk_linux_exec.sh
|
||||||
|
- . /var/lib/buildkite-agent/.asdf/asdf.sh
|
||||||
|
- bundle exec kitchen test resources-debian-10
|
||||||
|
artifact_paths:
|
||||||
|
- $PWD/.kitchen/logs/kitchen.log
|
||||||
|
env:
|
||||||
|
KITCHEN_YAML: kitchen.dokken.yml
|
||||||
|
DOCKER: 1
|
||||||
|
expeditor:
|
||||||
|
executor:
|
||||||
|
linux:
|
||||||
|
privileged: true
|
||||||
|
single-use: true
|
||||||
|
|
||||||
|
- label: "Kitchen: resources-fedora-latest"
|
||||||
|
commands:
|
||||||
|
- .expeditor/buildkite/bk_linux_exec.sh
|
||||||
|
- . /var/lib/buildkite-agent/.asdf/asdf.sh
|
||||||
|
- bundle exec kitchen test resources-fedora-latest
|
||||||
|
artifact_paths:
|
||||||
|
- $PWD/.kitchen/logs/kitchen.log
|
||||||
|
env:
|
||||||
|
KITCHEN_YAML: kitchen.dokken.yml
|
||||||
|
DOCKER: 1
|
||||||
|
expeditor:
|
||||||
|
executor:
|
||||||
|
linux:
|
||||||
|
privileged: true
|
||||||
|
single-use: true
|
||||||
|
|
||||||
|
- label: "Kitchen: resources-oraclelinux-7"
|
||||||
|
commands:
|
||||||
|
- .expeditor/buildkite/bk_linux_exec.sh
|
||||||
|
- . /var/lib/buildkite-agent/.asdf/asdf.sh
|
||||||
|
- bundle exec kitchen test resources-oraclelinux-7
|
||||||
|
artifact_paths:
|
||||||
|
- $PWD/.kitchen/logs/kitchen.log
|
||||||
|
env:
|
||||||
|
KITCHEN_YAML: kitchen.dokken.yml
|
||||||
|
DOCKER: 1
|
||||||
|
expeditor:
|
||||||
|
executor:
|
||||||
|
linux:
|
||||||
|
privileged: true
|
||||||
|
single-use: true
|
||||||
|
- label: "Kitchen: resources-oraclelinux-8"
|
||||||
|
commands:
|
||||||
|
- .expeditor/buildkite/bk_linux_exec.sh
|
||||||
|
- . /var/lib/buildkite-agent/.asdf/asdf.sh
|
||||||
|
- bundle exec kitchen test resources-oraclelinux-8
|
||||||
|
artifact_paths:
|
||||||
|
- $PWD/.kitchen/logs/kitchen.log
|
||||||
|
env:
|
||||||
|
KITCHEN_YAML: kitchen.dokken.yml
|
||||||
|
DOCKER: 1
|
||||||
|
expeditor:
|
||||||
|
executor:
|
||||||
|
linux:
|
||||||
|
privileged: true
|
||||||
|
single-use: true
|
||||||
|
|
||||||
|
- label: "Kitchen: resources-opensuse-leap"
|
||||||
|
commands:
|
||||||
|
- .expeditor/buildkite/bk_linux_exec.sh
|
||||||
|
- . /var/lib/buildkite-agent/.asdf/asdf.sh
|
||||||
|
- bundle exec kitchen test resources-opensuse-leap
|
||||||
|
artifact_paths:
|
||||||
|
- $PWD/.kitchen/logs/kitchen.log
|
||||||
|
env:
|
||||||
|
KITCHEN_YAML: kitchen.dokken.yml
|
||||||
|
DOCKER: 1
|
||||||
|
expeditor:
|
||||||
|
executor:
|
||||||
|
linux:
|
||||||
|
privileged: true
|
||||||
|
single-use: true
|
||||||
|
|
||||||
|
- label: "Kitchen: resources-ubuntu-1804"
|
||||||
|
commands:
|
||||||
|
- .expeditor/buildkite/bk_linux_exec.sh
|
||||||
|
- . /var/lib/buildkite-agent/.asdf/asdf.sh
|
||||||
|
- bundle exec kitchen test resources-ubuntu-1804
|
||||||
|
artifact_paths:
|
||||||
|
- $PWD/.kitchen/logs/kitchen.log
|
||||||
|
env:
|
||||||
|
KITCHEN_YAML: kitchen.dokken.yml
|
||||||
|
DOCKER: 1
|
||||||
|
expeditor:
|
||||||
|
executor:
|
||||||
|
linux:
|
||||||
|
privileged: true
|
||||||
|
single-use: true
|
||||||
|
- label: "Kitchen: resources-ubuntu-2004"
|
||||||
|
commands:
|
||||||
|
- .expeditor/buildkite/bk_linux_exec.sh
|
||||||
|
- . /var/lib/buildkite-agent/.asdf/asdf.sh
|
||||||
|
- bundle exec kitchen test resources-ubuntu-2004
|
||||||
|
artifact_paths:
|
||||||
|
- $PWD/.kitchen/logs/kitchen.log
|
||||||
|
env:
|
||||||
|
KITCHEN_YAML: kitchen.dokken.yml
|
||||||
|
DOCKER: 1
|
||||||
|
expeditor:
|
||||||
|
executor:
|
||||||
|
linux:
|
||||||
|
privileged: true
|
||||||
|
single-use: true
|
||||||
|
|
Loading…
Reference in a new issue