Details
-
Type:
Story
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
-
Story Points:0.5
-
Epic Link:
-
Team:SQuaRE
Description
The JSON generated by post_qa should include two more fields required by DM-6992 obtained from the following env variables in Jenkins
"ci_name" from "PRODUCTS"
"ci_dataset" from "dataset
"ci_label" from "label"
Example of env variables available from Jenkins
https://ci.lsst.codes/job/validate_drp/177/dataset=cfht,label=centos-7,python=py2/injectedEnvVars/
Just added the new env variables required to support multiple datasets, run the tests locally and all seems fine.