From 58ce3ca00bf7c57d079416e974fb6f71d0237426 Mon Sep 17 00:00:00 2001 From: cslocum Date: Thu, 20 Nov 2014 15:37:19 +0000 Subject: remove cadeau as test machine git-svn-id: https://svn.stsci.edu/svn/ssb/etal/steuermann/trunk@1357 d34015c8-bcbb-4646-8ac8-8ba5febf221d --- sm/dist_dev.sm | 2 +- sm/dist_x.sm | 2 +- sm/test_dev.sm | 6 +++--- 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" -- cgit