Skip to content

Commit

Permalink
Add three additional tests to acme_integration.
Browse files Browse the repository at this point in the history
These tests were initially left out when acme_integration was
first created. Since then, I've determined that these tests were
only failing because the archive directory was not defined for redsky.
Now that that's been defined, these tests should work.

[BFB]
  • Loading branch information
jgfouca committed Dec 18, 2014
1 parent db4e72c commit fe43d04
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/ccsm_utils/Testlistxml/testlist.xml
Original file line number Diff line number Diff line change
Expand Up @@ -656,6 +656,7 @@
</grid>
<grid name="f19_g16">
<test name="ERB">
<machine compiler="intel" testtype="acme_integration">redsky</machine>
<machine compiler="pgi" testtype="aux_cam">titan</machine>
<machine compiler="intel" testtype="aux_cam">yellowstone</machine>
<machine compiler="intel" testtype="aux_cice">yellowstone</machine>
Expand Down Expand Up @@ -697,9 +698,11 @@
</grid>
<grid name="f45_g37">
<test name="ERB">
<machine compiler="intel" testtype="acme_integration">redsky</machine>
<machine compiler="intel" testtype="aux_cam">yellowstone</machine>
</test>
<test name="ERH">
<machine compiler="intel" testtype="acme_integration">redsky</machine>
<machine compiler="intel" testtype="aux_cam">yellowstone</machine>
<machine compiler="intel" testtype="aux_cice">yellowstone</machine>
</test>
Expand Down

0 comments on commit fe43d04

Please sign in to comment.