From 519f0c8b8d54295b5b3888126fa8e628bbad69b9 Mon Sep 17 00:00:00 2001 From: cslocum Date: Thu, 1 Aug 2013 17:02:39 +0000 Subject: some updates to .sm files git-svn-id: https://svn.stsci.edu/svn/ssb/etal/steuermann/trunk@1011 d34015c8-bcbb-4646-8ac8-8ba5febf221d --- sm/notify.sm | 7 +++++++ sm/pyetc.sm | 5 ----- sm/test_common.sm | 11 ----------- 3 files changed, 7 insertions(+), 16 deletions(-) create mode 100644 sm/notify.sm 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/* - - -- cgit