diff options
author | cslocum <cslocum@d34015c8-bcbb-4646-8ac8-8ba5febf221d> | 2013-03-20 14:01:04 -0400 |
---|---|---|
committer | cslocum <cslocum@d34015c8-bcbb-4646-8ac8-8ba5febf221d> | 2013-03-20 14:01:04 -0400 |
commit | eb5b84a156c2c72972ed38d8dd5c4267bbadc3f9 (patch) | |
tree | d50cc024e174247ed06e9ef1f1369e3d7993db12 | |
parent | bb6ab85c7a5259896f65adaa9c3347f5d5f45629 (diff) | |
download | steuermann-eb5b84a156c2c72972ed38d8dd5c4267bbadc3f9.tar.gz |
add herbert as a nightly test host
git-svn-id: https://svn.stsci.edu/svn/ssb/etal/steuermann/trunk@948 d34015c8-bcbb-4646-8ac8-8ba5febf221d
-rw-r--r-- | sm/test_common.sm | 2 | ||||
-rw-r--r-- | sm/test_dev.sm | 4 | ||||
-rw-r--r-- | sm/test_x.sm | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/sm/test_common.sm b/sm/test_common.sm index 78e5ef2..92859d9 100644 --- a/sm/test_common.sm +++ b/sm/test_common.sm @@ -1,4 +1,4 @@ -TABLE test_setup HOST arzach cadeau banana +TABLE test_setup HOST arzach cadeau banana herbert CMD okify RUN "test_okify" AFTER init/* diff --git a/sm/test_dev.sm b/sm/test_dev.sm index 41f1941..4bda9b3 100644 --- a/sm/test_dev.sm +++ b/sm/test_dev.sm @@ -6,13 +6,13 @@ 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 arzach cadeau banana +TABLE test_run_dev HOST arzach cadeau banana herbert CMD test2.7.3 RUN "test_rt dev 2.7.3" AFTER stamp/dev AFTER test_setup/okify AFTER test_setup/* -TABLE test_run_dev HOST arzach +TABLE test_run_dev HOST arzach CMD test2.6.5 RUN "test_rt dev 2.6.5" AFTER stamp/dev AFTER test2.7.* diff --git a/sm/test_x.sm b/sm/test_x.sm index 47532c3..bde2aef 100644 --- a/sm/test_x.sm +++ b/sm/test_x.sm @@ -4,7 +4,7 @@ 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_x HOST arzach cadeau banana +TABLE test_run_x HOST arzach cadeau banana herbert CMD test2.7.3 RUN "test_rt x 2.7.3" AFTER stamp/x AFTER test_setup/okify |