diff options
author | cslocum <cslocum@d34015c8-bcbb-4646-8ac8-8ba5febf221d> | 2014-05-13 16:45:17 -0400 |
---|---|---|
committer | cslocum <cslocum@d34015c8-bcbb-4646-8ac8-8ba5febf221d> | 2014-05-13 16:45:17 -0400 |
commit | f8b13ca981ad71490794252452fe7ba7d5921c9b (patch) | |
tree | b26c5faa2d5e0ba628de8e1a708c6fb0a426d039 /sm/pyetc_jwst.sm | |
parent | d07a51b291b6e57846a32de619f22fff79893780 (diff) | |
download | steuermann-f8b13ca981ad71490794252452fe7ba7d5921c9b.tar.gz |
update jwst etc test runs
git-svn-id: https://svn.stsci.edu/svn/ssb/etal/steuermann/trunk@1233 d34015c8-bcbb-4646-8ac8-8ba5febf221d
Diffstat (limited to 'sm/pyetc_jwst.sm')
-rw-r--r-- | sm/pyetc_jwst.sm | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/sm/pyetc_jwst.sm b/sm/pyetc_jwst.sm index f4a0bc6..d61020e 100644 --- a/sm/pyetc_jwst.sm +++ b/sm/pyetc_jwst.sm @@ -9,11 +9,21 @@ TABLE run_tests HOST etcbrady AFTER prototype_prod +TABLE run_tests HOST etccartier + + CMD jwst_dev RUN "/data1/nightly/jwst_dev/run_tests.sh" + + TABLE import_tests HOST ssb + CMD import RUN "test_import pyetc-etcbrady; test_expected etc_jwst_daily" AFTER *:run_tests/* + CMD import RUN "test_import pyetc-etccartier; test_expected etc_jwst_daily" + AFTER *:run_tests/* + #TABLE pyetc_report HOST etcbrady +# # CMD report RUN "pyetc_report" # AFTER ssb:import_tests/* |