mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-31 14:35:26 +00:00
Merge branch 'tkrizek/ci-artifacts-1d' into 'main'
Use the default retention time for CI artifacts See merge request isc-projects/bind9!7670
This commit is contained in:
@@ -50,11 +50,11 @@ variables:
|
|||||||
BIND_STRESS_TEST_OS: linux
|
BIND_STRESS_TEST_OS: linux
|
||||||
BIND_STRESS_TEST_ARCH: amd64
|
BIND_STRESS_TEST_ARCH: amd64
|
||||||
|
|
||||||
# Allow all running CI jobs to be automatically canceled when a new
|
|
||||||
# version of a branch is pushed.
|
|
||||||
#
|
|
||||||
# See: https://docs.gitlab.com/ee/ci/pipelines/settings.html#auto-cancel-redundant-pipelines
|
|
||||||
default:
|
default:
|
||||||
|
# Allow all running CI jobs to be automatically canceled when a new
|
||||||
|
# version of a branch is pushed.
|
||||||
|
#
|
||||||
|
# See: https://docs.gitlab.com/ee/ci/pipelines/settings.html#auto-cancel-redundant-pipelines
|
||||||
interruptible: true
|
interruptible: true
|
||||||
|
|
||||||
stages:
|
stages:
|
||||||
@@ -218,7 +218,6 @@ stages:
|
|||||||
- autoreconf -fi
|
- autoreconf -fi
|
||||||
artifacts:
|
artifacts:
|
||||||
untracked: true
|
untracked: true
|
||||||
expire_in: "1 day"
|
|
||||||
|
|
||||||
.configure: &configure
|
.configure: &configure
|
||||||
- ${CONFIGURE}
|
- ${CONFIGURE}
|
||||||
@@ -287,7 +286,6 @@ stages:
|
|||||||
artifacts: true
|
artifacts: true
|
||||||
artifacts:
|
artifacts:
|
||||||
untracked: true
|
untracked: true
|
||||||
expire_in: "1 day"
|
|
||||||
when: always
|
when: always
|
||||||
|
|
||||||
.setup_interfaces: &setup_interfaces
|
.setup_interfaces: &setup_interfaces
|
||||||
@@ -321,7 +319,6 @@ stages:
|
|||||||
<<: *system_test_common
|
<<: *system_test_common
|
||||||
artifacts:
|
artifacts:
|
||||||
untracked: true
|
untracked: true
|
||||||
expire_in: "1 day"
|
|
||||||
when: always
|
when: always
|
||||||
reports:
|
reports:
|
||||||
junit: junit.xml
|
junit: junit.xml
|
||||||
@@ -330,7 +327,6 @@ stages:
|
|||||||
<<: *system_test_common
|
<<: *system_test_common
|
||||||
artifacts:
|
artifacts:
|
||||||
untracked: true
|
untracked: true
|
||||||
expire_in: "1 day"
|
|
||||||
when: always
|
when: always
|
||||||
|
|
||||||
.system_test_tsan: &system_test_tsan_job
|
.system_test_tsan: &system_test_tsan_job
|
||||||
@@ -343,7 +339,6 @@ stages:
|
|||||||
"$PYTHON" bin/tests/convert-trs-to-junit.py . > "$CI_PROJECT_DIR"/junit.xml
|
"$PYTHON" bin/tests/convert-trs-to-junit.py . > "$CI_PROJECT_DIR"/junit.xml
|
||||||
artifacts:
|
artifacts:
|
||||||
untracked: true
|
untracked: true
|
||||||
expire_in: "1 day"
|
|
||||||
when: always
|
when: always
|
||||||
reports:
|
reports:
|
||||||
junit: junit.xml
|
junit: junit.xml
|
||||||
@@ -367,7 +362,6 @@ stages:
|
|||||||
<<: *unit_test_common
|
<<: *unit_test_common
|
||||||
artifacts:
|
artifacts:
|
||||||
untracked: true
|
untracked: true
|
||||||
expire_in: "1 day"
|
|
||||||
when: always
|
when: always
|
||||||
reports:
|
reports:
|
||||||
junit: junit.xml
|
junit: junit.xml
|
||||||
@@ -376,7 +370,6 @@ stages:
|
|||||||
<<: *unit_test_common
|
<<: *unit_test_common
|
||||||
artifacts:
|
artifacts:
|
||||||
untracked: true
|
untracked: true
|
||||||
expire_in: "1 day"
|
|
||||||
when: always
|
when: always
|
||||||
|
|
||||||
.unit_test_tsan: &unit_test_tsan_job
|
.unit_test_tsan: &unit_test_tsan_job
|
||||||
@@ -388,7 +381,6 @@ stages:
|
|||||||
"$PYTHON" bin/tests/convert-trs-to-junit.py . > "$CI_PROJECT_DIR"/junit.xml
|
"$PYTHON" bin/tests/convert-trs-to-junit.py . > "$CI_PROJECT_DIR"/junit.xml
|
||||||
artifacts:
|
artifacts:
|
||||||
untracked: true
|
untracked: true
|
||||||
expire_in: "1 day"
|
|
||||||
when: always
|
when: always
|
||||||
reports:
|
reports:
|
||||||
junit: junit.xml
|
junit: junit.xml
|
||||||
@@ -418,7 +410,6 @@ stages:
|
|||||||
exclude:
|
exclude:
|
||||||
- bind-qa/bind9/respdiff/rspworkdir/data.mdb # Exclude a 10 GB file.
|
- bind-qa/bind9/respdiff/rspworkdir/data.mdb # Exclude a 10 GB file.
|
||||||
untracked: true
|
untracked: true
|
||||||
expire_in: "1 day"
|
|
||||||
when: always
|
when: always
|
||||||
|
|
||||||
### Job Definitions
|
### Job Definitions
|
||||||
@@ -450,7 +441,6 @@ misc:
|
|||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- checklibs.out
|
- checklibs.out
|
||||||
expire_in: "1 day"
|
|
||||||
when: on_failure
|
when: on_failure
|
||||||
|
|
||||||
black:
|
black:
|
||||||
@@ -749,7 +739,6 @@ scan-build:
|
|||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- scan-build.reports/
|
- scan-build.reports/
|
||||||
expire_in: "1 day"
|
|
||||||
when: on_failure
|
when: on_failure
|
||||||
|
|
||||||
# Jobs for strict OpenSSL 3.x (no deprecated) GCC builds on Debian "sid" (amd64)
|
# Jobs for strict OpenSSL 3.x (no deprecated) GCC builds on Debian "sid" (amd64)
|
||||||
|
Reference in New Issue
Block a user