qemu-devel
[Top][All Lists]
Advanced

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

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


From: Alex Bennée
Subject: [PATCH v1 17/18] .gitlab: tag remaining jobs as builds
Date: Mon, 22 Jun 2020 15:32:03 +0100

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(+)

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"
-- 
2.20.1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]