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

Remove maintenance build #646

Merged
merged 3 commits into from
Apr 5, 2024
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
25 changes: 0 additions & 25 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,28 +22,3 @@ updates:
open-pull-requests-limit: 1
labels:
- run-ci
- package-ecosystem: gomod
directory: /acceptance-tests
target-branch: "maintenance"
schedule:
# Check for updates every weekday
interval: "daily"
time: "06:00"
timezone: "Europe/Berlin"
# Allow only 1 open pull requests for gomod to prevent parallel concourse runs
open-pull-requests-limit: 1
labels:
- run-ci
- package-ecosystem: pip
directory: /ci/scripts
target-branch: "maintenance"
schedule:
# Check for updates every weekday
interval: "daily"
time: "12:00"
timezone: "Europe/Berlin"
# Allow only 1 open pull requests for pip to prevent parallel concourse runs
open-pull-requests-limit: 1
labels:
- run-ci

9 changes: 9 additions & 0 deletions ci/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,15 @@ Note that you can use the `dir` parameter in `run` to define the working directo

Don't forget to remove separate pipelines that were created for testing.

### Deprecated Maintenance Pipeline

The maintenance pipeline was removed in [this PR](https://github.com/cloudfoundry/haproxy-boshrelease/pull/646)

To re-establish it in the future, we need to revert these commits:
- 94e3b88131ffcc2d5fc8cc54dde669cf137e68c7 (remove dependabot config)
- f457e98848d98050e5541c1bc1993ceefa76ab58 (remove maintenance pipeline)


### Versioning Guide

For creating a new release please follow the versioning guide based on the [Semantic Versioning Specification](https://semver.org/).
Expand Down
Loading