perf(ci): run broad Go tests once and honor fast commands - #81
Merged
Conversation
Signed-off-by: rldyourmnd <danil@nddev.it.com>
Signed-off-by: rldyourmnd <danil@nddev.it.com>
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.
The generated fast job ignored declared fast verification commands and ran the same broad Go suite that PR required ran again. It now honors the ordered fast commands and disables the reusable workflow's default build for that explicitly scoped phase. An absent fast list falls back to
ci.test_commandand the normal reusable build.GDS selects shell lint and a new
--fastcore mode (format/module consistency, vet, lock metadata and Go schema validation). Full Go and Python tests and the complete build remain in PR required;--quickand release validation retain their full checks. Existing GitHub check names and public hosted routing stay intact.Validation: regression reproduced the ignored fast commands; generated-command and fallback checks pass; golden fixtures regenerated; real fast mode and pinned shellcheck passed; complete Go core quick validation, 47 Python tests, actionlint and repeated native generation check passed. Native projection apply/verify:
op_01M1X4ZQ399Z0FF2QSNVZ306CQ.Closes #80.