-
Notifications
You must be signed in to change notification settings - Fork 175
[8.18] (backport #8352) [CI] Stable stack version override #8538
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
base: 8.18
Are you sure you want to change the base?
Conversation
* [CI] Stable stack version override * Update stable version * Added UpdateCLI config * Added UpdateCLI config * Applied proposed changes * Update branch filter * Update branch filter * Added th action * Improved PR description * improve PR message * Pin version in create_deployment_csp_configuration * Added control plane team label * Remove redundant : * Applied proposed changes * Update test_infra/ess/deployment.tf Co-authored-by: Victor Martinez <[email protected]> * Added fallback to stack_version for docker images * build to .build * Added pipelineid and force * force: false * Enabled automerge --------- Co-authored-by: Victor Martinez <[email protected]> (cherry picked from commit e728b39) # Conflicts: # pkg/testing/ess/create_deployment_csp_configuration.yaml
Cherry-pick of e728b39 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 |
--- | ||
name: Bump ESS snapshots | ||
|
||
pipelineid: 'bump-ess-snapshot-{{ requiredEnv "BRANCH" }}' |
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.
The fix is required in main
but likely we can fix it here for the backports
pipelineid: 'bump-ess-snapshot-{{ requiredEnv "BRANCH" }}' | |
pipelineid: 'bump-ess-snapshot-{{ requiredEnv "BRANCH_NAME" }}' |
|
💔 Build Failed
Failed CI Steps
History
cc @pazone |
Pinging @elastic/elastic-agent-data-plane (Team:Elastic-Agent-Data-Plane) |
What does this PR do?
Pin ESS images versions in
create_deployment_csp_configuration.yaml
.Creates a new UpdateCLI pipeline that updates the
.create_deployment_csp_configuration.yaml
every day for every active branch if there's a new stable snapshot available.Tested it on my fork for main and 9.0
Example PRs for main and 9.0
Why is it important?
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 #8352 done by [Mergify](https://mergify.com).