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

feat: Introduce maintenance pipeline for previous stable haproxy release #1

Open
wants to merge 5 commits into
base: master
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
14 changes: 14 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,18 @@ updates:
interval: weekly
time: "09:00"
timezone: "Europe/Berlin"
- package-ecosystem: gomod
directory: /acceptance-tests
target-branch: "maintenance"
schedule:
interval: weekly
time: "09:00"
timezone: "Europe/Berlin"
- package-ecosystem: pip
directory: /ci/scripts
target-branch: "maintenance"
schedule:
interval: weekly
time: "09:00"
timezone: "Europe/Berlin"

2 changes: 1 addition & 1 deletion ci/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ The pipeline `haproxy-boshrelease` is used to build, verify and release this BOS

New pipeline steps should be added without modifying existing steps or resources, or in a separate pipeline altogether.

A pipeline can be uploaded to concourse via the [`upload-to-concourse.sh`](upload-to-concourse.sh) script. This script requires the data in `source.me`, which can be found in the team's Vault.
A pipeline can be uploaded manually to concourse via the [`upload-to-concourse.sh`](upload-to-concourse.sh) script. This script requires the data in `source.me`, which can be found in the team's Vault.

### Testing new Pipeline Steps in a Branch

Expand Down
Loading