AST-162357 Split CI workflows per job harden shared config and update docs#1521
Open
cx-anurag-dalke wants to merge 4 commits into
Open
AST-162357 Split CI workflows per job harden shared config and update docs#1521cx-anurag-dalke wants to merge 4 commits into
cx-anurag-dalke wants to merge 4 commits into
Conversation
- Split monolithic ci-tests.yml into unit-tests.yml, ci-tests.yml (integration matrix), lint.yml, govulncheck.yml, and docker-image-scan.yml so each job runs and reports independently - Consolidate the nightly parallel integration-test matrix into ci-tests.yml and have nightly-parallel.yml invoke it via workflow_call, removing duplicated matrix logic - Rework unit-tests.yml to run tests via gotestsum (JUnit output), publish a job summary with per-test failure reasons and coverage %, raise the unit test coverage gate to 85%, and upload coverage/JUnit artifacts - Add internal/commands/.scripts/print_test_summary.py to render the job summary from the JUnit report; update up.sh to run tests via gotestsum - Add descriptive job names across all workflow files - Pin actions/checkout to v6 with persist-credentials: false everywhere it's used - Replace secrets: inherit in issue_automation.yml with explicit secret references - Remove deprecated pr-label.yml - Update CLAUDE.md to reflect the new workflow layout, coverage thresholds, and removal of stale/no-longer-existing workflows (pr-add-reviewers.yml, ai-code-review.yml, dependabot-auto-merge.yml, Dependabot config)
Contributor
Security Policy Alert: Secret Policy ViolationThis workflow run has been blocked by StepSecurity's secrets policy because it accesses secrets and the workflow file differs from the default branch. Secret references detected:
To approve this workflow, please add the Note: The label must be added by someone other than the PR author (cx-anurag-dalke) or automation bots to ensure proper security review. After the label is added, you can re-run the blocked workflow to proceed. This workflow will be automatically approved once merged into the default branch. For more information, see StepSecurity's Secret Exfiltration Policy documentation. |
cx-atish-jadhav
approved these changes
Jul 10, 2026
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.
By submitting this pull request, you agree to the terms within the Checkmarx Code of Conduct. Please review the contributing guidelines for guidance on creating high-quality pull requests.
Description
Please provide a summary of the changes and the related issue. Include relevant motivation and context.
Type of Change
Related Issues
Link any related issues or tickets.
Checklist
Screenshots (if applicable)
Add screenshots to help explain your changes.
Additional Notes
Add any other relevant information.