-
Task
-
Resolution: Unresolved
-
Undefined
-
None
-
None
For our midstream repository, we will implement a test step that will gather the data from previous test steps and use it to upload any results for a test job for the OSSM team into our Report Portal Instance.
The idea is to follow the same pattern as other teams do:
- Test step is reusable between all the jobs
- Environment variables that set all the information needed for the launch
- Clear bash script that can be ported later to be used downstream also (We run the downstream test on Jenkins, so it will be ideal to use the same script in both places)