[gnome-build-meta] Fix problems arising from rebase



commit f32f7f02e230118956b7b4580ca4a74878863713
Author: Lawrence Hunter <lawrence hunter codethink co uk>
Date:   Tue Aug 23 12:27:18 2022 +0000

    Fix problems arising from rebase
    
    Part-of: <https://gitlab.gnome.org/GNOME/gnome-build-meta/-/merge_requests/1727>

 .gitlab-ci.yml | 20 ++------------------
 1 file changed, 2 insertions(+), 18 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 5af165762..986d672b2 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -91,22 +91,6 @@ default:
     - image
     expire_in: '2 days'
 
-.image-template:
-  stage: deploy
-  needs:
-    - job: "track"
-      optional: true
-  when: always
-  allow_failure: false
-  script:
-    - ${BST_NO_PUSH} --max-jobs $(( $(nproc) / 4 )) -o arch "${ARCH}" build "${IMAGE}"
-    - ${BST} -o arch "${ARCH}" checkout --hardlinks "${IMAGE}" image
-  artifacts:
-    when: always
-    paths:
-      - image
-    expire_in: "2 days"
-
 .deploy-rules:
   rules:
   - if: $EMERGENCY || $BST_TRACK_TAGS != "false"
@@ -515,9 +499,9 @@ test-iso-installer-x86_64:
   - gnome-build-meta
 
 test-pinephone-aarch64:
-  image: ubuntu:latest
+  image: ubuntu:focal
   stage: test
-  when: always
+  when: manual
   variables:
     IMAGE: boards/pinephone/image.bst
   needs:


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