mirror of
https://github.com/inspec/inspec
synced 2024-11-22 12:43:07 +00:00
Merge pull request #5904 from inspec/cw/disable-habitat-builds
Temporarily disable habitat builds to unbreak the pipeline
This commit is contained in:
commit
c0de6c17bc
1 changed files with 16 additions and 12 deletions
|
@ -125,21 +125,23 @@ subscriptions:
|
|||
ignore_labels:
|
||||
- "Expeditor: Skip Omnibus"
|
||||
- "Expeditor: Skip All"
|
||||
- trigger_pipeline:artifact/habitat:
|
||||
only_if: built_in:bump_version
|
||||
ignore_labels:
|
||||
- "Expeditor: Skip Habitat"
|
||||
- "Expeditor: Skip All"
|
||||
# DISABLE HABITAT BUILDS 2022-03-04
|
||||
# - trigger_pipeline:artifact/habitat:
|
||||
# only_if: built_in:bump_version
|
||||
# ignore_labels:
|
||||
# - "Expeditor: Skip Habitat"
|
||||
# - "Expeditor: Skip All"
|
||||
- trigger_pipeline:omnibus/release:
|
||||
only_if: built_in:bump_version
|
||||
ignore_labels:
|
||||
- "Expeditor: Skip Omnibus"
|
||||
- "Expeditor: Skip All"
|
||||
- trigger_pipeline:habitat/build:
|
||||
only_if: built_in:bump_version
|
||||
ignore_labels:
|
||||
- "Expeditor: Skip Habitat"
|
||||
- "Expeditor: Skip All"
|
||||
# DISABLE HABITAT BUILDS 2022-03-04
|
||||
# - trigger_pipeline:habitat/build:
|
||||
# only_if: built_in:bump_version
|
||||
# ignore_labels:
|
||||
# - "Expeditor: Skip Habitat"
|
||||
# - "Expeditor: Skip All"
|
||||
- built_in:build_gem:
|
||||
only_if:
|
||||
- built_in:bump_version
|
||||
|
@ -151,7 +153,8 @@ subscriptions:
|
|||
- workload: artifact_published:current:inspec:{{version_constraint}}
|
||||
actions:
|
||||
- built_in:promote_docker_images
|
||||
- built_in:promote_habitat_packages
|
||||
# DISABLE HABITAT BUILDS 2022-03-04
|
||||
# - built_in:promote_habitat_packages
|
||||
- workload: project_promoted:{{agent_id}}:*
|
||||
actions:
|
||||
- built_in:promote_artifactory_artifact
|
||||
|
@ -162,7 +165,8 @@ subscriptions:
|
|||
- built_in:publish_rubygems
|
||||
- built_in:create_github_release
|
||||
- built_in:promote_docker_images
|
||||
- built_in:promote_habitat_packages
|
||||
# DISABLE HABITAT BUILDS 2022-03-04
|
||||
# - built_in:promote_habitat_packages
|
||||
- bash:.expeditor/publish-release-notes.sh:
|
||||
post_commit: true
|
||||
- purge_packages_chef_io_fastly:{{target_channel}}/inspec/latest:
|
||||
|
|
Loading…
Reference in a new issue