mirror of
https://github.com/inspec/inspec
synced 2024-11-10 15:14:23 +00:00
Stop using reserved pipelines with default triggers.
The pipeline prefixes: deploy, habitat, omnibus, and verify all have default triggers associtated with them. https://expeditor.chef.io/docs/reference/configuration/#pipelines Signed-off-by: Miah Johnson <miah@chia-pet.org>
This commit is contained in:
parent
72ed84d278
commit
a0ef46ccf4
5 changed files with 7 additions and 7 deletions
|
@ -3,7 +3,7 @@ steps:
|
|||
|
||||
- label: ":linux: Validate Habitat Builds of Chef InSpec"
|
||||
commands:
|
||||
- /workdir/.expeditor/buildkite/habitat_test.sh
|
||||
- /workdir/.expeditor/buildkite/artifact.habitat.test.sh
|
||||
expeditor:
|
||||
executor:
|
||||
linux:
|
||||
|
@ -12,7 +12,7 @@ steps:
|
|||
|
||||
- label: ":windows: Validate Habitat Builds of Chef InSpec"
|
||||
commands:
|
||||
- /workdir/.expeditor/buildkite/habitat_test.ps1
|
||||
- /workdir/.expeditor/buildkite/artifact.habitat.test.ps1
|
||||
expeditor:
|
||||
executor:
|
||||
windows:
|
|
@ -18,8 +18,6 @@ docker_images:
|
|||
|
||||
pipelines:
|
||||
- habitat/build
|
||||
- habitat/test:
|
||||
definition: .expeditor/habitat_test.yml
|
||||
- omnibus/release
|
||||
- omnibus/adhoc:
|
||||
definition: .expeditor/release.omnibus.yml
|
||||
|
@ -35,7 +33,6 @@ pipelines:
|
|||
- N: 5
|
||||
- coverage:
|
||||
description: Generate test coverage report
|
||||
public: true
|
||||
env:
|
||||
- CI_ENABLE_COVERAGE: true
|
||||
- LANG: "C.UTF-8"
|
||||
|
@ -46,9 +43,9 @@ pipelines:
|
|||
- www/deploy:
|
||||
description: Deploy website to inspec.io
|
||||
definition: .expeditor/wwwdeploy.yml
|
||||
- verify/resources:
|
||||
- integration/resources:
|
||||
description: Test core resources with test-kitchen.
|
||||
definition: .expeditor/verify.resources.yml
|
||||
definition: .expeditor/integration.resources.yml
|
||||
- integration/libraries:
|
||||
description: Integration with plugins, gems, resource packs.
|
||||
definition: .expeditor/integration.libraries.yml
|
||||
|
@ -61,6 +58,9 @@ pipelines:
|
|||
- integration/automate:
|
||||
description: Integration with Chef Automate
|
||||
definition: .expeditor/integration.automate.yml
|
||||
- artifact/habitat:
|
||||
description: Execute tests against the habitat artifact
|
||||
definition: .expeditor/artifact.habitat.yml
|
||||
|
||||
schedules:
|
||||
- name: integration_schedule
|
||||
|
|
Loading…
Reference in a new issue