aboutsummaryrefslogtreecommitdiff
path: root/sm/pyetc_jwst.sm
blob: f1e679d1818d16f29030b609234f67471fd0f95e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
####################
####################

TABLE run_tests HOST etcbrady

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


TABLE run_tests HOST etcdevens

    CMD pandeia RUN "/data1/pandeia_nightly/master/devrun nightly"

    CMD pandeia_lib_upgrade RUN "/data1/pandeia_nightly_lib_upgrade/lib_upgrade/devrun nightly"
    	AFTER pandeia



TABLE import_tests HOST ssb

	CMD import_brady RUN "test_import pyetc-etcbrady; test_expected etc_jwst_daily"
		AFTER *:run_tests/*

#	CMD import_cartier RUN "test_import pyetc-etccartier; test_expected etc_jwst_daily"
#		AFTER *:run_tests/*

	CMD import_devens RUN "test_import pyetc-etcdevens"
		AFTER *:run_tests/*



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