gitlab-ci: mark Bullseye as no-MR

MR pipelines lack license information.
This commit is contained in:
Ben Boeckel
2026-04-10 14:51:08 -04:00
parent 5fa24e3bcf
commit 09f1f8752a

View File

@@ -220,6 +220,7 @@ b:fedora43-bullseye-coverage:
- .rules - .rules
variables: variables:
CMAKE_CI_JOB_NIGHTLY: "true" CMAKE_CI_JOB_NIGHTLY: "true"
CMAKE_CI_JOB_NO_MR: "true"
CMAKE_CI_JOB_RUN_MANUALLY: "true" CMAKE_CI_JOB_RUN_MANUALLY: "true"
t:fedora43-bullseye-coverage: t:fedora43-bullseye-coverage:
@@ -235,6 +236,7 @@ t:fedora43-bullseye-coverage:
- b:fedora43-bullseye-coverage - b:fedora43-bullseye-coverage
variables: variables:
CMAKE_CI_JOB_NIGHTLY: "true" CMAKE_CI_JOB_NIGHTLY: "true"
CMAKE_CI_JOB_NO_MR: "true"
a:fedora43-bullseye-coverage: a:fedora43-bullseye-coverage:
extends: extends:
@@ -247,6 +249,7 @@ a:fedora43-bullseye-coverage:
- t:fedora43-bullseye-coverage - t:fedora43-bullseye-coverage
variables: variables:
CMAKE_CI_JOB_NIGHTLY: "true" CMAKE_CI_JOB_NIGHTLY: "true"
CMAKE_CI_JOB_NO_MR: "true"
# Linux builds # Linux builds