Skip to content

Commit

Permalink
updated order of pipelines and subscription
Browse files Browse the repository at this point in the history
Signed-off-by: nikhil2611 <nikhilgupta2102@gmail.com>
  • Loading branch information
nikhil2611 committed Oct 21, 2024
1 parent 18bef42 commit 63198ef
Showing 1 changed file with 18 additions and 17 deletions.
35 changes: 18 additions & 17 deletions .expeditor/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,24 @@ release_branches:
changelog:
rollup_header: Changes not yet released to rubygems.org

pipelines:
- verify:
description: Pull Request validation tests
public: true
- habitat/build:
env:
- HAB_NONINTERACTIVE: "true"
- HAB_NOCOLORING: "true"
- HAB_STUDIO_SECRET_HAB_NONINTERACTIVE: "true"
- habitat/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 Down Expand Up @@ -58,20 +76,3 @@ subscriptions:
actions:
- built_in:rollover_changelog

Check failure on line 78 in .expeditor/config.yml

View workflow job for this annotation

GitHub Actions / yamllint

78:1 [empty-lines] too many blank lines (1 > 0)
pipelines:
- verify:
description: Pull Request validation tests
public: true
- habitat/build:
env:
- HAB_NONINTERACTIVE: "true"
- HAB_NOCOLORING: "true"
- HAB_STUDIO_SECRET_HAB_NONINTERACTIVE: "true"
- habitat/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

0 comments on commit 63198ef

Please sign in to comment.