aboutsummaryrefslogtreecommitdiff
path: root/sm/pyetc_jwst.sm
blob: 124b61457e56dadcc290b61047d54c3bbd967133 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
####################
####################

TABLE run_tests HOST etcbrady

    CMD prototype_prod RUN "/data1/nightly/jwst_prototype_prod/test-ppsetc -d"

    CMD bnc_dev RUN "/data1/nightly/jwst_bnc_dev/test-ppsetc -d dev bnc"
        AFTER prototype_prod


TABLE import_tests HOST ssb
	CMD import RUN "test_import jwst_etc_daily; test_expected etc_jwst_daily"
		AFTER *:run_tests/*


#TABLE pyetc_report HOST etcbrady
#	CMD report RUN "pyetc_report"
#		AFTER ssb:import_tests/*