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:
Miah Johnson 2019-10-18 12:11:02 -07:00
parent 72ed84d278
commit a0ef46ccf4
5 changed files with 7 additions and 7 deletions

View file

@ -3,7 +3,7 @@ steps:
- label: ":linux: Validate Habitat Builds of Chef InSpec" - label: ":linux: Validate Habitat Builds of Chef InSpec"
commands: commands:
- /workdir/.expeditor/buildkite/habitat_test.sh - /workdir/.expeditor/buildkite/artifact.habitat.test.sh
expeditor: expeditor:
executor: executor:
linux: linux:
@ -12,7 +12,7 @@ steps:
- label: ":windows: Validate Habitat Builds of Chef InSpec" - label: ":windows: Validate Habitat Builds of Chef InSpec"
commands: commands:
- /workdir/.expeditor/buildkite/habitat_test.ps1 - /workdir/.expeditor/buildkite/artifact.habitat.test.ps1
expeditor: expeditor:
executor: executor:
windows: windows:

View file

@ -18,8 +18,6 @@ docker_images:
pipelines: pipelines:
- habitat/build - habitat/build
- habitat/test:
definition: .expeditor/habitat_test.yml
- omnibus/release - omnibus/release
- omnibus/adhoc: - omnibus/adhoc:
definition: .expeditor/release.omnibus.yml definition: .expeditor/release.omnibus.yml
@ -35,7 +33,6 @@ pipelines:
- N: 5 - N: 5
- coverage: - coverage:
description: Generate test coverage report description: Generate test coverage report
public: true
env: env:
- CI_ENABLE_COVERAGE: true - CI_ENABLE_COVERAGE: true
- LANG: "C.UTF-8" - LANG: "C.UTF-8"
@ -46,9 +43,9 @@ pipelines:
- www/deploy: - www/deploy:
description: Deploy website to inspec.io description: Deploy website to inspec.io
definition: .expeditor/wwwdeploy.yml definition: .expeditor/wwwdeploy.yml
- verify/resources: - integration/resources:
description: Test core resources with test-kitchen. description: Test core resources with test-kitchen.
definition: .expeditor/verify.resources.yml definition: .expeditor/integration.resources.yml
- integration/libraries: - integration/libraries:
description: Integration with plugins, gems, resource packs. description: Integration with plugins, gems, resource packs.
definition: .expeditor/integration.libraries.yml definition: .expeditor/integration.libraries.yml
@ -61,6 +58,9 @@ pipelines:
- integration/automate: - integration/automate:
description: Integration with Chef Automate description: Integration with Chef Automate
definition: .expeditor/integration.automate.yml definition: .expeditor/integration.automate.yml
- artifact/habitat:
description: Execute tests against the habitat artifact
definition: .expeditor/artifact.habitat.yml
schedules: schedules:
- name: integration_schedule - name: integration_schedule