aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcslocum <cslocum@d34015c8-bcbb-4646-8ac8-8ba5febf221d>2015-10-21 12:43:00 -0400
committercslocum <cslocum@d34015c8-bcbb-4646-8ac8-8ba5febf221d>2015-10-21 12:43:00 -0400
commitc9da244f02c31bc54e46af3ac4f64b1cd5e4ed33 (patch)
tree8e32a69b57752c7a0b935b4eea853f3545eb1499
parent8ebfafdc8df13663f395423bbdcc60961df2fab4 (diff)
downloadsteuermann-c9da244f02c31bc54e46af3ac4f64b1cd5e4ed33.tar.gz
add pandeia.sm
git-svn-id: https://svn.stsci.edu/svn/ssb/etal/steuermann/trunk@1458 d34015c8-bcbb-4646-8ac8-8ba5febf221d
-rw-r--r--sm/pandeia.sm26
1 files changed, 26 insertions, 0 deletions
diff --git a/sm/pandeia.sm b/sm/pandeia.sm
new file mode 100644
index 0000000..eefb66e
--- /dev/null
+++ b/sm/pandeia.sm
@@ -0,0 +1,26 @@
+####################
+####################
+
+TABLE installation HOST dljwetcv4
+
+ CMD install_v4 RUN "/etcdata/pandeia/infrastructure/run -crash -pull -install"
+
+TABLE installation HOST dljwetcv3
+
+ CMD install_v3 RUN "/etcdata/pandeia/infrastructure/run -crash -pull -install -start"
+ AFTER *:installation/install_v4
+
+
+TABLE tests HOST dljwetcv3
+
+ CMD test_server RUN "/etcdata/pandeia/infrastructure/run_tests -server"
+ AFTER *:installation/*
+
+ CMD test_engine RUN "/etcdata/pandeia/infrastructure/run_tests -engine"
+ AFTER *:tests/test_server
+
+TABLE tests HOST bond
+
+ CMD test_client RUN "/etcdata/pandeia/infrastructure/run_tests -client"
+ AFTER *:tests/test_engine
+