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

Document the steps for creating a new julia-release-1-dot-N pipeline after a new release-1.N branch is made on JuliaLang/julia #248

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

DilumAluthge
Copy link
Member

Fixes #43

@DilumAluthge
Copy link
Member Author

It sure would be nice if we could write a Julia script that takes in a Buildkite token and the value of N and uses the Buildkite API to perform all of the above steps automatically.

14. In the left-hand side, under "Pipeline Settings", click on "GitHub". Then, in the "Branch Limiting" section, do the following actions:
- Step i: For "Branch Filter Pattern", enter the following text: `release-1.9 v1.9.*`
- Step ii: Click on the green "Save Branch Limiting" button.
15. You are still on the "Pipeline Settings ⟶ GitHub" page. In the "GitHub Settings" section, do the following actions:
Copy link
Member

Choose a reason for hiding this comment

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

I'm thinking for things like this, perhaps a picture is easier?

Copy link
Member Author

Choose a reason for hiding this comment

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

Yeah.

I'm going to merge this just to get something in (currently we have nothing on main), but we should make follow-up PRs to add some screenshots.

@DilumAluthge
Copy link
Member Author

DilumAluthge commented Dec 19, 2022

Note to self: additional things that I need to add here:

https://buildkite.com/julialang/julia-release-1-dot-9/settings

—> General

—> Default Branch

Needs to be release-1.9

Also:
UNCHECK “Skip pull request builds for existing commits”

Also:
CHECK: cancel builds when the branch is deleted

…e after a new `release-1.N` branch is made on JuliaLang/julia
@DilumAluthge DilumAluthge added the merge me Merge when all tests are passing label Feb 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
merge me Merge when all tests are passing
Projects
None yet
2 participants