aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sm/pyetc_jwst.sm10
-rw-r--r--sm/pyetc_jwst_midday.sm29
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/*