diff options
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/* |