Skip to content

Enhance /exclude workflow and ProblemList insertions (#7340)#7376

Open
Agaba-derrick wants to merge 1 commit into
adoptium:masterfrom
Agaba-derrick:issue-7340-exclude-workflow-improvements
Open

Enhance /exclude workflow and ProblemList insertions (#7340)#7376
Agaba-derrick wants to merge 1 commit into
adoptium:masterfrom
Agaba-derrick:issue-7340-exclude-workflow-improvements

Conversation

@Agaba-derrick

@Agaba-derrick Agaba-derrick commented Jul 16, 2026

Copy link
Copy Markdown
Contributor
  • Extracted the exclude-openjdk-test job from autoTestPR.yml into a dedicated .github/workflows/exclude-openjdk-test.yml file to improve discoverability.

  • Updated the documentation reference in docs/pages/userGuide.md to point to the correct openjdk/README.md#exclude-a-testcase anchor.

  • Enhanced exclude_openjdk.py to insert test exclusions into the appropriate directory section within ProblemList files instead of blindly appending them to the bottom.

  • Added unit tests in test_exclude_openjdk.py to validate the new section insertion logic across multiple edge cases.

Closes #7340

- Extracted the exclude-openjdk-test job from autoTestPR.yml into a dedicated .github/workflows/exclude-openjdk-test.yml file to improve discoverability.

- Updated the documentation reference in docs/pages/userGuide.md to point to the correct openjdk/README.md#exclude-a-testcase anchor.

- Enhanced exclude_openjdk.py to insert test exclusions into the appropriate directory section within ProblemList files instead of blindly appending them to the bottom.

- Added unit tests in test_exclude_openjdk.py to validate the new section insertion logic across multiple edge cases.
@Agaba-derrick

Copy link
Copy Markdown
Contributor Author

CC: @smlambert Kindly asking for a review

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.

Improvements to /exclude workflow

1 participant