-
Notifications
You must be signed in to change notification settings - Fork 148
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
Split packaging into separate steps #6401
base: main
Are you sure you want to change the base?
Conversation
|
fcdf62e
to
a5ae2a6
Compare
558b220
to
54179a4
Compare
54179a4
to
882d73d
Compare
882d73d
to
2bb945f
Compare
2bb945f
to
86dd799
Compare
Quality Gate passedIssues Measures |
|
||
- label: "Serverless integration test" | ||
key: "serverless-integration-tests" | ||
depends_on: | ||
- package-it | ||
- packaging-ubuntu-x86-64 |
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.
NIT: Can we use the group key instead of mentioning all the steps?
@@ -4,28 +4,84 @@ env: | |||
DOCKER_REGISTRY: "docker.elastic.co" | |||
VAULT_PATH: "kv/ci-shared/observability-ingest/cloud/gcp" | |||
|
|||
# Packaging | |||
SNAPSHOT: true |
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.
I'd recommend returning those variables to the packaging script to reduce the scope
What does this PR do?
Splitting centralized packaging step into separate steps to speed up builds
Buildkite builds: https://buildkite.com/elastic/elastic-agent-extended-testing/builds?branch=split-packaging
Why is it important?
Since the integration test steps are divided by platforms, we can divide packaging into the corresponding steps and run integration tests for the platform as soon as the required artifacts are built without waiting for the rest.
Checklist
./changelog/fragments
using the changelog toolRelated issues
Questions to ask yourself