Skip to content

Commit 537f1a5

Browse files
DO-NOT-MERGE: Only important builds
1 parent 66368b3 commit 537f1a5

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

Jenkinsfile

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -105,27 +105,9 @@ pipeline{
105105
steps{
106106
script {
107107
def builds = jobMatrix('alfa-ci', 'build', [
108-
[os: 'centos', ver: '7', arch: 'x86_64', compiler: 'gcc-7', fairsoft: 'apr21_patches'],
109-
[os: 'centos', ver: '7', arch: 'x86_64', compiler: 'gcc-7', fairsoft: 'apr21_patches_mt'],
110-
[os: 'debian', ver: '10', arch: 'x86_64', compiler: 'gcc-8', fairsoft: 'apr21_patches'],
111-
[os: 'debian', ver: '10', arch: 'x86_64', compiler: 'gcc-8', fairsoft: 'apr21_patches_mt'],
112-
[os: 'debian', ver: '11', arch: 'x86_64', compiler: 'gcc-8', fairsoft: 'apr21_patches'],
113-
[os: 'debian', ver: '11', arch: 'x86_64', compiler: 'gcc-8', fairsoft: 'apr21_patches_mt'],
114-
[os: 'debian', ver: '11', arch: 'x86_64', compiler: 'gcc-8', fairsoft: 'apr22_patches'],
115-
[os: 'debian', ver: '11', arch: 'x86_64', compiler: 'gcc-8', fairsoft: 'apr22_patches_mt'],
116-
[os: 'ubuntu', ver: '20.04', arch: 'x86_64', compiler: 'gcc-9', fairsoft: 'apr21_patches'],
117-
[os: 'ubuntu', ver: '20.04', arch: 'x86_64', compiler: 'gcc-9', fairsoft: 'apr21_patches_mt'],
118108
[os: 'ubuntu', ver: 'rolling', arch: 'x86_64', compiler: 'current', fairsoft: 'dev',
119109
check: 'warnings',
120110
extra: '-DUSE_CLANG_TIDY=ON -DBUILD_MBS=OFF -DBUILD_PROOF_SUPPORT=OFF'],
121-
[os: 'fedora', ver: '33', arch: 'x86_64', compiler: 'gcc-10', fairsoft: 'apr21_patches'],
122-
[os: 'fedora', ver: '33', arch: 'x86_64', compiler: 'gcc-10', fairsoft: 'apr21_patches_mt'],
123-
[os: 'macos', ver: '12', arch: 'x86_64', compiler: 'apple-clang-14', fairsoft: '22.11'],
124-
// [os: 'macos', ver: '13', arch: 'x86_64', compiler: 'apple-clang-14', fairsoft: '22.11'],
125-
// [os: 'macos', ver: '13', arch: 'arm64', compiler: 'apple-clang-14', fairsoft: '22.11'],
126-
// [os: 'macos', ver: '12', arch: 'x86_64', compiler: 'apple-clang-14', fairsoft: '23.6'],
127-
// [os: 'macos', ver: '13', arch: 'x86_64', compiler: 'apple-clang-14', fairsoft: '23.6'],
128-
// [os: 'macos', ver: '13', arch: 'arm64', compiler: 'apple-clang-14', fairsoft: '23.6'],
129111
])
130112

131113
def checks = jobMatrix('alfa-ci', 'check', [

0 commit comments

Comments
 (0)