Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
libinput
libinput
Commits
f657d834
Commit
f657d834
authored
Feb 26, 2020
by
Peter Hutterer
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
gitlab CI: drop the distribution "flavor" in favor of using the name
Signed-off-by:
Peter Hutterer
<
peter.hutterer@who-t.net
>
parent
ebfb1e77
Pipeline
#114123
passed with stages
in 25 minutes and 18 seconds
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
25 additions
and
25 deletions
+25
-25
.gitlab-ci.yml
.gitlab-ci.yml
+15
-15
.gitlab-ci/gitlab-ci.tmpl
.gitlab-ci/gitlab-ci.tmpl
+10
-10
No files found.
.gitlab-ci.yml
View file @
f657d834
...
...
@@ -77,12 +77,12 @@ variables:
# changing these will force rebuilding the associated image
# Note: these tags have no meaning and are not tied to a particular
# libinput version
FEDORA_TAG
:
'
20
19-1
2-2
4
.0'
UBUNTU_TAG
:
'
20
19-1
2-2
4
.0'
ARCH_TAG
:
'
20
19-1
2-2
4
.0'
ALPINE_TAG
:
'
20
19-1
2-2
4
.0'
FREEBSD_TAG
:
'
20
19-1
2-2
4
.0'
QEMU_TAG
:
'
qemu-vm-2020-02-2
4
.0'
FEDORA_TAG
:
'
20
20-0
2-2
6
.0'
UBUNTU_TAG
:
'
20
20-0
2-2
6
.0'
ARCH_TAG
:
'
20
20-0
2-2
6
.0'
ALPINE_TAG
:
'
20
20-0
2-2
6
.0'
FREEBSD_TAG
:
'
20
20-0
2-2
6
.0'
QEMU_TAG
:
'
qemu-vm-2020-02-2
6
.0'
UBUNTU_EXEC
:
"
bash
.gitlab-ci/ubuntu_install.sh
$UBUNTU_CUSTOM_DEBS"
...
...
@@ -181,7 +181,7 @@ check-commit:
-
podman login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
# get the full container image name (DISTRIB_VERSION still has indirections)
-
IMAGE=$(eval echo "$DISTRIB_
FLAVOR
/$DISTRIB_VERSION:$TAG")
-
IMAGE=$(eval echo "$DISTRIB_
NAME
/$DISTRIB_VERSION:$TAG")
# force rebuild if schedule, reuse otherwise
-
if [[ $CI_PIPELINE_SOURCE == "schedule" ]] ; then touch .scheduled; fi
...
...
@@ -206,7 +206,7 @@ fedora:30@qemu-prep:
FEDORA_VERSION
:
30
FEDORA_TAG
:
$QEMU_TAG
FEDORA_RPMS
:
$FEDORA_QEMU_RPMS
DISTRIB_
FLAVOR
:
fedora
DISTRIB_
NAME
:
fedora
DISTRIB_VERSION
:
$FEDORA_VERSION
TAG
:
$QEMU_TAG
allow_failure
:
true
...
...
@@ -220,7 +220,7 @@ fedora:30@container-prep:
variables
:
GIT_STRATEGY
:
none
FEDORA_VERSION
:
'
30'
DISTRIB_
FLAVOR
:
fedora
DISTRIB_
NAME
:
fedora
DISTRIB_VERSION
:
$FEDORA_VERSION
TAG
:
$FEDORA_TAG
...
...
@@ -233,7 +233,7 @@ fedora:31@container-prep:
variables
:
GIT_STRATEGY
:
none
FEDORA_VERSION
:
'
31'
DISTRIB_
FLAVOR
:
fedora
DISTRIB_
NAME
:
fedora
DISTRIB_VERSION
:
$FEDORA_VERSION
TAG
:
$FEDORA_TAG
...
...
@@ -246,7 +246,7 @@ ubuntu:19.10@container-prep:
variables
:
GIT_STRATEGY
:
none
UBUNTU_VERSION
:
'
19.10'
DISTRIB_
FLAVOR
:
ubuntu
DISTRIB_
NAME
:
ubuntu
DISTRIB_VERSION
:
$UBUNTU_VERSION
TAG
:
$UBUNTU_TAG
...
...
@@ -259,7 +259,7 @@ ubuntu:19.04@container-prep:
variables
:
GIT_STRATEGY
:
none
UBUNTU_VERSION
:
'
19.04'
DISTRIB_
FLAVOR
:
ubuntu
DISTRIB_
NAME
:
ubuntu
DISTRIB_VERSION
:
$UBUNTU_VERSION
TAG
:
$UBUNTU_TAG
...
...
@@ -272,7 +272,7 @@ arch:rolling@container-prep:
variables
:
GIT_STRATEGY
:
none
ARCH_VERSION
:
'
rolling'
DISTRIB_
FLAVOR
:
arch
DISTRIB_
NAME
:
arch
DISTRIB_VERSION
:
$ARCH_VERSION
TAG
:
$ARCH_TAG
...
...
@@ -285,7 +285,7 @@ alpine:latest@container-prep:
variables
:
GIT_STRATEGY
:
none
ALPINE_VERSION
:
'
latest'
DISTRIB_
FLAVOR
:
alpine
DISTRIB_
NAME
:
alpine
DISTRIB_VERSION
:
$ALPINE_VERSION
TAG
:
$ALPINE_TAG
...
...
@@ -321,7 +321,7 @@ freebsd:11.2@container-prep:
variables
:
GIT_STRATEGY
:
none
FREEBSD_VERSION
:
"
11.2"
DISTRIB_
FLAVOR
:
freebsd
DISTRIB_
NAME
:
freebsd
DISTRIB_VERSION
:
$FREEBSD_VERSION
TAG
:
$FREEBSD_TAG
...
...
.gitlab-ci/gitlab-ci.tmpl
View file @
f657d834
...
...
@@ -67,12 +67,12 @@ variables:
# changing these will force rebuilding the associated image
# Note: these tags have no meaning and are not tied to a particular
# libinput version
FEDORA_TAG
:
'
20
19-1
2-2
4
.0'
UBUNTU_TAG
:
'
20
19-1
2-2
4
.0'
ARCH_TAG
:
'
20
19-1
2-2
4
.0'
ALPINE_TAG
:
'
20
19-1
2-2
4
.0'
FREEBSD_TAG
:
'
20
19-1
2-2
4
.0'
QEMU_TAG
:
'
qemu-vm-2020-02-2
4
.0'
FEDORA_TAG
:
'
20
20-0
2-2
6
.0'
UBUNTU_TAG
:
'
20
20-0
2-2
6
.0'
ARCH_TAG
:
'
20
20-0
2-2
6
.0'
ALPINE_TAG
:
'
20
20-0
2-2
6
.0'
FREEBSD_TAG
:
'
20
20-0
2-2
6
.0'
QEMU_TAG
:
'
qemu-vm-2020-02-2
6
.0'
UBUNTU_EXEC
:
"
bash
.gitlab-ci/ubuntu_install.sh
$UBUNTU_CUSTOM_DEBS"
...
...
@@ -171,7 +171,7 @@ check-commit:
-
podman login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
# get the full container image name (DISTRIB_VERSION still has indirections)
-
IMAGE=$(eval echo "$DISTRIB_
FLAVOR
/$DISTRIB_VERSION:$TAG")
-
IMAGE=$(eval echo "$DISTRIB_
NAME
/$DISTRIB_VERSION:$TAG")
# force rebuild if schedule, reuse otherwise
-
if [[ $CI_PIPELINE_SOURCE == "schedule" ]] ; then touch .scheduled; fi
...
...
@@ -196,7 +196,7 @@ fedora:30@qemu-prep:
FEDORA_VERSION
:
30
FEDORA_TAG
:
$QEMU_TAG
FEDORA_RPMS
:
$FEDORA_QEMU_RPMS
DISTRIB_
FLAVOR
:
fedora
DISTRIB_
NAME
:
fedora
DISTRIB_VERSION
:
$FEDORA_VERSION
TAG
:
$QEMU_TAG
allow_failure
:
true
...
...
@@ -211,7 +211,7 @@ fedora:30@qemu-prep:
variables
:
GIT_STRATEGY
:
none
{{
distro.name.upper()
}}
_VERSION
:
'
{{distro.version}}'
DISTRIB_
FLAVOR
:
{{
distro.name
}}
DISTRIB_
NAME
:
{{
distro.name
}}
DISTRIB_VERSION
:
${{distro.name.upper()}}_VERSION
TAG
:
${{distro.name.upper()}}_TAG
...
...
@@ -248,7 +248,7 @@ freebsd:11.2@container-prep:
variables
:
GIT_STRATEGY
:
none
FREEBSD_VERSION
:
"
11.2"
DISTRIB_
FLAVOR
:
freebsd
DISTRIB_
NAME
:
freebsd
DISTRIB_VERSION
:
$FREEBSD_VERSION
TAG
:
$FREEBSD_TAG
...
...
Thibault Martin
@thibaultamartin
mentioned in issue
#434 (closed)
·
Feb 26, 2020
mentioned in issue
#434 (closed)
mentioned in issue #434
Toggle commit list
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment