Skip to content

Commit a546966

Browse files
committed
[legacy] ci: Disable macOS builds
Those old macOS systems no longer exist. (cherry picked from commit 88df981)
1 parent 1d1b66c commit a546966

File tree

1 file changed

+1
-21
lines changed

1 file changed

+1
-21
lines changed

Jenkinsfile

Lines changed: 1 addition & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -145,28 +145,8 @@ pipeline {
145145
""")
146146
}
147147

148-
if (env.CHANGE_ID != null) {
149-
specs_list = [
150-
[os: 'macOS'],
151-
];
152-
} else {
153-
specs_list = [
154-
[os: 'macos-11-x86_64'],
155-
[os: 'macos-12-x86_64'],
156-
[os: 'macos-12-arm64']
157-
];
158-
}
159-
160-
def macos_jobs = jobMatrix('macos', ctestcmd, specs_list)
161-
{ spec, label, jobsh, ctest ->
162-
sh """
163-
hostname -f
164-
export LABEL="${label}"
165-
${ctest}
166-
"""
167-
}
168148
throttle(['long']) {
169-
parallel(linux_jobs + macos_jobs)
149+
parallel(linux_jobs)
170150
}
171151
}
172152
}

0 commit comments

Comments
 (0)