[gnome-runtime-images/alatiera/split-jobs] ci: workaround gitlab issue that hangs the pipeline forever
- From: Jordan Petridis <jpetridis src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-runtime-images/alatiera/split-jobs] ci: workaround gitlab issue that hangs the pipeline forever
- Date: Mon, 27 Apr 2020 06:37:50 +0000 (UTC)
commit a95ca4cd1a457d85f21521e9ef71e4ed967d8695
Author: Jordan Petridis <jpetridis gnome org>
Date: Mon Apr 27 09:37:19 2020 +0300
ci: workaround gitlab issue that hangs the pipeline forever
https://gitlab.com/gitlab-org/gitlab/-/issues/31264
.gitlab-ci.yml | 4 ----
1 file changed, 4 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 366aa6c..bc07ae2 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -170,20 +170,16 @@ gnome:3.36:
rust:nightly:
stage: 'rust_bundle'
- needs: ['gnome:nightly']
extends: ['.rust_template', '.vars_nightly']
rust:3.32:
stage: 'rust_bundle'
- needs: ['gnome:3.32']
extends: ['.rust_template', '.vars_3_32']
rust:3.34:
stage: 'rust_bundle'
- needs: ['gnome:3.34']
extends: ['.rust_template', '.vars_3_34']
rust:3.36:
stage: 'rust_bundle'
- needs: ['gnome:3.36']
extends: ['.rust_template', '.vars_3_36']
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]