[gnome-build-meta/abderrahim/misc-ci-improvements] .gitlab-ci.yml: rename build jobs to be only build-$ARCH




commit 86937abddc614ad70734337d4a05ca521a0affbf
Author: Abderrahim Kitouni <akitouni gnome org>
Date:   Sun Aug 9 20:57:08 2020 +0100

    .gitlab-ci.yml: rename build jobs to be only build-$ARCH
    
    This makes them shorter and unlikely to be ellipsised in the web
    UI. It's also more correct since they don't only build gnome core

 .gitlab-ci.yml | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 139f8b26..b386217e 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -204,27 +204,27 @@ track:
     - project.refs
 
 
-build-gnome-core-x86_64:
+build-x86_64:
   extends:
   - .build-template
   - .x86_64
 
-build-gnome-core-i386:
+build-i386:
   extends:
   - .build-template
   - .i686
 
-build-gnome-core-aarch64:
+build-aarch64:
   extends:
   - .build-template
   - .aarch64
 
-build-gnome-core-arm:
+build-arm:
   extends:
   - .build-template
   - .arm
 
-build-gnome-core-ppc64le:
+build-ppc64le:
   extends:
   - .build-template
   - .ppc64le
@@ -237,7 +237,7 @@ vm-image-x86_64:
   # run as soon as the x86_64 build job is done, don't wait for other arches
   needs:
   - track
-  - job: build-gnome-core-x86_64
+  - job: build-x86_64
     artifacts: false
 
 pinebook-pro-image:
@@ -256,7 +256,7 @@ pinebook-pro-image:
     expire_in: '2 days'
   needs:
   - track
-  - job: build-gnome-core-aarch64
+  - job: build-aarch64
     artifacts: false
 
 rock64-image:
@@ -275,7 +275,7 @@ rock64-image:
     expire_in: '2 days'
   needs:
   - track
-  - job: build-gnome-core-aarch64
+  - job: build-aarch64
     artifacts: false
 
 raspberrypi-4-image:
@@ -294,7 +294,7 @@ raspberrypi-4-image:
     expire_in: '2 days'
   needs:
   - track
-  - job: build-gnome-core-aarch64
+  - job: build-aarch64
     artifacts: false
 
 


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