diff options
-rw-r--r-- | sm/pyetc_jwst.sm | 6 | ||||
-rw-r--r-- | sm/pyetc_jwst_midday.sm | 7 |
2 files changed, 4 insertions, 9 deletions
diff --git a/sm/pyetc_jwst.sm b/sm/pyetc_jwst.sm index 3a8c557..21a6fff 100644 --- a/sm/pyetc_jwst.sm +++ b/sm/pyetc_jwst.sm @@ -5,8 +5,6 @@ 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/nightly_test_runner -d dev bnc" - AFTER prototype_prod TABLE run_tests HOST etcdevens @@ -19,8 +17,8 @@ TABLE import_tests HOST ssb CMD import_brady RUN "test_import pyetc-etcbrady; test_expected etc_jwst_daily" AFTER *:run_tests/* - CMD import_cartier RUN "test_import pyetc-etccartier; test_expected etc_jwst_daily" - AFTER *:run_tests/* +# CMD import_cartier RUN "test_import pyetc-etccartier; test_expected etc_jwst_daily" +# AFTER *:run_tests/* CMD import_devens RUN "test_import pyetc-etcdevens" AFTER *:run_tests/* diff --git a/sm/pyetc_jwst_midday.sm b/sm/pyetc_jwst_midday.sm index 0addae7..bb4a87b 100644 --- a/sm/pyetc_jwst_midday.sm +++ b/sm/pyetc_jwst_midday.sm @@ -4,9 +4,6 @@ #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/nightly_test_runner -d dev bnc" -# AFTER prototype_prod TABLE run_tests HOST etcdevens @@ -16,8 +13,8 @@ TABLE run_tests HOST etcdevens TABLE import_tests HOST ssb -# CMD import_brady RUN "test_import pyetc-etcbrady; test_expected etc_jwst_daily" -# AFTER *:run_tests/* + CMD import_brady RUN "test_import pyetc-etcbrady; test_expected etc_jwst_daily" + AFTER *:run_tests/* # CMD import_cartier RUN "test_import pyetc-etccartier; test_expected etc_jwst_daily" # AFTER *:run_tests/* |