diff options
author | cslocum <cslocum@d34015c8-bcbb-4646-8ac8-8ba5febf221d> | 2014-11-20 10:37:19 -0500 |
---|---|---|
committer | cslocum <cslocum@d34015c8-bcbb-4646-8ac8-8ba5febf221d> | 2014-11-20 10:37:19 -0500 |
commit | 58ce3ca00bf7c57d079416e974fb6f71d0237426 (patch) | |
tree | 6f4109a98b0032bb648bcc2de168e15f987019ac | |
parent | 106ba21a8f246a8e0fa3c403a4ecedb1497c3d1c (diff) | |
download | steuermann-58ce3ca00bf7c57d079416e974fb6f71d0237426.tar.gz |
remove cadeau as test machine
git-svn-id: https://svn.stsci.edu/svn/ssb/etal/steuermann/trunk@1357 d34015c8-bcbb-4646-8ac8-8ba5febf221d
-rw-r--r-- | sm/dist_dev.sm | 2 | ||||
-rw-r--r-- | sm/dist_x.sm | 2 | ||||
-rw-r--r-- | sm/test_dev.sm | 6 | ||||
-rw-r--r-- | sm/test_x.sm | 6 |
4 files changed, 8 insertions, 8 deletions
diff --git a/sm/dist_dev.sm b/sm/dist_dev.sm index 8a77f86..fd37ed3 100644 --- a/sm/dist_dev.sm +++ b/sm/dist_dev.sm @@ -1,5 +1,5 @@ -TABLE build_docs HOST cadeau +TABLE build_docs HOST banana IF ssbdev_dist: CMD stsci_python_dev_docs RUN "build_sphinxdocs dev" diff --git a/sm/dist_x.sm b/sm/dist_x.sm index d8af508..6a0d196 100644 --- a/sm/dist_x.sm +++ b/sm/dist_x.sm @@ -1,5 +1,5 @@ -TABLE build_docs HOST cadeau +TABLE build_docs HOST banana IF ssbx_dist: CMD stsci_python_x_docs RUN "build_sphinxdocs x" diff --git a/sm/test_dev.sm b/sm/test_dev.sm index 3d0df21..4832c35 100644 --- a/sm/test_dev.sm +++ b/sm/test_dev.sm @@ -1,16 +1,16 @@ -TABLE test_dev HOST arzach banana cadeau nott jwcalibdev +TABLE test_dev HOST arzach banana nott jwcalibdev IF ssbdev_test: CMD install_dev RUN "install_ssb_ureka dev" -TABLE test_dev HOST cadeau +TABLE test_dev HOST banana IF ssbdev_test: CMD contact RUN "test_contact" AFTER install_dev -TABLE test_dev HOST nott arzach banana cadeau +TABLE test_dev HOST nott arzach banana IF ssbdev_test: CMD test2.7.5 RUN "test_rt dev 2.7.5" diff --git a/sm/test_x.sm b/sm/test_x.sm index e41cb8e..269aee1 100644 --- a/sm/test_x.sm +++ b/sm/test_x.sm @@ -1,17 +1,17 @@ -TABLE test_x HOST arzach banana cadeau nott jwcalibdev +TABLE test_x HOST arzach banana nott jwcalibdev IF ssbx_test: CMD install_x RUN "install_ssb_ureka x" AFTER OPT test_dev/* -TABLE test_x HOST cadeau +TABLE test_x HOST banana IF ssbx_test: CMD contact RUN "test_contact" AFTER install_x -TABLE test_x HOST nott arzach banana cadeau +TABLE test_x HOST nott arzach banana IF ssbx_test: CMD test2.7.5 RUN "test_rt x 2.7.5" |