blob: 1b4e19a955758cf97d12cd256525def11afb8f89 (
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
45
46
47
48
|
TABLE test_x HOST arzach banana nott jwcalibdev cadeau
IF ssbx_test:
CMD install_x RUN "install_ssb_ureka x"
AFTER OPT test_dev/*
TABLE test_x HOST banana
IF ssbx_test:
CMD contact RUN "test_contact"
AFTER install_x
TABLE test_x HOST nott arzach banana
IF ssbx_test:
CMD test2.7.5 RUN "test_rt x 2.7.5"
AFTER install_x
AFTER banana:test_x/contact
TABLE test_x HOST jwcalibdev
IF ssbx_test:
CMD jwst_contact RUN "test_contact_jwst"
AFTER install_x
IF ssbx_test:
CMD jwst_test RUN "/data1/jwst_rt/rt x"
AFTER jwst_contact
TABLE import_test_results HOST ssb
IF ssbx_test:
CMD x.jwst.import RUN "test_import jwst"
AFTER jwcalibdev:test_x/jwst_test
IF ssbx_test:
CMD x.jwst.expect RUN "test_expected jwst jwst_latest dailyjwst"
AFTER x.jwst.import
IF ssbx_test:
CMD x.import RUN "test_import ssbx"
AFTER *:test_x/*
IF ssbx_test:
CMD x.expect RUN "test_expected ssbx daily_latest daily"
AFTER x.import
|