blob: 46464a8e6f206ac46d203aaaf49af5e7224bd044 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
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
|