mirror of
https://github.com/inspec/inspec
synced 2025-02-16 14:08:36 +00:00
Sync changes from inspec-6 CI adjustments
Signed-off-by: Clinton Wolfe <clintoncwolfe@gmail.com>
This commit is contained in:
parent
50aabd06d3
commit
1d8a2fcaa2
2 changed files with 77 additions and 7 deletions
|
@ -5,13 +5,15 @@ product_key: inspec
|
|||
|
||||
|
||||
pipelines:
|
||||
- verify:
|
||||
description: Pull Request validation tests
|
||||
env:
|
||||
- LANG: "C.UTF-8"
|
||||
- SLOW: 1
|
||||
- NO_AWS: 1
|
||||
- MT_CPU: 5
|
||||
- verify/private:
|
||||
definition: .expeditor/verify_private.pipeline.yml
|
||||
public: false
|
||||
description: Pull Request validation tests
|
||||
env:
|
||||
- LANG: "C.UTF-8"
|
||||
- SLOW: 1
|
||||
- NO_AWS: 1
|
||||
- MT_CPU: 5
|
||||
- omnibus/release:
|
||||
env:
|
||||
- EXPIRE_CACHE: 1
|
||||
|
|
68
.expeditor/verify_private.pipeline.yml
Normal file
68
.expeditor/verify_private.pipeline.yml
Normal file
|
@ -0,0 +1,68 @@
|
|||
---
|
||||
expeditor:
|
||||
defaults:
|
||||
buildkite:
|
||||
timeout_in_minutes: 60
|
||||
retry:
|
||||
automatic:
|
||||
limit: 1
|
||||
|
||||
steps:
|
||||
|
||||
- label: lint-ruby-3.0
|
||||
command:
|
||||
- RAKE_TASK=test:lint /workdir/.expeditor/buildkite/verify.sh
|
||||
expeditor:
|
||||
secrets: true
|
||||
executor:
|
||||
docker:
|
||||
image: ruby:3.0
|
||||
|
||||
- label: run-tests-ruby-3.0
|
||||
command:
|
||||
- /workdir/.expeditor/buildkite/verify.sh
|
||||
expeditor:
|
||||
secrets: true
|
||||
executor:
|
||||
docker:
|
||||
image: ruby:3.0
|
||||
|
||||
- label: run-tests-ruby-3.1
|
||||
command:
|
||||
- /workdir/.expeditor/buildkite/verify.sh
|
||||
expeditor:
|
||||
secrets: true
|
||||
executor:
|
||||
docker:
|
||||
image: ruby:3.1
|
||||
|
||||
- label: isolated-tests-ruby-3.0
|
||||
command:
|
||||
- RAKE_TASK=test:isolated /workdir/.expeditor/buildkite/verify.sh
|
||||
expeditor:
|
||||
secrets: true
|
||||
executor:
|
||||
docker:
|
||||
image: ruby:3.0
|
||||
|
||||
- label: isolated-tests-ruby-3.1
|
||||
command:
|
||||
- RAKE_TASK=test:isolated /workdir/.expeditor/buildkite/verify.sh
|
||||
expeditor:
|
||||
secrets: true
|
||||
executor:
|
||||
docker:
|
||||
image: ruby:3.1
|
||||
|
||||
- label: run-tests-ruby-3.1-windows
|
||||
command:
|
||||
- /workdir/.expeditor/buildkite/verify.ps1
|
||||
expeditor:
|
||||
secrets: true
|
||||
executor:
|
||||
docker:
|
||||
environment:
|
||||
- BUILDKITE
|
||||
host_os: windows
|
||||
shell: ["powershell", "-Command"]
|
||||
image: rubydistros/windows-2019:3.1
|
Loading…
Add table
Reference in a new issue