New CI Tests
As requested by @fravera, this MR adds two new tests to the CI test suite, built off of the 2S c7 stack.
-
run:2S:pythontests the the python control interface. It should wait untilrun:2Shas succeeded before trying. -
run:2S:DStests the data shipping between Shep and Herd. It should wait untilrun:2S:pythonhas succeeded before trying.
Both jobs pull binaries from the appropriate build jobs based on requiring the artifacts only from their build job in the job dependency tree.
Builds on top of !343 (merged), so once that's merged in this, will be a one-commit change. Adding !343 (merged) as a MR dependency.