[libhandy/wip/exalm/ci: 3/4] ci: Stop using librem5 tag



commit 02e8689181cee9c33ca7ac9476a2b838a33b7353
Author: Alexander Mikhaylenko <alexm gnome org>
Date:   Fri May 22 15:11:11 2020 +0500

    ci: Stop using librem5 tag

 .gitlab-ci.yml | 14 +-------------
 1 file changed, 1 insertion(+), 13 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a5f78979..30790404 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -13,10 +13,6 @@ before_script:
   - apt-get -y install build-essential libgtk-3-doc libgdk-pixbuf2.0-doc lcov
   - apt-get -y build-dep .
 
-.tags: &tags
-  tags:
-    - librem5
-
 .build: &build_steps
     echo "BUILD_OPTS=${BUILD_OPTS}" &&
     export LC_ALL=C.UTF-8 &&
@@ -25,14 +21,12 @@ before_script:
 
 api-visibility:
   image: debian:buster
-  <<: *tags
   stage: build
   script:
     - lint/api-visibility.sh
 
 build-debian-gcc:
   image: debian:buster
-  <<: *tags
   stage: build
   variables:
     BUILD_OPTS: -Dgtk_doc=true -Db_coverage=true --werror
@@ -49,7 +43,6 @@ build-debian-clang:
     - apt-get -y update
     - apt-get -y install build-essential clang-tools
     - apt-get -y build-dep .
-  <<: *tags
   stage: build
   script:
     - export LC_ALL=C.UTF-8
@@ -65,7 +58,6 @@ build-debian-clang:
 
 build-fedora-gcc:
   image: fedora:29
-  <<: *tags
   stage: build
   variables:
     BUILD_OPTS: -Dgtk_doc=true --werror
@@ -78,7 +70,6 @@ build-fedora-gcc:
 
 build-gtkdoc:
   image: debian:buster
-  <<: *tags
   stage: test+docs
   dependencies:
     - build-debian-gcc
@@ -92,7 +83,6 @@ build-gtkdoc:
 
 unit-test:
   image: debian:buster
-  <<: *tags
   stage: test+docs
   dependencies:
     - build-debian-gcc
@@ -110,7 +100,7 @@ package-debian-buster:
 
 package-debian-buster:arm64:
   tags:
-    - librem5:arm64
+    - arm64
   extends: .l5-build-debian-package
 
 autopkgtest-debian-buster-package:
@@ -182,8 +172,6 @@ publish-docs:
     - export DEBIAN_FRONTEND=noninteractive
     - apt-get -y update
     - apt-get -y install ssh rsync
-  tags:
-    - librem5
   script:
     # Don't publish in forks
     - '[ "$CI_PROJECT_NAMESPACE" == "Librem5" ] || exit 0'


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]