[nautilus/wip/oholy/ci-improvements: 64/66] ci: Remove flatpak master job
- From: Ondrej Holy <oholy src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [nautilus/wip/oholy/ci-improvements: 64/66] ci: Remove flatpak master job
- Date: Fri, 24 Sep 2021 13:13:14 +0000 (UTC)
commit 12bce3ebf952ef684937bb42e4369beb5dea45d6
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 | 18 +----
build-aux/flatpak/org.gnome.NautilusMaster.yml | 103 -------------------------
2 files changed, 1 insertion(+), 120 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 09376c7b6..920e6cd61 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,6 @@ flatpak devel:
nightly:
extends: '.publish_nightly'
dependencies:
- - 'flatpak devel'
fedora latest:
image:
@@ -38,21 +37,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]