- shared
except:
- tags
+ retry: 1
abi/coverage.Debian:
stage: stage1-testing
- tests/*/*.log
- tests/suite/*/*.log
- guile/tests/*.log
+ retry: 1
minimal.Fedora.x86_64:
stage: stage1-testing
- shared
except:
- tags
+ retry: 1
SSL-3.0.Fedora.x86_64:
stage: stage1-testing
- build/*.log
- build/tests/*/*.log
- build/tests/suite/*/*.log
+ retry: 1
FIPS140-2.Fedora.x86_64:
stage: stage1-testing
- build/guile/tests/*.log
- build/tests/*.log
- build/tests/*/*.log
+ retry: 1
valgrind.Fedora.x86_64:
stage: stage1-testing
- ./*.log
- tests/*.log
- tests/*/*.log
+ retry: 1
# Two runs, one with normal backend and another with pkcs11 trust store
asan.Fedora.x86_64:
- tests/*.log
- tests/*/*.log
- tests/suite/*/*.log
+ retry: 1
static-analyzers.Fedora.x86_64:
stage: stage1-testing
paths:
- scan-build-lib/*
- scan-build-libdane/*
+ retry: 1
MinGW32.DLLs:
stage: stage1-testing
name: "${CI_PROJECT_NAME}-${CI_JOB_NAME}-${CI_COMMIT_REF_NAME}"
paths:
- win32-build/
+ retry: 1
MinGW64.DLLs:
stage: stage1-testing
name: "${CI_PROJECT_NAME}-${CI_JOB_NAME}-${CI_COMMIT_REF_NAME}"
paths:
- win64-build/
+ retry: 1
MinGW64:
stage: stage1-testing
- build/*.log
- build/tests/*.log
- build/tests/*/*.log
+ retry: 1
MinGW32:
stage: stage1-testing
- build/*.log
- build/tests/*.log
- build/tests/*/*.log
+ retry: 1
# That is a specific runner that we cannot enable universally.
# We restrict it to builds under the $BUILD_IMAGES_PROJECT project.
- ./*.log
- tests/*.log
- tests/*/*.log
+ retry: 1
Fedora.x86:
stage: stage1-testing
- build/tests/*.log
- build/tests/*/*.log
- build/tests/suite/*/*.log
+ retry: 1
# Two runs, one with normal backend and another with pkcs11 trust store
ubsan-Werror.Fedora.x86_64:
- tests/*.log
- tests/*/*.log
- tests/suite/*/*.log
+ retry: 1
Debian.x86_64:
stage: stage1-testing
- build/tests/*.log
- build/tests/*/*.log
- build/tests/suite/*/*.log
+ retry: 1
.Debian.cross.template: &Debian_cross_template
stage: stage1-testing
- build/tests/*.log
- build/tests/*/*.log
- build/tests/suite/*/*.log
+ retry: 1
Debian.cross.arm-linux-gnueabihf:
<<: *Debian_cross_template