blob: d4b70634ac0da0f7a9617ef790e7b8bcb1f6106a (
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
36
37
38
39
40
41
42
43
44
|
####################
####################
TABLE pyetc HOST etccartier
CMD delay_four_hours RUN "/bin/sleep 4h"
AFTER init/*
CMD jwst_dev RUN "/data1/nightly/trunk/test-ppsetc -d trunk pyetc"
AFTER delay_four_hours
AFTER init/*
CMD trunk RUN "/data1/nightly/jwst_dev/test-ppsetc -d dev etc_jwst_dev"
AFTER jwst_dev
AFTER init/*
CMD refactored RUN "/data1/nightly/refactored/test-ppsetc -d refactored pyetc"
AFTER trunk
AFTER init/*
CMD jwst_prototype RUN "/data1/nightly/jwpetc_dev/test-ppsetc -d"
AFTER refactored
AFTER init/*
CMD rt RUN "/eng/ssb/auto/steuermann_scripts/test_rt dev pyetc"
AFTER jwst_prototype
AFTER init/*
CMD rfim RUN "/data1/nightly/rfim/test-ppsetc -d rfim pyetc"
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 test_final HOST etccartier
CMD pyetc.report RUN "pyetc_report"
AFTER ssb:test_final/pyetc.expect
|