[gnome-build-meta/barthalion/gottagofast] drop vm jobs
- From: Bartłomiej Piotrowski <bpiotrowski src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-build-meta/barthalion/gottagofast] drop vm jobs
- Date: Mon, 13 Jul 2020 18:10:56 +0000 (UTC)
commit ef6e792f93d683880da70002dda60d2a7fc37d41
Author: Bartłomiej Piotrowski <bpiotrowski gnome org>
Date: Mon Jul 13 20:10:49 2020 +0200
drop vm jobs
.gitlab-ci.yml | 28 ----------------------------
1 file changed, 28 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 4c6678a2..a6f6ba7a 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -98,25 +98,6 @@ default:
- logs
expire_in: '1 week'
-.vm-image-template:
- stage: image
- script:
- - ${BST_NO_PUSH} --max-jobs $(( $(nproc) / 4 )) -o arch "${ARCH}" build vm/image.bst
- - ${BST_NO_PUSH} -o arch "${ARCH}" checkout --hardlinks vm/image.bst image
- rules:
- - if: $CI_COMMIT_REF_NAME == "master" || $CI_COMMIT_REF_NAME =~ /^gnome-\d-\d\d$/
- when: on_success
- - if: $CI_MERGE_REQUEST_ID == null
- when: manual
- allow_failure: true
- cache: *bst-cache
- artifacts:
- when: always
- paths:
- - logs
- - image
- expire_in: '2 days'
-
.flatpak-template:
stage: flatpak
dependencies: [track, flatpak-prepare]
@@ -213,15 +194,6 @@ build-gnome-core-x86_64:
extends: .build-template
<<: *x86_64
-vm-image-x86_64:
- extends: .vm-image-template
- # run as soon as the x86_64 build job is done, don't wait for other arches
- needs:
- - track
- - job: build-gnome-core-x86_64
- artifacts: false
- <<: *x86_64
-
pinebook-pro-image:
stage: image
script:
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]