[gnome-build-meta/alatiera/shell-40: 10/11] 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: 10/11] make non-amd64 jobs manual to avoid killing the runners
- Date: Fri, 29 Jan 2021 16:56:14 +0000 (UTC)
commit 12e3bf9698f705ef89f03b9ed5b0a02b4608457b
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]