-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Start observabilitySRE container builds immediately on DRA #18016
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
Start observabilitySRE container builds immediately on DRA #18016
Conversation
Previously as the pipeline for publishing observabilitySRE artifacts was being developed that part of the pipeline only executed after the rest of the DRA artifacts had been prepared. This sacrificed build time for ensuring that failures did not disrupt the rest of the DRA process. Now that the workflow has been stabilized it is no longer necessary to wait. This commit removes the deps for the DRA build to complete before starting the observabilitySRE artifact creation. This should decrease the total time for the DRA pipeline to complete.
🤖 GitHub commentsExpand to view the GitHub comments
Just comment with:
|
This pull request does not have a backport label. Could you fix it @donoghuc? 🙏
|
|
💚 Build Succeeded
|
snapshot pipline showing fast start https://buildkite.com/elastic/logstash-dra-snapshot-pipeline/builds/3582 |
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.
LGTM!
@Mergifyio backport 8.17 8.18 8.19 9.0 9.1 |
✅ Backports have been created
|
Previously as the pipeline for publishing observabilitySRE artifacts was being developed that part of the pipeline only executed after the rest of the DRA artifacts had been prepared. This sacrificed build time for ensuring that failures did not disrupt the rest of the DRA process. Now that the workflow has been stabilized it is no longer necessary to wait. This commit removes the deps for the DRA build to complete before starting the observabilitySRE artifact creation. This should decrease the total time for the DRA pipeline to complete. (cherry picked from commit e676b59) # Conflicts: # .buildkite/scripts/dra/generatesteps.py
Previously as the pipeline for publishing observabilitySRE artifacts was being developed that part of the pipeline only executed after the rest of the DRA artifacts had been prepared. This sacrificed build time for ensuring that failures did not disrupt the rest of the DRA process. Now that the workflow has been stabilized it is no longer necessary to wait. This commit removes the deps for the DRA build to complete before starting the observabilitySRE artifact creation. This should decrease the total time for the DRA pipeline to complete. (cherry picked from commit e676b59)
Previously as the pipeline for publishing observabilitySRE artifacts was being developed that part of the pipeline only executed after the rest of the DRA artifacts had been prepared. This sacrificed build time for ensuring that failures did not disrupt the rest of the DRA process. Now that the workflow has been stabilized it is no longer necessary to wait. This commit removes the deps for the DRA build to complete before starting the observabilitySRE artifact creation. This should decrease the total time for the DRA pipeline to complete. (cherry picked from commit e676b59) # Conflicts: # .buildkite/scripts/dra/generatesteps.py
Previously as the pipeline for publishing observabilitySRE artifacts was being developed that part of the pipeline only executed after the rest of the DRA artifacts had been prepared. This sacrificed build time for ensuring that failures did not disrupt the rest of the DRA process. Now that the workflow has been stabilized it is no longer necessary to wait. This commit removes the deps for the DRA build to complete before starting the observabilitySRE artifact creation. This should decrease the total time for the DRA pipeline to complete. (cherry picked from commit e676b59) # Conflicts: # .buildkite/scripts/dra/generatesteps.py
Previously as the pipeline for publishing observabilitySRE artifacts was being developed that part of the pipeline only executed after the rest of the DRA artifacts had been prepared. This sacrificed build time for ensuring that failures did not disrupt the rest of the DRA process. Now that the workflow has been stabilized it is no longer necessary to wait. This commit removes the deps for the DRA build to complete before starting the observabilitySRE artifact creation. This should decrease the total time for the DRA pipeline to complete. (cherry picked from commit e676b59) # Conflicts: # .buildkite/scripts/dra/generatesteps.py
…18066) Previously as the pipeline for publishing observabilitySRE artifacts was being developed that part of the pipeline only executed after the rest of the DRA artifacts had been prepared. This sacrificed build time for ensuring that failures did not disrupt the rest of the DRA process. Now that the workflow has been stabilized it is no longer necessary to wait. This commit removes the deps for the DRA build to complete before starting the observabilitySRE artifact creation. This should decrease the total time for the DRA pipeline to complete. (cherry picked from commit e676b59) Co-authored-by: Cas Donoghue <[email protected]>
Previously as the pipeline for publishing observabilitySRE artifacts was being developed that part of the pipeline only executed after the rest of the DRA artifacts had been prepared. This sacrificed build time for ensuring that failures did not disrupt the rest of the DRA process. Now that the workflow has been stabilized it is no longer necessary to wait. This commit removes the deps for the DRA build to complete before starting the observabilitySRE artifact creation. This should decrease the total time for the DRA pipeline to complete.