aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sm/notify.sm7
-rw-r--r--sm/pyetc.sm5
-rw-r--r--sm/test_common.sm11
3 files changed, 7 insertions, 16 deletions
diff --git a/sm/notify.sm b/sm/notify.sm
new file mode 100644
index 0000000..3b4a947
--- /dev/null
+++ b/sm/notify.sm
@@ -0,0 +1,7 @@
+
+TABLE test_final HOST ssb
+
+ CMD notify RUN "test_notify daily_latest jwst_latest"
+
+ CMD mysql_watch RUN "test_mysql_watch"
+
diff --git a/sm/pyetc.sm b/sm/pyetc.sm
index b4c1a19..67c87d8 100644
--- a/sm/pyetc.sm
+++ b/sm/pyetc.sm
@@ -3,12 +3,7 @@
TABLE pyetc HOST etccartier
- # delay for 4 hours so that tests start after midnight
- CMD delay_four_hours RUN "/bin/sleep 4h"
- AFTER init/*
-
CMD jwst_dev RUN "/data1/nightly/jwst_dev/test-ppsetc -d dev etc_jwst_dev"
- AFTER delay_four_hours
CMD trunk RUN "/data1/nightly/trunk/test-ppsetc -d trunk pyetc"
AFTER jwst_dev
diff --git a/sm/test_common.sm b/sm/test_common.sm
index 92859d9..1e4cdc4 100644
--- a/sm/test_common.sm
+++ b/sm/test_common.sm
@@ -4,14 +4,3 @@ TABLE test_setup HOST arzach cadeau banana herbert
# each of test_run_* says AFTER test_setup/*
-TABLE test_final HOST ssb
- CMD notify RUN "test_notify daily_latest jwst_latest"
- AFTER *:test_import/*
- AFTER test_final/pyetc.expect
-
- CMD mysql_watch RUN "test_mysql_watch"
- AFTER OPT dev.import
- AFTER OPT x.import
- AFTER init/*
-
-