Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Run important workflows on release branches #455

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

Merged
merged 1 commit into from
Jun 26, 2025

Conversation

artemgavrilov
Copy link
Collaborator

@artemgavrilov artemgavrilov commented Jun 25, 2025

Add release branches to push CI trigger in stormweaver and build/test workflows. Not sure if we want to run other.

Add release branches to push CI trigger in important workflows.
@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 84.65%. Comparing base (600172d) to head (55531a1).
Report is 4 commits behind head on TDE_REL_17_STABLE.

❌ Your project status has failed because the head coverage (84.65%) is below the target coverage (90.00%). You can increase the head coverage or adjust the target coverage.

Additional details and impacted files
@@                Coverage Diff                 @@
##           TDE_REL_17_STABLE     #455   +/-   ##
==================================================
  Coverage              84.65%   84.65%           
==================================================
  Files                     21       21           
  Lines                   2588     2588           
  Branches                 401      401           
==================================================
  Hits                    2191     2191           
  Misses                   316      316           
  Partials                  81       81           
Components Coverage Δ
access 81.11% <ø> (ø)
catalog 88.22% <ø> (ø)
common 77.77% <ø> (ø)
encryption 73.45% <ø> (ø)
keyring 72.88% <100.00%> (ø)
src 91.44% <ø> (ø)
smgr 94.85% <ø> (ø)
transam ∅ <ø> (∅)
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@artemgavrilov artemgavrilov force-pushed the ci-for-release-branch branch from 55531a1 to babfc4f Compare June 25, 2025 17:21
@artemgavrilov artemgavrilov marked this pull request as ready for review June 25, 2025 17:27
@@ -4,6 +4,7 @@ on:
push:
branches:
- TDE_REL_17_STABLE
- release-[0-9]+.[0-9]+*
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ops, just realized that this is probably incorrect, the end should be .*?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is not a regular expression, GH has it's own, quite limited format: https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions#filter-pattern-cheat-sheet

Dot there is just a dot, not a special character

@artemgavrilov artemgavrilov merged commit 2243a3f into TDE_REL_17_STABLE Jun 26, 2025
18 of 19 checks passed
@artemgavrilov artemgavrilov deleted the ci-for-release-branch branch June 26, 2025 10:19
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.

3 participants