Merge pull request #4617 from inspec/mj/reserved_pipelines

Stop using reserved pipelines with default triggers.
This commit is contained in:
Miah Johnson 2019-10-18 12:49:41 -07:00 committed by GitHub
commit 31de13b839
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 7 additions and 7 deletions

View file

@ -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:

View file

@ -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