[gnome-build-meta/alatiera/shell-40: 7/8] make non-amd64 jobs manual to avoid killing the runners
- From: Jordan Petridis <jpetridis src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-build-meta/alatiera/shell-40: 7/8] make non-amd64 jobs manual to avoid killing the runners
- Date: Mon, 18 Jan 2021 23:18:41 +0000 (UTC)
commit 1576e139a5b17cc7389e53304502b42b3eecd5ed
Author: Jordan Petridis <jpetridis gnome org>
Date: Sat Jan 16 01:09:56 2021 +0200
make non-amd64 jobs manual to avoid killing the runners
.gitlab-ci.yml | 3 +++
1 file changed, 3 insertions(+)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 9988aa26..91b431a3 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -152,16 +152,19 @@ build-i386:
extends:
- .build-template
- .i686
+ when: 'manual'
build-aarch64:
extends:
- .build-template
- .aarch64
+ when: 'manual'
build-ppc64le:
extends:
- .build-template
- .ppc64le
+ when: 'manual'
generate-deploy-config:
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]