summaryrefslogtreecommitdiff
path: root/.gitlab-ci
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2023-04-12 21:05:29 +0200
committerThomas Haller <thaller@redhat.com>2023-04-13 09:10:59 +0200
commit31c05da92c44ab22bfeafc3e492affe5dad89202 (patch)
treed526e33de9046ecc594b78c858ca395a5a7746e1 /.gitlab-ci
parente41fe546f7eac2b44f98ba64eea6c09fe4ebca9b (diff)
downloadNetworkManager-31c05da92c44ab22bfeafc3e492affe5dad89202.tar.gz
gitlab-ci: rename "@container-prep" tests to "@prep"
The long name looks verbose and takes away space on the web page. Shorten the name.
Diffstat (limited to '.gitlab-ci')
-rw-r--r--.gitlab-ci/ci.template8
1 files changed, 4 insertions, 4 deletions
diff --git a/.gitlab-ci/ci.template b/.gitlab-ci/ci.template
index b58d5c6c8a..e2b2b0b1f3 100644
--- a/.gitlab-ci/ci.template
+++ b/.gitlab-ci/ci.template
@@ -104,7 +104,7 @@ variables:
{% for distro in distributions %}
{% for version in distro.versions %}
-{{distro.name}}:{{version}}@container-prep:
+{{distro.name}}:{{version}}@prep:
extends:
- .fdo.container-build@{{distro.name}}
stage: prep
@@ -222,7 +222,7 @@ t_{{distro.name}}:{{version}}:
{% endfor %}
{% endif %}
needs:
- - "{{distro.name}}:{{version}}@container-prep"
+ - "{{distro.name}}:{{version}}@prep"
{% if distro.tier > 1 %}
when: manual
{% endif %}
@@ -242,7 +242,7 @@ check-patch:
FDO_DISTRIBUTION_VERSION: '{{default_distro.versions[0]}}'
FDO_DISTRIBUTION_TAG: ${{default_distro.name.upper()}}_TAG
needs:
- - "{{default_distro.name}}:{{default_distro.versions[0]}}@container-prep"
+ - "{{default_distro.name}}:{{default_distro.versions[0]}}@prep"
stage: tier1
script:
- date '+%Y%m%d-%H%M%S'; NM_CHECKPATCH_FETCH_UPSTREAM=1 contrib/scripts/checkpatch-feature-branch.sh
@@ -255,7 +255,7 @@ check-tree:
FDO_DISTRIBUTION_VERSION: '{{default_distro.versions[0]}}'
FDO_DISTRIBUTION_TAG: ${{default_distro.name.upper()}}_TAG
needs:
- - "{{default_distro.name}}:{{default_distro.versions[0]}}@container-prep"
+ - "{{default_distro.name}}:{{default_distro.versions[0]}}@prep"
stage: tier1
script:
- date '+%Y%m%d-%H%M%S'; contrib/scripts/nm-python-black-format.sh --check