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 | |
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
-rw-r--r-- | sm/pyetc_jwst.sm | 10 | ||||
-rw-r--r-- | sm/pyetc_jwst_midday.sm | 29 |
2 files changed, 39 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/* diff --git a/sm/pyetc_jwst_midday.sm b/sm/pyetc_jwst_midday.sm new file mode 100644 index 0000000..bd74274 --- /dev/null +++ b/sm/pyetc_jwst_midday.sm @@ -0,0 +1,29 @@ +#################### +#################### + +TABLE run_tests HOST etcbrady + +# CMD prototype_prod RUN "/data1/nightly/jwst_prototype_prod/test-ppsetc -d" + +# CMD bnc_dev RUN "/data1/nightly/jwst_bnc_dev/test-ppsetc -d dev bnc" +# 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/* |