[gnome-build-meta/alatiera/disable-pbp] ci: Disable pinebookpro build




commit d1e74d7999942a87aec31a96201ced7295ec0eb8
Author: Jordan Petridis <jordan centricular com>
Date:   Thu Apr 8 15:42:02 2021 +0300

    ci: Disable pinebookpro build
    
    one of the sources is broke and makes tracking fail
    
    GNOME/gnome-build-meta#371

 .gitlab-ci.yml | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index b8edc755..fe606d1d 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -112,7 +112,9 @@ track:
   interruptible: true
   script:
   - 'sed -i "s/track-tags: false/track-tags: ${BST_TRACK_TAGS}/" project.conf'
-  - ${BST} track --deps all core.bst flatpak-runtimes.bst vm/image.bst boards/pinebook-pro/image.bst 
boards/rock64/image.bst boards/raspberrypi-4/image.bst vm/repo-devel.bst iso/image.bst
+  # FIXME: pbp image breaks the build https://gitlab.gnome.org/GNOME/gnome-build-meta/-/issues/371
+  # - ${BST} track --deps all core.bst flatpak-runtimes.bst vm/image.bst boards/pinebook-pro/image.bst 
boards/rock64/image.bst boards/raspberrypi-4/image.bst vm/repo-devel.bst iso/image.bst
+  - ${BST} track --deps all core.bst flatpak-runtimes.bst vm/image.bst boards/rock64/image.bst 
boards/raspberrypi-4/image.bst vm/repo-devel.bst iso/image.bst
   - echo $CI_JOB_ID > track-job.id
   retry: 2
   # only run on branches targeting master
@@ -221,7 +223,7 @@ vm-image-x86_64:
   variables:
     IMAGE: vm/image.bst
 
-pinebook-pro-image:
+.pinebook-pro-image:
   extends:
   - .manual-image-template
   - .aarch64


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