Once we have AAH-1139 and AAH-1137, this should be as simple as connecting the two together by passing the username/password/auth url and the server url from the provisioning pipeline to the testing pipeline.
We can call this "done" when:
There exists a new pipeline in jenkins that
- correctly launches the other pipelines
- one to deploy an ephem env.
- one to test the deployed ephem. env. with the cloud tests.
- This pipeline should also produce as an artifact a junit test file.
- In addition, the test-success/test-failure/pipeline-failure status of the pipeline should be broadcast on slack.
- Lastly, the pipeline should run once nightly.
Note: we need to ensure that we are testing authenticated proxy syncing as well, since bugs like AAH-1243 come up fairly commonly.