Skip to content

Commit

Permalink
DO-NOT-MERGE: Only run on subset
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristianTackeGSI committed Apr 3, 2024
1 parent 5fc1f54 commit ec12225
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -109,33 +109,15 @@ pipeline{
steps{
script {
def builds = jobMatrix('alfa-ci', 'build', [
[os: 'debian', ver: '10', arch: 'x86_64', compiler: 'gcc-8', fairsoft: 'jan24_patches', image: 'jan24'],
[os: 'debian', ver: '10', arch: 'x86_64', compiler: 'gcc-8', fairsoft: 'jan24_patches_mt', image: 'jan24'],
[os: 'debian', ver: '10', arch: 'x86_64', compiler: 'gcc-8', fairsoft: 'nov22_patches', image: 'nov22'],
[os: 'debian', ver: '10', arch: 'x86_64', compiler: 'gcc-8', fairsoft: 'apr22_patches', image: 'apr22'],
[os: 'debian', ver: '11', arch: 'x86_64', compiler: 'gcc-10', fairsoft: 'jan24_patches', image: 'jan24'],
[os: 'debian', ver: '11', arch: 'x86_64', compiler: 'gcc-10', fairsoft: 'jan24_patches_mt', image: 'jan24'],
[os: 'debian', ver: '11', arch: 'x86_64', compiler: 'gcc-10', fairsoft: 'nov22_patches', image: 'nov22'],
[os: 'debian', ver: '11', arch: 'x86_64', compiler: 'gcc-10', fairsoft: 'apr22_patches', image: 'apr22'],
[os: 'debian', ver: '12', arch: 'x86_64', compiler: 'gcc-12', fairsoft: 'jan24_patches', image: 'jan24'],
[os: 'debian', ver: '12', arch: 'x86_64', compiler: 'gcc-12', fairsoft: 'jan24_patches_mt', image: 'jan24'],
[os: 'debian', ver: '12', arch: 'x86_64', compiler: 'gcc-12', fairsoft: 'nov22_patches', image: 'nov22'],
[os: 'fedora', ver: '39', arch: 'x86_64', compiler: 'gcc-13', fairsoft: 'jan24_patches', image: 'jan24'],
[os: 'fedora', ver: '39', arch: 'x86_64', compiler: 'gcc-13', fairsoft: 'jan24_patches_mt', image: 'jan24'],
[os: 'ubuntu', ver: '20.04', arch: 'x86_64', compiler: 'gcc-9', fairsoft: 'jan24_patches', image: 'jan24'],
[os: 'ubuntu', ver: '20.04', arch: 'x86_64', compiler: 'gcc-9', fairsoft: 'jan24_patches_mt', image: 'jan24'],
[os: 'ubuntu', ver: '20.04', arch: 'x86_64', compiler: 'gcc-9', fairsoft: 'nov22_patches', image: 'nov22'],
[os: 'ubuntu', ver: '20.04', arch: 'x86_64', compiler: 'gcc-9', fairsoft: 'apr22_patches', image: 'apr22'],
[os: 'ubuntu', ver: '22.04', arch: 'x86_64', compiler: 'gcc-11', fairsoft: 'jan24_patches', image: 'jan24'],
[os: 'ubuntu', ver: '22.04', arch: 'x86_64', compiler: 'gcc-11', fairsoft: 'jan24_patches_mt', image: 'jan24'],
[os: 'ubuntu', ver: '22.04', arch: 'x86_64', compiler: 'gcc-11', fairsoft: 'nov22_patches', image: 'nov22'],
[os: 'ubuntu', ver: '22.04', arch: 'x86_64', compiler: 'gcc-11', fairsoft: 'apr22_patches', image: 'apr22'],
[os: 'ubuntu', ver: 'rolling', arch: 'x86_64', compiler: 'current', fairsoft: 'dev',
check: 'warnings',
extra: '-DUSE_CLANG_TIDY=ON -DBUILD_MBS=OFF -DBUILD_PROOF_SUPPORT=OFF'],
[os: 'macos', ver: '13', arch: 'x86_64', compiler: 'apple-clang-14', fairsoft: '24.01'],
[os: 'macos', ver: '14', arch: 'x86_64', compiler: 'apple-clang-14', fairsoft: '24.01'],
[os: 'macos', ver: '14', arch: 'arm64', compiler: 'apple-clang-15', fairsoft: '24.01'],
])

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

0 comments on commit ec12225

Please sign in to comment.