diff options
-rw-r--r-- | sm/conda_test.sm | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sm/conda_test.sm b/sm/conda_test.sm index ef66b36..46464a8 100644 --- a/sm/conda_test.sm +++ b/sm/conda_test.sm @@ -1,4 +1,4 @@ -TABLE conda_testing HOST nott banana +TABLE conda_testing HOST nott banana jwcalibdev CMD update_packages RUN "/eng/ssb/auto/astroconda/bin/update_all.sh" @@ -10,4 +10,8 @@ TABLE conda_testing HOST nott banana CMD public_tests RUN "/eng/ssb/auto/astroconda/bin/tests_public27.sh" AFTER *:conda_testing/dev_tests +TABLE conda_testing HOST jwcalibdev + + CMD jwst_dev_tests RUN "/eng/ssb/auto/astroconda/bin/tests_jwst_dev27.sh" + AFTER *:conda_testing/update_packages |