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

docs: Update preflight docs for building buildboxes #50752

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
9 changes: 9 additions & 0 deletions docs/preflight.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,12 @@ This checklist is to be run prior to cutting the release branch.
- [ ] Update the `BUILDBOX_VERSION` in `build.assets/images.mk`. Commit and merge.
- [ ] Update `e/.github/workflows/build-buildboxes-cron.yaml` to uncomment final pre-release
job and ensure it has the correct branch names (two places). Commit and merge.
- [ ] After the `BUILDBOX_VERSION` update in the `build.assets/images.mk` has
merged to master, build the buildboxes for the next `BUILDBOX_VERSION`. The
first run will build the "assets" buildbox and the other builds will likely
fail. Run again after the first has finished to build the others that use
the "assets" buldbox:

today=$(LOCALE=C TZ=UTC date +%A)
gh workflow run --repo gravitational/teleport.e --field assets-day="${today}" build-buildboxes.yaml
gh workflow run --repo gravitational/teleport.e build-buildboxes.yaml
Loading