diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2016-07-03 12:56:57 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2016-07-03 12:57:16 -0400 |
commit | 044e2db3b1304062ac7f9ea3b4958e05d9f28a91 (patch) | |
tree | 8cb1f961ed23ee90f6456818015ff6af1fa78b65 /sm/pyetc_jwst.sm | |
parent | 59297fd4343716883b22603498aa043e48981dbe (diff) | |
download | steuermann-044e2db3b1304062ac7f9ea3b4958e05d9f28a91.tar.gz |
Initial commit of .gitignore; Delete STScI scripts
Diffstat (limited to 'sm/pyetc_jwst.sm')
-rw-r--r-- | sm/pyetc_jwst.sm | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/sm/pyetc_jwst.sm b/sm/pyetc_jwst.sm deleted file mode 100644 index 6303ed2..0000000 --- a/sm/pyetc_jwst.sm +++ /dev/null @@ -1,34 +0,0 @@ -#################### -#################### - -TABLE run_tests HOST etcbrady - - CMD prototype_prod RUN "/data1/nightly/jwst_prototype_prod/test-ppsetc -d" - - -TABLE run_tests HOST etcdevens - - CMD pandeia RUN "eval `/data1/pandeia_nightly/Ureka/bin/ur-setup-real`; /data1/pandeia_nightly/master/devrun nightly master" - - CMD pandeia_templating_refactor RUN "/data1/pandeia_nightly_templating_refactor/templating_refactor/devrun nightly templating_refactor" - AFTER pandeia - - - -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_devens RUN "test_import pyetc-etcdevens" - AFTER *:run_tests/* - - - -#TABLE pyetc_report HOST etcbrady -# -# CMD report RUN "pyetc_report" -# AFTER ssb:import_tests/* |