-
Notifications
You must be signed in to change notification settings - Fork 154
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
[CI] Fixed container images packaging #6972
base: main
Are you sure you want to change the base?
Conversation
…tic-agent into ci_fix_packaging_containers
command: | | ||
buildkite-agent artifact download build/distributions/** . --step 'packaging-ubuntu-x86-64' --build ${BUILDKITE_TRIGGERED_FROM_BUILD_ID} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Build matrix is not used because we need unique step keys
This pull request is now in conflicts. Could you fix it? 🙏
|
Build takes too long because of the emulation |
💔 Build Failed
Failed CI StepsHistory
cc @pazone |
|
What does this PR do?
Fixed container image packaging by setting proper packaging variables
We now have 9 packaging steps:
Packaging: linux/amd64 rpm
Artifacts :
Packaging: linux/arm64 rpm
Artifacts :
Packaging: linux/amd64 deb
Artifacts :
Packaging: linux/arm64 deb
Artifacts:
Packaging: linux/amd64 tar.gz
Artifacts:
Packaging: linux/arm64 tar.gz
Artifacts:
Packaging: Containers linux/amd64
14 amd64 images. See the build
Packaging: Containers linux/arm64
14 arm64 images. See the build
Packaging: windows/amd64 zip
Why is it important?
The container images will be used by k8s integration tests instead of rebuilding them.
Checklist
./changelog/fragments
using the changelog toolDisruptive User Impact
How to test this PR locally
Related issues
Questions to ask yourself