[nautilus/wip/oholy/ci-improvements: 2/2] ci: Remove fedora job




commit 39f676075d9d3f4074eac994cdbf7407b7d18390
Author: Ondrej Holy <oholy redhat com>
Date:   Fri Sep 24 11:25:07 2021 +0200

    ci: Remove fedora job
    
    The fedora job was there before the flatpak job. But now we relies on
    flatpak job and the fedora job doesn't really give much benefits. It is
    rather waste of runners and maintainers time. Let's remove it.

 .gitlab-ci.yml     | 40 +---------------------------------------
 .gitlab/Dockerfile | 38 --------------------------------------
 2 files changed, 1 insertion(+), 77 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 932057783..e4f888393 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -5,9 +5,7 @@ variables:
     BUNDLE: "nautilus-dev.flatpak"
 
 stages:
-    - image
     - test
-    - cross environment
     - deploy
 
 flatpak:
@@ -22,20 +20,7 @@ flatpak:
 nightly:
     extends: '.publish_nightly'
     dependencies:
-
-fedora latest:
-    image:
-        name: registry.gitlab.gnome.org/gnome/nautilus:latest
-        entrypoint: ["/bin/sh", "-c"]
-    stage: cross environment
-    script:
-        - meson _build .
-        - cd _build
-        - ninja test
-    only:
-        - web
-        - master
-    allow_failure: true
+        - flatpak
 
 style check:
     image:
@@ -54,26 +39,3 @@ style check:
         - git diff --exit-code | tee uncrustify.diff
     except:
         - /^gnome-.*$/
-
-update image:
-    variables:
-         STORAGE_DRIVER: vfs
-         BUILDAH_FORMAT: docker
-         BUILDAH_ISOLATION: chroot
-    image: registry.fedoraproject.org/fedora:33
-    stage: image
-    script:
-        - dnf install -y buildah runc
-        - sed -i '/^mountopt =.*/d' /etc/containers/storage.conf
-        - buildah bud --tag $CI_REGISTRY_IMAGE -f .gitlab/Dockerfile
-        - buildah tag $CI_REGISTRY_IMAGE "$CI_REGISTRY_IMAGE:v$CI_JOB_ID"
-        - buildah login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
-        - buildah push $CI_REGISTRY_IMAGE
-        - buildah push "$CI_REGISTRY_IMAGE:v$CI_JOB_ID"
-    when: manual
-    only:
-        - web
-        - master
-    except:
-        variables:
-            - $CI_PROJECT_NAMESPACE != "GNOME"


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