[gjs: 3/15] CI: Remove flatpak build
- From: Philip Chimento <pchimento src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gjs: 3/15] CI: Remove flatpak build
- Date: Fri, 20 Sep 2019 00:56:38 +0000 (UTC)
commit f1d319729069084904c2b941cf376bfd6801b93d
Author: Philip Chimento <philip chimento gmail com>
Date: Sat Sep 7 14:03:57 2019 -0700
CI: Remove flatpak build
I believe this was rarely used, and not that useful either; it might be
more useful to be able to build a GNOME runtime with a certain branch of
GJS, but that can be done with flapjack on one's local system.
.gitlab-ci.yml | 26 ----------------------
test/org.gnome.GjsDevel.json | 52 --------------------------------------------
test/test-ci.sh | 10 ---------
3 files changed, 88 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 07804709..81d1d8a6 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -24,7 +24,6 @@ stages:
.JHBuild files: &JHB_files [.cache/jhbuild/build/gjs/*.log, .cache/jhbuild/build/gjs/Makefile,
.cache/jhbuild/build/gjs/configure]
.Coverage files: &cov_files [configure, Makefile, analysis/, ./*.log, ./*.trs,
./installed-tests/scripts/*.log, ./installed-tests/scripts/*.trs, coverage/]
.Regular files: ®_files [configure, Makefile, analysis/, ./*.log, ./*.trs,
./installed-tests/scripts/*.log, ./installed-tests/scripts/*.trs]
-.Flatpak files: &pak_files [./*.flatpak]
.jhbuild: &jhbuild
artifacts:
@@ -38,11 +37,6 @@ stages:
when: always
paths: *cov_files
-.package: &package
- artifacts:
- name: log_package
- paths: *pak_files
-
# Regular build
.build: &build
when: on_success
@@ -348,26 +342,6 @@ valgrind:
except:
- schedules
-# Flatpak packaging (weekly)
-flatpak:
- <<: *build
- <<: *package
- stage: manual
- image: registry.gitlab.gnome.org/gnome/gnome-nightly-oci/nightly:master
- variables:
- TASK_ID: "flatpak packaging"
- CODECHECK: "FLATPAK"
- BUNDLE: "org.gnome.GjsDevel.flatpak"
- MANIFEST: org.gnome.GjsDevel.json
- RUNTIME_REPO: "https://sdk.gnome.org/gnome-nightly.flatpakrepo"
-
- environment:
- name: review/$CI_COMMIT_REF_NAME
- url: https://gitlab.gnome.org/$CI_PROJECT_PATH/-/jobs/$CI_JOB_ID/artifacts/raw/${BUNDLE}
- when: manual
- except:
- - schedules
-
# SpiderMonkey GC Tests (weekly)
zeal_2:
<<: *build
diff --git a/test/test-ci.sh b/test/test-ci.sh
index bbc2921e..ad4b971e 100755
--- a/test/test-ci.sh
+++ b/test/test-ci.sh
@@ -297,16 +297,6 @@ elif [[ $1 == "TOKEI" ]]; then
do_Print_Labels 'Project statistics'
tokei . | tee "$save_dir"/analysis/report.txt
-
-elif [[ $1 == "FLATPAK" ]]; then
- do_Print_Labels 'Flatpak packaging'
-
- # Move the manifest file to the root folder
- cp "test/$MANIFEST" .
-
- flatpak-builder --version
- flatpak-builder --bundle-sources --repo=devel build "$MANIFEST"
- flatpak build-bundle devel ${BUNDLE} --runtime-repo=${RUNTIME_REPO} org.gnome.GjsDevel
fi
# Releases stuff and finishes
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]