Refactor workflows: extract shared cgroup script, add framework integ…#43
Open
JamesonRGrieve wants to merge 1 commit intomainfrom
Open
Refactor workflows: extract shared cgroup script, add framework integ…#43JamesonRGrieve wants to merge 1 commit intomainfrom
JamesonRGrieve wants to merge 1 commit intomainfrom
Conversation
…rations - Extract cgroup_workers.sh shared script for DRY CPU detection logic - Removes ~420 lines of duplicated code across 8 workflows - Single source of truth for cgroup-aware worker calculation - Refactor test-py-unittest.yml to simple runner pattern - Reduces from 1471 lines to 535 lines - Now compatible with run-branch-test.yml framework - Comparison logic delegated to regression-test.yml - Refactor test-storybook.yml to test-js-storybook.yml - Simple runner pattern matching other test workflows - Removes composite comparison logic (handled by run-branch-test.yml) - Add NUnit, xUnit, unittest, and Storybook to run-branch-test.yml - Full source/target/compare job chains for each framework - Framework auto-detection for .NET and Storybook projects - Aggregated regression counts in notifications - Fix missing xfailed_count output in .NET workflows Note: test-py-bandit.yml intentionally kept as security scanner (different purpose than test runners)
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.
…rations
Extract cgroup_workers.sh shared script for DRY CPU detection logic
Refactor test-py-unittest.yml to simple runner pattern
Refactor test-storybook.yml to test-js-storybook.yml
Add NUnit, xUnit, unittest, and Storybook to run-branch-test.yml
Fix missing xfailed_count output in .NET workflows
Note: test-py-bandit.yml intentionally kept as security scanner (different purpose than test runners)