aboutsummaryrefslogtreecommitdiff
path: root/sm/pyetc_midday.sm
blob: 1ed66c3152ffbd975849e961f1729624e7ebbedf (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
35
TABLE init HOST etccartier
	CMD env RUN "env | sort"

TABLE pyetc HOST etccartier

	CMD trunk RUN "/data1/nightly/trunk/test-ppsetc -d trunk "
		AFTER init/*

	CMD refactored RUN "/data1/nightly/refactored/test-ppsetc -d refactored "
		AFTER trunk
		AFTER init/*

	CMD jwst RUN "/data1/nightly/jwpetc_dev/test-ppsetc -d"
		AFTER refactored
		AFTER init/*

	CMD rt RUN "/data1/nightly/rt/rt.csh pyetc"
		AFTER jwst
		AFTER init/*

	CMD rfim RUN "/data1/nightly/rfim/test-ppsetc -d rfim "
		AFTER rt
		AFTER init/*

TABLE pyetc HOST etccartier
	CMD doc_build RUN "/data1/nightly/trunk/pyetc/doc/auto_doc_build"
			AFTER etccartier:pyetc/trunk

TABLE test_final HOST ssb
	CMD pyetc.expect RUN "test_import pyetc ; test_expected pyetc"
		AFTER *:pyetc/*

TABLE save_reference_files HOST etccartier
    CMD save_refs RUN "python /data1/nightly/save_refs.py"
        AFTER *:test_final/*