summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorOndrej Holy <oholy@redhat.com>2020-03-06 10:08:51 +0100
committerOndrej Holy <oholy@redhat.com>2020-03-06 10:28:35 +0100
commit4f8b0f491214bcc0fd386657d487404dbaf27591 (patch)
treeb70816032bc6079afc81c96e2ab0c588e5361ede /.gitlab-ci.yml
parent69b90f470d982d64edbbc2c32cc5889e912579d7 (diff)
downloadgvfs-4f8b0f491214bcc0fd386657d487404dbaf27591.tar.gz
ci: Remove gnome-build-meta job
This job was added to check merge requests in order to prevent gnome-build-meta breakages for example when our dependencies are changed. However, this job needs a lot of maintenance to keep it working. Also, the job was changed to be manual in order to not waste the capacity of runners. Let's remove this job as it is easier to run this locally if needed.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml25
1 files changed, 0 insertions, 25 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index d2c5af40..107576f6 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -8,31 +8,6 @@ fedora:
- GIO_USE_VOLUME_MONITOR=unix gnome-desktop-testing-runner gvfs
allow_failure: true
-.gnome-build-meta-template: &gnome-build-meta
- variables:
- DOCKER_IMAGE_ID: '80f4a16af18b8641874fe037710dcaad4710ff50'
- DOCKER_REGISTRY: "registry.gitlab.com/freedesktop-sdk/infrastructure/freedesktop-sdk-docker-images"
- DOCKER_AMD64: "${DOCKER_REGISTRY}/bst14/amd64:${DOCKER_IMAGE_ID}"
- image: "${DOCKER_AMD64}"
- tags:
- - privileged
- before_script:
- - git clone --depth 1 https://gitlab.gnome.org/GNOME/gnome-build-meta.git
- script:
- - cd gnome-build-meta
- - bst build --track-all sdk/gvfs.bst
- - bst workspace open --no-checkout sdk/gvfs.bst ..
- - bst --no-interactive build sdk/gvfs.bst
-
-gnome-build-meta-tags:
- <<: *gnome-build-meta
- only: [tags]
-
-gnome-build-meta-manual:
- <<: *gnome-build-meta
- when: manual
- except: [tags]
-
update-image:
variables:
DOCKER_TLS_CERTDIR: ""