aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcslocum <cslocum@d34015c8-bcbb-4646-8ac8-8ba5febf221d>2013-06-28 16:23:20 -0400
committercslocum <cslocum@d34015c8-bcbb-4646-8ac8-8ba5febf221d>2013-06-28 16:23:20 -0400
commitfe2e5c1366b0f6a237f71a0f5fa00af6e9bb6ae0 (patch)
tree6e65afa48ebabf7a8f199d406c5d27d12863631f
parent53ad220f55ed139dbb8cd9d366101556bfc69bb6 (diff)
downloadsteuermann-fe2e5c1366b0f6a237f71a0f5fa00af6e9bb6ae0.tar.gz
update pyetc.sm to add new project/context (etc_jwst_dev/dev)
git-svn-id: https://svn.stsci.edu/svn/ssb/etal/steuermann/trunk@993 d34015c8-bcbb-4646-8ac8-8ba5febf221d
-rw-r--r--sm/pyetc.sm18
1 files changed, 13 insertions, 5 deletions
diff --git a/sm/pyetc.sm b/sm/pyetc.sm
index 29e66c8..76a32ce 100644
--- a/sm/pyetc.sm
+++ b/sm/pyetc.sm
@@ -6,23 +6,28 @@ TABLE pyetc HOST etccartier
CMD delay_four_hours RUN "/bin/sleep 4h"
AFTER init/*
- CMD trunk RUN "/data1/nightly/trunk/test-ppsetc -d trunk "
+
+ CMD jwst_dev RUN "/data1/nightly/trunk/test-ppsetc -d trunk pyetc"
AFTER delay_four_hours
AFTER init/*
- CMD refactored RUN "/data1/nightly/refactored/test-ppsetc -d refactored "
+ CMD trunk RUN "/data1/nightly/jwst_dev/test-ppsetc -d dev etc_jwst_dev"
+ AFTER jwst_dev
+ AFTER init/*
+
+ CMD refactored RUN "/data1/nightly/refactored/test-ppsetc -d refactored pyetc"
AFTER trunk
AFTER init/*
- CMD jwst RUN "/data1/nightly/jwpetc_dev/test-ppsetc -d"
+ CMD jwst_prototype RUN "/data1/nightly/jwpetc_dev/test-ppsetc -d"
AFTER refactored
AFTER init/*
CMD rt RUN "/eng/ssb/auto/steuermann_scripts/test_rt dev pyetc"
- AFTER jwst
+ AFTER jwst_prototype
AFTER init/*
- CMD rfim RUN "/data1/nightly/rfim/test-ppsetc -d rfim "
+ CMD rfim RUN "/data1/nightly/rfim/test-ppsetc -d rfim pyetc"
AFTER rt
AFTER init/*
@@ -37,3 +42,6 @@ TABLE pyetc HOST etccartier
TABLE test_final HOST etccartier
CMD pyetc.report RUN "pyetc_report"
AFTER ssb:test_final/pyetc.expect
+
+
+/data1/nightly/jwst_dev