Skip to content

Commit 1bef020

Browse files
DO-NOT-MERGE: Only important builds
1 parent 39aa1b1 commit 1bef020

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
@@ -100,27 +100,9 @@ pipeline{
100100
steps{
101101
script {
102102
def builds = jobMatrix('alfa-ci', 'build', [
103-
[os: 'centos', ver: '7', arch: 'x86_64', compiler: 'gcc-7', fairsoft: 'apr21_patches'],
104-
[os: 'centos', ver: '7', arch: 'x86_64', compiler: 'gcc-7', fairsoft: 'apr21_patches_mt'],
105-
[os: 'debian', ver: '10', arch: 'x86_64', compiler: 'gcc-8', fairsoft: 'apr21_patches'],
106-
[os: 'debian', ver: '10', arch: 'x86_64', compiler: 'gcc-8', fairsoft: 'apr21_patches_mt'],
107-
[os: 'debian', ver: '11', arch: 'x86_64', compiler: 'gcc-8', fairsoft: 'apr21_patches'],
108-
[os: 'debian', ver: '11', arch: 'x86_64', compiler: 'gcc-8', fairsoft: 'apr21_patches_mt'],
109-
[os: 'debian', ver: '11', arch: 'x86_64', compiler: 'gcc-8', fairsoft: 'apr22_patches'],
110-
[os: 'debian', ver: '11', arch: 'x86_64', compiler: 'gcc-8', fairsoft: 'apr22_patches_mt'],
111-
[os: 'ubuntu', ver: '20.04', arch: 'x86_64', compiler: 'gcc-9', fairsoft: 'apr21_patches'],
112-
[os: 'ubuntu', ver: '20.04', arch: 'x86_64', compiler: 'gcc-9', fairsoft: 'apr21_patches_mt'],
113103
[os: 'ubuntu', ver: 'rolling', arch: 'x86_64', compiler: 'current', fairsoft: 'dev',
114104
check: 'warnings',
115105
extra: '-DUSE_CLANG_TIDY=ON -DBUILD_MBS=OFF -DBUILD_PROOF_SUPPORT=OFF'],
116-
[os: 'fedora', ver: '33', arch: 'x86_64', compiler: 'gcc-10', fairsoft: 'apr21_patches'],
117-
[os: 'fedora', ver: '33', arch: 'x86_64', compiler: 'gcc-10', fairsoft: 'apr21_patches_mt'],
118-
[os: 'macos', ver: '12', arch: 'arm64', compiler: 'apple-clang-13', fairsoft: '22.4'],
119-
[os: 'macos', ver: '12', arch: 'x86_64', compiler: 'apple-clang-13', fairsoft: '22.4'],
120-
[os: 'macos', ver: '11', arch: 'x86_64', compiler: 'apple-clang-13', fairsoft: '22.4'],
121-
[os: 'macos', ver: '12', arch: 'arm64', compiler: 'apple-clang-13', fairsoft: '22.11'],
122-
[os: 'macos', ver: '12', arch: 'x86_64', compiler: 'apple-clang-13', fairsoft: '22.11'],
123-
[os: 'macos', ver: '11', arch: 'x86_64', compiler: 'apple-clang-13', fairsoft: '22.11'],
124106
])
125107

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

0 commit comments

Comments
 (0)