[gnome-build-meta/barthalion/gottagofast] gotta go fast



commit 25d4e792c9914adf2dcf2341af83cc9738e000c4
Author: Bartłomiej Piotrowski <bpiotrowski gnome org>
Date:   Mon Jul 13 20:06:15 2020 +0200

    gotta go fast

 .gitlab-ci.yml | 86 ----------------------------------------------------------
 1 file changed, 86 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a9ece8f6..9d380360 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -16,13 +16,10 @@ variables:
   DOCKER_AARCH64: "${DOCKER_REGISTRY}/bst14/arm64:${DOCKER_IMAGE_ID}"
 
 stages:
-- track
 - build
-- image
 - prepare_flatpak
 - flatpak
 - finish_flatpak
-- reports
 
 default:
   before_script:
@@ -215,89 +212,6 @@ build-gnome-core-x86_64:
   extends: .build-template
   <<: *x86_64
 
-build-gnome-core-i386:
-  extends: .build-template
-  <<: *i686
-
-build-gnome-core-aarch64:
-  extends: .build-template
-  <<: *aarch64
-
-build-gnome-core-arm:
-  extends: .build-template
-  <<: *arm
-
-
-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:
-    - ${BST_NO_PUSH} --max-jobs $(( $(nproc) / 4 )) -o arch "${ARCH}" build boards/pinebook-pro/image.bst
-    - ${BST_NO_PUSH} -o arch "${ARCH}" checkout --hardlinks boards/pinebook-pro/image.bst pinebook-pro-image
-  when: manual
-  allow_failure: true
-  cache: *bst-cache
-  artifacts:
-    when: always
-    paths:
-    - logs
-    - pinebook-pro-image
-    expire_in: '2 days'
-  needs:
-  - track
-  - job: build-gnome-core-aarch64
-    artifacts: false
-  <<: *aarch64
-
-rock64-image:
-  stage: image
-  script:
-    - ${BST_NO_PUSH} --max-jobs $(( $(nproc) / 4 )) -o arch "${ARCH}" build boards/rock64/image.bst
-    - ${BST_NO_PUSH} -o arch "${ARCH}" checkout --hardlinks boards/rock64/image.bst rock64
-  when: manual
-  allow_failure: true
-  cache: *bst-cache
-  artifacts:
-    when: always
-    paths:
-    - logs
-    - rock64
-    expire_in: '2 days'
-  needs:
-  - track
-  - job: build-gnome-core-aarch64
-    artifacts: false
-  <<: *aarch64
-
-raspberrypi-4-image:
-  stage: image
-  script:
-    - ${BST_NO_PUSH} --max-jobs $(( $(nproc) / 4 )) -o arch "${ARCH}" build boards/raspberrypi-4/image.bst
-    - ${BST_NO_PUSH} -o arch "${ARCH}" checkout --hardlinks boards/raspberrypi-4/image.bst 
raspberrypi-4-image
-  when: manual
-  allow_failure: true
-  cache: *bst-cache
-  artifacts:
-    when: always
-    paths:
-    - logs
-    - raspberrypi-4-image
-    expire_in: '2 days'
-  needs:
-  - track
-  - job: build-gnome-core-aarch64
-    artifacts: false
-  <<: *aarch64
-
-
 flatpak-prepare:
   stage: prepare_flatpak
   dependencies: []


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