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:python
tests the the python control interface. It should wait untilrun:2S
has succeeded before trying. -
run:2S:DS
tests the data shipping between Shep and Herd. It should wait untilrun:2S:python
has 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.