|
1 | 1 |
|
2 | 2 | ########################################################################## |
3 | 3 | ## AUTO-GENERATED FILE ## |
4 | | -## BUILD_NUMBER=Fri Jun 1 13:38:15 +07 2018 ## |
| 4 | +## BUILD_NUMBER=Sat 2 Jun 2018 13:40:46 +07 ## |
5 | 5 | ########################################################################## |
6 | 6 |
|
7 | 7 | sudo: required |
8 | 8 | services: |
9 | 9 | - docker |
10 | 10 | jobs: |
11 | 11 | include: |
12 | | - - script: NO_COLOURS=1 DEBUG=1 TEST_COMBINATIONS=postgres-extended-9.6_pgpool-3.7_barman-2.4 ./tests/run.sh |
13 | | - env: |
14 | | - - COMBINATION=postgres-extended-9.6_pgpool-3.7_barman-2.4 |
15 | | - - script: NO_COLOURS=1 DEBUG=1 TEST_COMBINATIONS=postgres-extended-9.6_pgpool-3.7_barman-2.3 ./tests/run.sh |
16 | | - env: |
17 | | - - COMBINATION=postgres-extended-9.6_pgpool-3.7_barman-2.3 |
18 | | - - script: NO_COLOURS=1 DEBUG=1 TEST_COMBINATIONS=postgres-extended-9.6_pgpool-3.6_barman-2.4 ./tests/run.sh |
19 | | - env: |
20 | | - - COMBINATION=postgres-extended-9.6_pgpool-3.6_barman-2.4 |
21 | | - - script: NO_COLOURS=1 DEBUG=1 TEST_COMBINATIONS=postgres-extended-9.6_pgpool-3.6_barman-2.3 ./tests/run.sh |
22 | | - env: |
23 | | - - COMBINATION=postgres-extended-9.6_pgpool-3.6_barman-2.3 |
24 | | - - script: NO_COLOURS=1 DEBUG=1 TEST_COMBINATIONS=postgres-extended-9.6_pgpool-3.3_barman-2.4 ./tests/run.sh |
25 | | - env: |
26 | | - - COMBINATION=postgres-extended-9.6_pgpool-3.3_barman-2.4 |
27 | | - - script: NO_COLOURS=1 DEBUG=1 TEST_COMBINATIONS=postgres-extended-9.6_pgpool-3.3_barman-2.3 ./tests/run.sh |
28 | | - env: |
29 | | - - COMBINATION=postgres-extended-9.6_pgpool-3.3_barman-2.3 |
30 | | - - script: NO_COLOURS=1 DEBUG=1 TEST_COMBINATIONS=postgres-extended-9.5_pgpool-3.7_barman-2.4 ./tests/run.sh |
31 | | - env: |
32 | | - - COMBINATION=postgres-extended-9.5_pgpool-3.7_barman-2.4 |
33 | | - - script: NO_COLOURS=1 DEBUG=1 TEST_COMBINATIONS=postgres-extended-9.5_pgpool-3.7_barman-2.3 ./tests/run.sh |
34 | | - env: |
35 | | - - COMBINATION=postgres-extended-9.5_pgpool-3.7_barman-2.3 |
36 | | - - script: NO_COLOURS=1 DEBUG=1 TEST_COMBINATIONS=postgres-extended-9.5_pgpool-3.6_barman-2.4 ./tests/run.sh |
37 | | - env: |
38 | | - - COMBINATION=postgres-extended-9.5_pgpool-3.6_barman-2.4 |
39 | | - - script: NO_COLOURS=1 DEBUG=1 TEST_COMBINATIONS=postgres-extended-9.5_pgpool-3.6_barman-2.3 ./tests/run.sh |
40 | | - env: |
41 | | - - COMBINATION=postgres-extended-9.5_pgpool-3.6_barman-2.3 |
42 | | - - script: NO_COLOURS=1 DEBUG=1 TEST_COMBINATIONS=postgres-extended-9.5_pgpool-3.3_barman-2.4 ./tests/run.sh |
43 | | - env: |
44 | | - - COMBINATION=postgres-extended-9.5_pgpool-3.3_barman-2.4 |
45 | | - - script: NO_COLOURS=1 DEBUG=1 TEST_COMBINATIONS=postgres-extended-9.5_pgpool-3.3_barman-2.3 ./tests/run.sh |
46 | | - env: |
47 | | - - COMBINATION=postgres-extended-9.5_pgpool-3.3_barman-2.3 |
48 | | - - script: NO_COLOURS=1 DEBUG=1 TEST_COMBINATIONS=postgres-extended-10_pgpool-3.7_barman-2.4 ./tests/run.sh |
49 | | - env: |
50 | | - - COMBINATION=postgres-extended-10_pgpool-3.7_barman-2.4 |
51 | | - - script: NO_COLOURS=1 DEBUG=1 TEST_COMBINATIONS=postgres-extended-10_pgpool-3.7_barman-2.3 ./tests/run.sh |
52 | | - env: |
53 | | - - COMBINATION=postgres-extended-10_pgpool-3.7_barman-2.3 |
54 | | - - script: NO_COLOURS=1 DEBUG=1 TEST_COMBINATIONS=postgres-extended-10_pgpool-3.6_barman-2.4 ./tests/run.sh |
55 | | - env: |
56 | | - - COMBINATION=postgres-extended-10_pgpool-3.6_barman-2.4 |
57 | | - - script: NO_COLOURS=1 DEBUG=1 TEST_COMBINATIONS=postgres-extended-10_pgpool-3.6_barman-2.3 ./tests/run.sh |
58 | | - env: |
59 | | - - COMBINATION=postgres-extended-10_pgpool-3.6_barman-2.3 |
60 | | - - script: NO_COLOURS=1 DEBUG=1 TEST_COMBINATIONS=postgres-extended-10_pgpool-3.3_barman-2.4 ./tests/run.sh |
61 | | - env: |
62 | | - - COMBINATION=postgres-extended-10_pgpool-3.3_barman-2.4 |
63 | | - - script: NO_COLOURS=1 DEBUG=1 TEST_COMBINATIONS=postgres-extended-10_pgpool-3.3_barman-2.3 ./tests/run.sh |
64 | | - env: |
65 | | - - COMBINATION=postgres-extended-10_pgpool-3.3_barman-2.3 |
66 | 12 | - script: NO_COLOURS=1 DEBUG=1 TEST_COMBINATIONS=postgres-9.6_pgpool-3.7_barman-2.4 ./tests/run.sh |
67 | 13 | env: |
68 | 14 | - COMBINATION=postgres-9.6_pgpool-3.7_barman-2.4 |
|
0 commit comments