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



commit c25b376c5ded5e82d6fe5427f2f3ebf93215153a
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/1731>

 .gitlab-ci.yml | 20 ++------------------
 1 file changed, 2 insertions(+), 18 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 054cb0623..f6f195354 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"
@@ -513,9 +497,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]