diff options
author | cslocum <cslocum@d34015c8-bcbb-4646-8ac8-8ba5febf221d> | 2015-04-09 11:48:07 -0400 |
---|---|---|
committer | cslocum <cslocum@d34015c8-bcbb-4646-8ac8-8ba5febf221d> | 2015-04-09 11:48:07 -0400 |
commit | cfec76715abab82d3e30e4db30c639d3079122a7 (patch) | |
tree | b4652dee754f296bda8ab7f4d86cb8c0c46ddc49 | |
parent | 99da7931148024d804fd375bcb570ecd156227b1 (diff) | |
download | steuermann-cfec76715abab82d3e30e4db30c639d3079122a7.tar.gz |
turn off bnc_dev test run
git-svn-id: https://svn.stsci.edu/svn/ssb/etal/steuermann/trunk@1428 d34015c8-bcbb-4646-8ac8-8ba5febf221d
-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/* |