Adding hooks for running on-prem automated WE2E tests. #676
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.
DESCRIPTION OF CHANGES:
Adds the hooks necessary to interact with the on-prem automated testing framework developed at NOAA-GSL. The framework runs regularly via cron on Jet and Hera (can be deployed to other machines by those with accounts/resources) and checks all open PRs for labels like
ci-jet-intel-WE
andci-hera-intel-WE
before 1) building the code, and 2) running WE2E tests for either SRW and regional_workflow.The changes here add the following:
Once implemented, the existing Jet and Hera framework will support testing PRs to develop in either repositories. We can share the framework code so that these automated tests may be run on other supported platforms.
Outstanding work includes adding additional tests to the machine suite files.
TESTS CONDUCTED:
We have tested this script as a part of our test framework on Jet and Hera using the test included here in the machine suites files.
CONTRIBUTORS (optional):
@venitahagerty @robgonzalezpita