[nautilus/wip/oholy/ci-improvements: 4/7] ci: Remove flatpak master job
- From: Ondrej Holy <oholy src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [nautilus/wip/oholy/ci-improvements: 4/7] ci: Remove flatpak master job
- Date: Fri, 8 Oct 2021 11:09:42 +0000 (UTC)
commit 85d002c84f3d5ea27406a704223d9047dda0447c
Author: Ondrej Holy <oholy redhat com>
Date: Wed Aug 11 10:03:17 2021 +0200
ci: Remove flatpak master job
The flatpak master job seems to be redundant currently. It uses the same
image as flatpak devel and their .yml files are equal. The two flatpak jobs
are relict from the times when GNOME SDK was unstable and broke CI often,
which is no more true. Let's remove the flatpak master job.
.gitlab-ci.yml | 19 +----
build-aux/flatpak/org.gnome.NautilusMaster.yml | 103 -------------------------
2 files changed, 2 insertions(+), 120 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 09376c7b6..7ceec5eb1 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -10,7 +10,7 @@ stages:
- cross environment
- deploy
-flatpak devel:
+flatpak:
extends: '.flatpak'
image: registry.gitlab.gnome.org/gnome/gnome-runtime-images/gnome:master
variables:
@@ -22,7 +22,7 @@ flatpak devel:
nightly:
extends: '.publish_nightly'
dependencies:
- - 'flatpak devel'
+ - flatpak
fedora latest:
image:
@@ -38,21 +38,6 @@ fedora latest:
- master
allow_failure: true
-flatpak master:
- stage: cross environment
- dependencies: []
- variables:
- MANIFEST_PATH: "build-aux/flatpak/org.gnome.NautilusMaster.yml"
- FLATPAK_MODULE: "nautilus"
- RUNTIME_REPO: "https://nightly.gnome.org/gnome-nightly.flatpakrepo"
- APP_ID: "org.gnome.NautilusDevel"
- extends: .flatpak
- only:
- - schedules
- - web
- - tags
- allow_failure: true
-
style check:
image: registry.gitlab.gnome.org/gnome/nautilus:latest
stage: test
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]