aboutsummaryrefslogtreecommitdiff
path: root/sm/pandeia_midday.sm
blob: eefb66ee85bb2221f1615af6f3876d86804c9ae2 (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
####################
####################

TABLE installation HOST dljwetcv4

    CMD install_v4 RUN "/etcdata/pandeia/infrastructure/run -crash -pull -install"

TABLE installation HOST dljwetcv3

    CMD install_v3 RUN "/etcdata/pandeia/infrastructure/run -crash -pull -install -start"
        AFTER *:installation/install_v4


TABLE tests HOST dljwetcv3

    CMD test_server RUN "/etcdata/pandeia/infrastructure/run_tests -server"
        AFTER *:installation/*

    CMD test_engine RUN "/etcdata/pandeia/infrastructure/run_tests -engine"
        AFTER *:tests/test_server

TABLE tests HOST bond

    CMD test_client RUN "/etcdata/pandeia/infrastructure/run_tests -client"
        AFTER *:tests/test_engine