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

Automated releases #1

Merged
merged 3 commits into from
Mar 8, 2024
Merged

Automated releases #1

merged 3 commits into from
Mar 8, 2024

Conversation

pykello
Copy link
Contributor

@pykello pykello commented Feb 28, 2024

An example release: https://github.com/ubicloud/build-edk2-test/releases/tag/v1

  • Creates two releases if manually triggered, one for each platform.
  • Uses edk2-stable202402 for x64 and edk2-stable202411 for arm64.
  • Disables the "Press ESCAPE for boot options" prompt in arm64, which will improve provisioning times by few seconds.

Creates a release if manually triggered with a tag reference. Uploads
two files with names  CLOUDHV-arm64.fd and  CLOUDHV-x64.fd.
@pykello pykello force-pushed the pykello/release branch 3 times, most recently from 23f1472 to 573e458 Compare February 28, 2024 19:36
@pykello pykello changed the title [WIP] Automated releases Automated releases Feb 28, 2024
@pykello pykello requested a review from fdr February 28, 2024 19:54
pykello added 2 commits March 8, 2024 15:46
edk2-stable202402 is the latest Edk2 release and works with x64.

Newer versions of Edk2 require a fix in bootloader shim v15.8 to be
usable in arm64, and currently v15.7 is included in Ubuntu images. So
using edk2-stable202211 for arm64, which is the latest release that
works.

[1] rhboot/shim#539
We can improve provisioning times form arm64 VMs by few seconds by
setting the timeout for this prompt to 0. Default was 3.

This timeout is already 0 for x64.
@pykello pykello merged commit 6248d53 into main Mar 8, 2024
1 of 2 checks passed
@pykello pykello deleted the pykello/release branch March 8, 2024 23:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants