diff options
author | sienkiew <sienkiew@d34015c8-bcbb-4646-8ac8-8ba5febf221d> | 2012-01-18 17:36:05 -0500 |
---|---|---|
committer | sienkiew <sienkiew@d34015c8-bcbb-4646-8ac8-8ba5febf221d> | 2012-01-18 17:36:05 -0500 |
commit | a5afe5f657f5812ea95c5eb476eb355de6afa5a9 (patch) | |
tree | f14049a9056e660abf736073ae14a7221011fca0 /sm/test_dev.sm | |
parent | c7082d39ae1f653fc33383d9e093d54b00022fd5 (diff) | |
download | steuermann-a5afe5f657f5812ea95c5eb476eb355de6afa5a9.tar.gz |
new sm files for nightly builds
IMPORT feature in specification language
checkpointing of various uncommitted changes
git-svn-id: https://svn.stsci.edu/svn/ssb/etal/steuermann/trunk@538 d34015c8-bcbb-4646-8ac8-8ba5febf221d
Diffstat (limited to 'sm/test_dev.sm')
-rw-r--r-- | sm/test_dev.sm | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/sm/test_dev.sm b/sm/test_dev.sm new file mode 100644 index 0000000..7d2b7ea --- /dev/null +++ b/sm/test_dev.sm @@ -0,0 +1,23 @@ +#################### +#################### + +IMPORT "test_common.sm" + + +# This structure is meant to serialize the regtests so that nothing else +# is going on at the same time. The regtests can consume all the CPUs. +TABLE test_run_dev HOST herbert thor arzach bond cadeau banana + CMD test2.7 RUN "test_rt dev 2.7" + AFTER test_setup/okify + AFTER test_setup/* + +TABLE test_run_dev HOST arzach + CMD test2.6 RUN "test_rt dev 2.6" + AFTER test2.7 + CMD test2.5 RUN "test_rt dev 2.5" + AFTER test2.6 + +TABLE test_run_dev HOST thor + CMD contact RUN "test_contact" + AFTER test2.7 + |