Skip to content

[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
stagefrom
CLIENT-5171-cicd-rm-dev-branch-and-promote-directly-to-TEST
Open

[CLIENT-5171] CI/CD: Remove dev workflow and dev branch. Promote directly to TEST and skip DEV gate#1186
juliannguyen4 wants to merge 20 commits into
stagefrom
CLIENT-5171-cicd-rm-dev-branch-and-promote-directly-to-TEST

Conversation

@juliannguyen4

@juliannguyen4 juliannguyen4 commented Aug 4, 2026

Copy link
Copy Markdown
Collaborator

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

  • It still takes 50% less time instead of 66% because we only have four out of the original five mac runners available for this repo; I lent a runner to Paul Brackin for the Python SDK repo.
  • The linkcheck job is failing twice because I reset stage-test to point to the same revision as this branch

Extra 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

  • Manual testing
  • Ensure e2e / import tests are skipped when no code changes are made that would affect the results
  • Stage should be up to date with dev before merging this PR
  • Delete tags and release bundles generated during manual testing
  • Delete dev branch and branch protection rule for dev after merging
  • Notify Diparth of branch strategy changes

…kes promoting artifacts to TEST twice as fast compared to now.
@codecov-commenter

codecov-commenter commented Aug 4, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 85.46%. Comparing base (d7b2a46) to head (f01770f).

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.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@juliannguyen4

Copy link
Copy Markdown
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

@juliannguyen4
juliannguyen4 changed the base branch from stage to dev August 5, 2026 14:29
…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.
…ing representation, then have fromJson() convert back to JSON object in test-artifact workflow
@juliannguyen4
juliannguyen4 marked this pull request as ready for review August 13, 2026 16:37
@juliannguyen4
juliannguyen4 changed the base branch from dev to stage August 13, 2026 16:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants