diff options
Diffstat (limited to 'sm/conda_test.sm')
-rw-r--r-- | sm/conda_test.sm | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/sm/conda_test.sm b/sm/conda_test.sm deleted file mode 100644 index 46464a8..0000000 --- a/sm/conda_test.sm +++ /dev/null @@ -1,17 +0,0 @@ -TABLE conda_testing HOST nott banana jwcalibdev - - CMD update_packages RUN "/eng/ssb/auto/astroconda/bin/update_all.sh" - -TABLE conda_testing HOST nott banana - - CMD dev_tests RUN "/eng/ssb/auto/astroconda/bin/tests_dev27.sh" - AFTER *:conda_testing/update_packages - - 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 - |