-
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
[8.14](backport #5129) [CI] Separated packaging step #5143
Conversation
* [CI] Separated packaging step * [CI] Separated packaging step * Fix mistype * Fix mistype * Cleanup * Update .buildkite/scripts/steps/integration_tests.sh Co-authored-by: Paolo Chilà <[email protected]> * Update .buildkite/scripts/steps/integration-package.sh Co-authored-by: Paolo Chilà <[email protected]> * Cleanup --------- Co-authored-by: Paolo Chilà <[email protected]> (cherry picked from commit 9c49b37) # Conflicts: # .buildkite/scripts/steps/integration_tests.sh
Cherry-pick of 9c49b37 has failed:
To fix up this pull request, you can check it out locally. See documentation: https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/checking-out-pull-requests-locally |
@@ -11,10 +11,20 @@ MAGE_SUBTARGET="${3:-""}" | |||
# This file is managed by an automation (mage integration:UpdateAgentPackageVersion) that check if the snapshot is ready. | |||
OVERRIDE_AGENT_PACKAGE_VERSION="$(cat .package-version)" | |||
|
|||
<<<<<<< HEAD |
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.
@pazone same as with 8.15 backport
Quality Gate passedIssues Measures |
This pull request has not been merged yet. Could you please review and merge it @pazone? 🙏 |
What does this PR do?
Separated packaging step
Why is it important?
Now we don't need to re-package agent when restarting tests from BK UI
Checklist
./changelog/fragments
using the changelog toolDisruptive User Impact
How to test this PR locally
Related issues
Questions to ask yourself
This is an automatic backport of pull request #5129 done by [Mergify](https://mergify.com).