summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorJordan Petridis <jpetridis@gnome.org>2020-08-02 16:39:28 +0000
committerJordan Petridis <jpetridis@gnome.org>2020-08-02 16:39:28 +0000
commit92a79d2339cc33e56a0a30d314459db69b32f4b6 (patch)
tree99895db6e5d3d536b5814e291349760cae7668a0 /.gitlab-ci.yml
parenta184783342e40fff55ae93ccfee0053dcb91e332 (diff)
downloadgnome-control-center-92a79d2339cc33e56a0a30d314459db69b32f4b6.tar.gz
ci: remove deprecated jobs
The functionality of these jobs exists in the normal build job now and they are no longer needed. citemplates@544836ee
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml49
1 files changed, 0 insertions, 49 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 5edea2890..92de7d944 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -65,7 +65,6 @@ stages:
- build
- test
- manual
- - review
- deploy
.Log files: &log_files [./*.log, _build/meson-logs/]
@@ -264,54 +263,6 @@ flatpak:
- gnome-3-.*
- master@GNOME/gnome-control-center
-##
-# Review
-#
-# Stage: review
-#
-# Starts the Flatpak review process.
-##
-review:
- stage: review
- dependencies:
- - flatpak
-
- when: manual
- variables:
- BUNDLE: "org.gnome.SettingsDevel.flatpak"
- script:
- - echo "Generating flatpak deployment"
- artifacts:
- paths:
- - ${BUNDLE}
- expire_in: 30 days
- environment:
- name: review/$CI_COMMIT_REF_NAME
- url: https://gitlab.gnome.org/$CI_PROJECT_PATH/-/jobs/$CI_JOB_ID/artifacts/raw/${BUNDLE}
- on_stop: stop_review
- except:
- - tags
- - gnome-3-.*
- - master@GNOME/gnome-control-center
-
-##
-# Stop Review
-#
-# Stage: review
-#
-# Stops the Flatpak review process.
-##
-stop_review:
- stage: review
- script:
- - echo "Stopping flatpak deployment"
- when: manual
- environment:
- name: review/$CI_COMMIT_REF_NAME
- action: stop
- except:
- variables:
- - $CI_PIPELINE_SOURCE == "schedule"
# Runs the sanitizers [address, thread, undefined, and memory].
.sanitizer: &sanitizer