-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Change input file for standalone mam test #3079
Conversation
4d5e51b
to
4d4f8e7
Compare
@@ -70,6 +70,7 @@ set (TEST_INPUT_FILES | |||
scream/init/spa_init_ne2np4.nc | |||
scream/init/spa_file_unified_and_complete_ne2np4L72_20231222.nc | |||
scream/init/${EAMxx_tests_IC_FILE_72lev} | |||
scream/init/scream_unit_tests_aerosol_optics_ne2np4L72_20220822.nc |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we use scream/init/${EAMxx_tests_IC_FILE_MAM4xx_72lev}
scream/init/scream_unit_tests_aerosol_optics_ne2np4L72_20220822.nc | |
scream/init/${EAMxx_tests_IC_FILE_MAM4xx_72lev} |
It is a different file, so we might need to bless it, but it will be consistent with the rest of the testing.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That's fine with me. I'll push the change.
Status Flag 'Pull Request AutoTester' - Testing Jenkins Projects: Pull Request Auto Testing STARTING (click to expand)Build InformationTest Name: SCREAM_PullRequest_Autotester_Weaver
Jenkins Parameters
Using Repos:
Pull Request Author: bartgol |
Status Flag 'Pull Request AutoTester' - Jenkins Testing: all Jobs PASSED Pull Request Auto Testing has PASSED (click to expand)Build InformationTest Name: SCREAM_PullRequest_Autotester_Weaver
Jenkins Parameters
|
Status Flag 'Pre-Merge Inspection' - - This Pull Request Requires Inspection... The code must be inspected by a member of the Team before Testing/Merging |
All Jobs Finished; status = PASSED, target_sha=cb30379332fb0a59dee9ab7105f6523f3575351e, However Inspection must be performed before merge can occur... |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, @bartgol, for fixing it!
Status Flag 'Pull Request AutoTester' - Testing Jenkins Projects: Pull Request Auto Testing STARTING (click to expand)Build InformationTest Name: SCREAM_PullRequest_Autotester_Weaver
Jenkins Parameters
Using Repos:
Pull Request Author: bartgol |
Status Flag 'Pull Request AutoTester' - Jenkins Testing: all Jobs PASSED Pull Request Auto Testing has PASSED (click to expand)Build InformationTest Name: SCREAM_PullRequest_Autotester_Weaver
Jenkins Parameters
|
Status Flag 'Pull Request AutoTester' - Pull Request MUST BE MERGED MANUALLY BY Project Team - Main Automerge is disabled (in .cfg file) |
@singhbalwinder You said using |
The files are different; the original file was I did a diff of ncdump and I can see the diff in the files( I will also run it manually and confirm if I get a pass or not. |
Status Flag 'Pull Request AutoTester' - Testing Jenkins Projects: Pull Request Auto Testing STARTING (click to expand)Build InformationTest Name: SCREAM_PullRequest_Autotester_Weaver
Jenkins Parameters
Using Repos:
Pull Request Author: bartgol |
Status Flag 'Pull Request AutoTester' - Jenkins Testing: all Jobs PASSED Pull Request Auto Testing has PASSED (click to expand)Build InformationTest Name: SCREAM_PullRequest_Autotester_Weaver
Jenkins Parameters
|
Status Flag 'Pull Request AutoTester' - Pull Request MUST BE MERGED MANUALLY BY Project Team - Main Automerge is disabled (in .cfg file) |
@singhbalwinder in the eamxx-sa checks the test DID fail. I am a bit puzzled as of why it would pass on weaver (GPU) but fail on ghci-snl-cpu (CPU). I will run manually on weaver and see if something is amiss. |
@singhbalwinder I manually ran the test on weavere, and it did fail. I'm not sure why it passed for the AT... Edit: LOL, I did not notice that the label |
Given that the tests pass when expected and diff when expected, I'm going to merge. |
Tests were working since the file was present on our testbeds. On a new machine, it did not get downloaded.