Skip to content

Commit d4d9d69

Browse files
committed
ci
1 parent 9ba24fd commit d4d9d69

File tree

2 files changed

+65
-12
lines changed

2 files changed

+65
-12
lines changed

ci/build.yml renamed to ci/necrolinux_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ inputs:
99
path: postgresql
1010

1111
run:
12-
path: postgresql/run_tests.sh
12+
path: postgresql/ci/run_tests.sh

ci/pipeline.yml

Lines changed: 64 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -14,23 +14,76 @@ jobs:
1414
- task: basic check
1515
config:
1616
platform: freebsd
17-
inputs:
18-
- name: postgresql
19-
path: postgresql
17+
inputs:
18+
- name: postgresql
2019
run:
21-
path: postgresql/run_tests.sh
20+
path: postgresql/ci/run_tests.sh
2221

22+
###############################################################################
23+
# Necrolinuxes
24+
###############################################################################
2325

2426
- name: tests-goslinux-6
2527
plan:
2628
- get: postgresql
2729
trigger: true
2830
- task: basic check
2931
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+

0 commit comments

Comments
 (0)