[CLIENT-5171] CI/CD: Remove dev workflow and dev branch. Promote directly to TEST and skip DEV gate - #1186
Open
juliannguyen4 wants to merge 20 commits into
Open
Conversation
…kes promoting artifacts to TEST twice as fast compared to now.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## dev #1186 +/- ##
=======================================
Coverage 85.46% 85.46%
=======================================
Files 101 101
Lines 14661 14661
=======================================
Hits 12530 12530
Misses 2131 2131 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
…v-branch-and-promote-directly-to-TEST
…al dev workflow works..
…v-branch-and-promote-directly-to-TEST
Collaborator
Author
|
This is blocked because there is currently a release bundle that I'm trying to provide a customer with. I don't want to override that bundle with a "test" one |
…v-branch-and-promote-directly-to-TEST
…ng the version on a test branch.
This reverts commit 7a9237f.
…n updating the version on a test branch." This reverts commit d560260.
…om JFrog to Github actions. This will probably be used later on for nightly / weekend testing.
…v-branch-and-promote-directly-to-TEST
…ing representation, then have fromJson() convert back to JSON object in test-artifact workflow
…v-branch-and-promote-directly-to-TEST
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.
This reduces the time it takes to provide QE with artifacts by upwards of 66% compared to the time it currently takes in
dev. We run valgrind and the tests from both the dev and stage workflow in parallel now instead of serially.Notes
stage-testto point to the same revision as this branchExtra changes
We are removing testing for Alma Linux 8 (binary compatible with RHEL 8) here, which is okay since we dropped support for RHEL 8 in an earlier release.
TODO
devbefore merging this PRdevafter merging