Details
-
Type:
Improvement
-
Status: Won't Fix
-
Resolution: Done
-
Fix Version/s: None
-
Labels:None
-
Epic Link:
-
Team:SQuaRE
Description
Currently, the ap_verify CI job generates a hard-coded list of Job files. However, ap_verify is moving toward a system that will generate and persist Jobs semi-automatically, and there will be a transition period where both the hardcoded files and the new ones are in use.
To avoid breaking SQuaSH uploads, it would be useful if the upload script or the CI system could search for Job files ("*.json" or "*.verify.json" come to mind) and upload them all.
Attachments
Issue Links
- relates to
-
DM-16017 Prototype a metrics-handling Task
- Done
Krzysztof Findeisen good news, looks like the `ap_verify` pipeline in CI already handles multiple verification job JSON files that way, as shown in the attached screenshot.
So if you add more files to the same directory they should be uploaded as well.