blob: ef66b3625a5ef439612e727268084ee0877bc280 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
TABLE conda_testing HOST nott banana
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
|