Jenkins ecs release version test support#2720
Draft
Davidding4718 wants to merge 6 commits intoopensearch-project:mainfrom
Draft
Jenkins ecs release version test support#2720Davidding4718 wants to merge 6 commits intoopensearch-project:mainfrom
Davidding4718 wants to merge 6 commits intoopensearch-project:mainfrom
Conversation
…ines Add VERSION parameter to solutionsCFNTest and defaultIntegPipeline. When VERSION is set (e.g. 2.9.0), it overrides GIT_BRANCH to checkout the release tag. Add info banners to Checkout stages for debugging. Add tag support to checkoutStep so it can checkout release tags. Signed-off-by: Siqi Ding <dingdd@amazon.com>
Signed-off-by: Siqi Ding <dingdd@amazon.com>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #2720 +/- ##
=========================================
Coverage 73.43% 73.43%
Complexity 106 106
=========================================
Files 721 721
Lines 33368 33368
Branches 2907 2910 +3
=========================================
Hits 24504 24504
Misses 7533 7533
Partials 1331 1331
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
…lder releases) Signed-off-by: Siqi Ding <dingdd@amazon.com>
…jobs Signed-off-by: Siqi Ding <dingdd@amazon.com>
… changes Create a single cover file for all release canary jobs that dynamically resolves the latest release tag and routes to the correct pipeline based on job name. Revert changes to individual cover files. Signed-off-by: Siqi Ding <dingdd@amazon.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Add
VERSIONparameter to non-EKS pipelines (solutionsCFNTest,defaultIntegPipeline) and tag-aware checkout tocheckoutStep. WhenVERSIONis set (e.g.2.9.0), the pipeline checks out the release tag instead ofGIT_BRANCH, enabling release testing against specific versions.defaultIntegPipelinecoversfullES68SourceE2ETest,rfsDefaultE2ETest, andtrafficReplayDefaultE2ETest.Changes:
VERSIONstring parameter tosolutionsCFNTestanddefaultIntegPipelinecheckoutStep(fetches tags from canonical upstream repo)defaultIntegPipelinedeploy command to use resolved checkout branchIssues Resolved
MIGRATIONS-3035
Testing
release-solutions-cfn-create-vpc-test#4 — passed withVERSION=2.9.0, confirmed tag checkout:HEAD is now at 0af976f1c Merge pull request #2682 from gregschohn/version-2.9.0release-full-es68source-e2e-test#3 — running withVERSION=2.9.0Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.
<turn_end />