ci: avoid duplicate parametric system tests - #4142
Draft
bm1549 wants to merge 2 commits into
Draft
Conversation
2 tasks
🎉 All green!🧪 All tests passed 🔄 Datadog auto-retried 2 jobs - 2 passed on retry 🎯 Code Coverage (details) 🔗 Commit SHA: d397123 | Docs | View more details | Give us feedback! |
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.
Description
Tracer-release jobs currently run
PARAMETRIConce per weblog, then the dedicated parametric job runs it again. This passes--excluded-scenarios PARAMETRICto the scenario producer and leaves the dedicated blocking job unchanged.The generated jobs now extract
endtoend_defs.parallel_jobswith a small inline Python block. It sorts and deduplicates scenario names, and fails with one generic error if the producer or parser fails, the result is empty, a name is non-string or contains whitespace, orPARAMETRICremains.Expected impact: 26 parametric executions become 1. Based on the CI Visibility sample, that avoids about 7.5 executor-hours per full run. Wall-clock improvement is limited by the next critical-path job.
This revision removes the two Python files and the extra CI test job. The net PR changes only
.gitlab/generate-package.php.Tested with:
git diff --checkPARAMETRICinputsReviewer checklist