Details
-
Type:
Story
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: verify
-
Labels:None
-
Story Points:1.4
-
Epic Link:
-
Team:SQuaRE
Description
As discussed in DM-14328 we need to specify a new environment in lsst.verify called LDF from which we will gather the following variables and add them as metadata to the verification job.
- ``DATASET``: the name of the dataset processed, e.g 'HSC RC2'
|
- ``DATASET_REPO_URL``: a reference URL with information about the dataset
|
- ``RUN_ID``: ID of the run in the LDF environment
|
- ``RUN_ID_URL``: a reference URL with information about the run
|
- ``VERSION_TAG``: the version tag of the LSST software used, e.g. 'w_2018_18'
|
Attachments
Issue Links
- is child task of
-
DM-14328 Publish verification jobs produced by the HSC reprocessing to SQuaSH
- Done
Example of command to test the LDF environment:
export DATASET="HSC RC2"
export DATASET_REPO_URL="https://jira.lsstcorp.org/browse/DM-11345"
export RUN_ID="DM-10084"
export RUN_ID_URL="https://jira.lsstcorp.org/browse/DM-10084"
export STACK_VERSION="w_2018_18"
Run the command without uploading to SQuaSH:
dispatch_verify.py --test --env ldf --ignore-lsstsw --show test_job.json
Run the command uploading to the SQuaSH demo instance:
dispatch_verify.py --url https://squash-restful-api-demo.lsst.codes --user <squash user> --password <squash passwd> --env ldf --ignore-lsstsw test_job.json