[glib: 3/5] ci: Use shorter job names
- From: Philip Withnall <pwithnall src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib: 3/5] ci: Use shorter job names
- Date: Fri, 22 Jun 2018 17:21:12 +0000 (UTC)
commit 94748af0e16f5e81bec8983961d7a5e207118498
Author: Xavier Claessens <xavier claessens collabora com>
Date: Fri Jun 22 11:08:06 2018 -0400
ci: Use shorter job names
Job names in gitlab pipeline view gets truncated to "fedora-meson-..."
for all jobs which is not really useful. All our CIs are using Meson,
and the host distro is not relevant when doing cross builds.
.gitlab-ci.yml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 728ecb054..2b2134ee2 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -12,7 +12,7 @@ cache:
variables:
MESON_TEST_TIMEOUT_MULTIPLIER: 2
-fedora-meson-x86_64:
+fedora-x86_64:
stage: build
except:
- tags
@@ -31,7 +31,7 @@ fedora-meson-x86_64:
- "_build/meson-logs"
- "_coverage"
-fedora-meson-android_api21_arm64:
+cross-android_api21_arm64:
stage: build
except:
- tags
@@ -45,7 +45,7 @@ fedora-meson-android_api21_arm64:
paths:
- "_build/meson-logs"
-fedora-meson-mingw64:
+cross-mingw64:
stage: build
except:
- tags
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]