Skip to content

Cover release/7.0 in our pipelines #43483

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

Merged
merged 2 commits into from
Aug 27, 2022
Merged
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
2 changes: 1 addition & 1 deletion .azure/pipelines/helix-matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ schedules:
- cron: "0 9 * * *"
branches:
include:
- release/5.0
- release/6.0
- release/7.0
always: false

variables:
Expand Down
6 changes: 3 additions & 3 deletions .azure/pipelines/quarantined-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,23 +3,23 @@
#

# Configure which branches trigger builds
# We want to run quarantined tests on release/5.0 and main as well as on PRs
# We want to run quarantined tests on release/6.0 and later as well as on PRs
trigger:
batch: true
branches:
include:
- main
- release/5.0
- release/6.0
- release/7.0

# Run PR validation on branches that include Helix tests
pr:
autoCancel: true
branches:
include:
- main
- release/5.0
- release/6.0
- release/7.0
paths:
exclude:
- .github/*
Expand Down
13 changes: 12 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,15 @@ updates:
labels:
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This file doesn't matter except in 'main' branch but I wanted to keep these changes together

- area-infrastructure
target-branch: "release/6.0"

- package-ecosystem: "gitsubmodule"
directory: "/"
schedule:
interval: "monthly"
allow:
- dependency-type: "all"
commit-message:
prefix: "[release/7.0] "
include: scope
labels:
- area-infrastructure
target-branch: "release/7.0"