Fix datadog secrets for testing pipeline #26
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This is an incremental merge along the path to enabling Datadog synthetic tests to automatically run immediately after deployments of the course authoring MFE. It builds on the most recent PR, #24
Equivalent code was tested on the test-GoCD servers using edx/tubular and edx-gocd-synthetic-testing repos, under bszabo/testing-args-from-gocd branches.
This PR fixes an error introduced going from the test-gocd version of the code, which did not rely on edx-internal, and the gocd version of the code, which does.
This code will be tested on the stage environment post-merge without possible harm to prod.
Testing entails:
Verifying that a new release_tests_1_pipeline pipeline has been added to the st_1_group pipeline group
Verifying that four tests run and pass when the stage environment pipeline group is run
Verifying that disabling the pipeline feature switch causes the test pipeline to return much faster, without waiting for all four tests to complete, and also that a line is logged flagging the behavior