Skip to content

Commit

Permalink
Remove pipeline cofing
Browse files Browse the repository at this point in the history
Signed-off-by: nitin sanghi <[email protected]>
  • Loading branch information
sanghinitin committed Dec 6, 2024
1 parent 299868a commit ea7d6db
Showing 1 changed file with 2 additions and 16 deletions.
18 changes: 2 additions & 16 deletions .expeditor/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,22 +38,7 @@ release_branches:

changelog:
rollup_header: Changes not yet released to rubygems.org
pipelines:
- habitat/publish:
description: Create artiface and publish on BLDR
definition: .expeditor/build.habitat.yml
env:
- HAB_NONINTERACTIVE: "true"
- HAB_NOCOLORING: "true"
- HAB_STUDIO_SECRET_HAB_NONINTERACTIVE: "true"
- habitat/build-test:
description: Execute tests against the habitat artifact
definition: .expeditor/habitat-test.pipeline.yml
env:
- HAB_NONINTERACTIVE: "true"
- HAB_NOCOLORING: "true"
- HAB_STUDIO_SECRET_HAB_NONINTERACTIVE: "true"
trigger: pull_request

subscriptions:
# These actions are taken, in order they are specified, anytime a Pull Request is merged.
- workload: pull_request_merged:{{github_repo}}:{{release_branch}}:*
Expand All @@ -76,6 +61,7 @@ subscriptions:
- "Expeditor: Skip Habitat"
- "Expeditor: Skip All"
- trigger_pipeline:habitat/build-test:
only_if: built_in:bump_version
ignore_labels:
- "Expeditor: Skip Habitat"
- "Expeditor: Skip All"
Expand Down

0 comments on commit ea7d6db

Please sign in to comment.