File tree Expand file tree Collapse file tree 2 files changed +65
-12
lines changed Expand file tree Collapse file tree 2 files changed +65
-12
lines changed Original file line number Diff line number Diff line change 9
9
path : postgresql
10
10
11
11
run :
12
- path : postgresql/run_tests.sh
12
+ path : postgresql/ci/ run_tests.sh
Original file line number Diff line number Diff line change @@ -14,23 +14,76 @@ jobs:
14
14
- task : basic check
15
15
config :
16
16
platform : freebsd
17
- inputs :
18
- - name : postgresql
19
- path : postgresql
17
+ inputs :
18
+ - name : postgresql
20
19
run :
21
- path : postgresql/run_tests.sh
20
+ path : postgresql/ci/ run_tests.sh
22
21
22
+ # ##############################################################################
23
+ # Necrolinuxes
24
+ # ##############################################################################
23
25
24
26
- name : tests-goslinux-6
25
27
plan :
26
28
- get : postgresql
27
29
trigger : true
28
30
- task : basic check
29
31
tags : ["goslinux-6"]
30
- config :
31
- platform : necrolinux
32
- inputs :
33
- - name : postgresql
34
- path : postgresql
35
- run :
36
- path : postgresql/run_tests.sh
32
+ file : postgresql/ci/necrolinux_test.yml
33
+
34
+ - name : tests-altlinux-6
35
+ plan :
36
+ - get : postgresql
37
+ trigger : true
38
+ - task : basic check
39
+ tags : ["altlinux-6"]
40
+ file : postgresql/ci/necrolinux_test.yml
41
+
42
+ - name : tests-altlinux-7
43
+ plan :
44
+ - get : postgresql
45
+ trigger : true
46
+ - task : basic check
47
+ tags : ["altlinux-7"]
48
+ file : postgresql/ci/necrolinux_test.yml
49
+
50
+ - name : tests-astra-1-4
51
+ plan :
52
+ - get : postgresql
53
+ trigger : true
54
+ - task : basic check
55
+ tags : ["astra-1-4"]
56
+ file : postgresql/ci/necrolinux_test.yml
57
+
58
+ - name : tests-astra-1-5
59
+ plan :
60
+ - get : postgresql
61
+ trigger : true
62
+ - task : basic check
63
+ tags : ["astra-1-5"]
64
+ file : postgresql/ci/necrolinux_test.yml
65
+
66
+ - name : tests-rosa-marathon-2012
67
+ plan :
68
+ - get : postgresql
69
+ trigger : true
70
+ - task : basic check
71
+ tags : ["rosa-marathon-2012"]
72
+ file : postgresql/ci/necrolinux_test.yml
73
+
74
+ - name : tests-rosa-sx-chrome
75
+ plan :
76
+ - get : postgresql
77
+ trigger : true
78
+ - task : basic check
79
+ tags : ["rosa-sx-chrome"]
80
+ file : postgresql/ci/necrolinux_test.yml
81
+
82
+ - name : tests-rosa-sx-cobalt
83
+ plan :
84
+ - get : postgresql
85
+ trigger : true
86
+ - task : basic check
87
+ tags : ["rosa-sx-cobalt"]
88
+ file : postgresql/ci/necrolinux_test.yml
89
+
You can’t perform that action at this time.
0 commit comments