diff mbox series

[v1,17/18] .gitlab: tag remaining jobs as builds

Message ID 20200622143204.12921-18-alex.bennee@linaro.org
State New
Headers show
Series testing/next (vm, gitlab) | expand

Commit Message

Alex Bennée June 22, 2020, 2:32 p.m. UTC
Technically these are build and test but there is no reason they need
to wait for other builds to finish to get going. They might get split
latter if the job ever gets too long.

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>

---
 .gitlab-ci.yml | 4 ++++
 1 file changed, 4 insertions(+)

-- 
2.20.1
diff mbox series

Patch

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 5c863562913..7816f1434c3 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -184,6 +184,7 @@  qtest:system-fedora-misc-disabled:
 
 build-tcg-disabled:
  image: centos:8
+ stage: build
  <<: *before_script_dnf
  script:
  - dnf install -y clang gtk3-devel libusbx-devel libgcrypt-devel
@@ -203,6 +204,7 @@  build-tcg-disabled:
             260 261 262 263 264 270 272 273 277 279
 
 build-user:
+ stage: build
  <<: *before_script_apt
  script:
  - mkdir build
@@ -214,6 +216,7 @@  build-user:
 
 build-clang:
  image: fedora:latest
+ stage: build
  <<: *before_script_dnf
  script:
  - yum install -y clang SDL2-devel libattr-devel libcap-ng-devel xfsprogs-devel
@@ -228,6 +231,7 @@  build-clang:
 
 build-tci:
  image: centos:8
+ stage: build
  <<: *before_script_dnf
  script:
  - TARGETS="aarch64 alpha arm hppa m68k microblaze moxie ppc64 s390x x86_64"