-
Notifications
You must be signed in to change notification settings - Fork 24
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
Native multiarch image builds #1593
Closed
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Molter73
added
skip-integration-tests
run-multiarch-builds
Run steps for non-x86 archs.
labels
Mar 8, 2024
Molter73
force-pushed
the
mauro/native-ppc64le-image-builds
branch
from
March 8, 2024 12:04
3f60648
to
d3be1cd
Compare
Molter73
force-pushed
the
mauro/native-ppc64le-image-builds
branch
from
March 14, 2024 13:34
1fbea0b
to
fba6f21
Compare
Molter73
force-pushed
the
mauro/native-ppc64le-image-builds
branch
5 times, most recently
from
March 15, 2024 08:05
6e1e3c5
to
3e425ff
Compare
Molter73
commented
Mar 15, 2024
Molter73
force-pushed
the
mauro/native-ppc64le-image-builds
branch
from
March 15, 2024 11:16
95dd7ce
to
0b5ef40
Compare
Molter73
added
build-builder-image
run-multiarch-builds
Run steps for non-x86 archs.
and removed
run-multiarch-builds
Run steps for non-x86 archs.
labels
Mar 15, 2024
Try building power images on a remote VM Testing Clone repo on power builder Stop creating all VMs Minor simplification
Always cleanup build VMs
Try moving arm build to remote VMs too Refresh inventory after creating build VMs Fix disable_profiling variable Remove unneeded env definition Add missing condition to slim image builds on GHA Simplify builder tag definition a bit Minor fix
- amd64: locally - arm64: remote VM - s390x: remote VM - ppc64le: builder on remote, collector image locally
Molter73
force-pushed
the
mauro/native-ppc64le-image-builds
branch
from
March 15, 2024 17:19
c336036
to
6d195db
Compare
Closing since the PR has gotten very stale. |
8 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Rework de builder image workflow in a way similar to the slim image build on #1585. Move multiarch image builds so they are built as fast as possible. After some testing, most multiarch images are substantially faster on remote VMs, except for the slim image for ppc64le, which takes longer than building on GHA due to it taking a long time to provision.
There's a couple potential follow ups to this PR:
Checklist
Testing Performed
build-builder-image
label. (CI run)run-multiarch-builds
label. (CI run)build-builder-image
andrun-multiarch-builds
labels. (CI run)