Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updating the build pipeline configuration #281

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions .expeditor/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ rubygems:
pipelines:
- verify:
description: Pull Request validation tests
- habitat/build:
definition: .expeditor/build.habitat.yml

github:
# This deletes the GitHub PR branch after successfully merged into the release branch
Expand All @@ -29,6 +31,12 @@ github:
changelog:
rollup_header: Changes are already released to RubyGems.org

release_branches:
- main:
version_constraint: 19.*
- chef-18:
version_constraint: 18.*

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
2 changes: 1 addition & 1 deletion .expeditor/verify.pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ steps:

- label: ":windows: win-11-sdk-x64"
commands:
- .expeditor/test_plan.ps1 -Plan habitat-win-10-sdk-x64
- .expeditor/test_plan.ps1 -Plan habitat-win-11-sdk-x64
expeditor:
executor:
docker:
Expand Down
Loading