Feature/rt automation#403
Merged
junwang-noaa merged 159 commits intoFeb 25, 2021
Merged
Conversation
temp change to test function
* Log location sent as comment, not log itself. * fixed extra code in sh export. * renamed runFunction to run_function. * removed extra debug for issue to be addressed later.
* exception fixes * skip-ci
Collaborator
Author
|
Log Name:rt_auto_hera.intel_20210224184321.log |
junwang-noaa
approved these changes
Feb 25, 2021
Collaborator
junwang-noaa
left a comment
There was a problem hiding this comment.
This PR is the first of the incremental automatic RT commits. It adds two files and does not have any impact to the model.
climbfuji
approved these changes
Feb 25, 2021
Collaborator
climbfuji
left a comment
There was a problem hiding this comment.
I am approving based on the fact that it doesn't impact the current code. I am looking forward to the tutorial next week and then I will hopefully be able to give a more educated feedback on the Python script.
DeniseWorthen
approved these changes
Feb 25, 2021
Collaborator
DeniseWorthen
left a comment
There was a problem hiding this comment.
Approving, on the basis of no impact to the current tests.
DusanJovic-NOAA
approved these changes
Feb 25, 2021
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
Automation of Regression Testing
This PR adds the directory
autototeststhat contains three files rt_auto.yml, rt_auto.sh and rt_auto.py.Code managers will add labels to PR's that are ready for regression testing and eventually a CRON job will run this script every 20 minutes.
Auto-RT-heraA:
Autowhich tells the python code that label is to be processed.B:
RTwhich is the test requested to run (check rt_auto.yml for test labels).C:
herawhich specifies the machine the test is to be run on.Currently
Auto-RT-heraAuto-RT-orionAuto-RT-gaeaare working. I'm looking to get python packages added on Jet first.Current functions:
Planned future functions:
Discussion Topics:
Issue(s) addressed
Fixes #306
Testing
The use of this new script will be used as its test.
Dependencies
None
Do PRs in upstream repositories need to be merged first?
No, these changes are independent of the main functionality of the repo.