[tracker/sam/slow-tests] WIP: delete Ubuntu and Alpine
- From: Sam Thursfield <sthursfield src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [tracker/sam/slow-tests] WIP: delete Ubuntu and Alpine
- Date: Tue, 28 Jan 2020 00:57:08 +0000 (UTC)
commit a8efbb1637860d53a1b786076a8e4aa3746a04ef
Author: Sam Thursfield <sam afuera me uk>
Date: Tue Jan 28 01:56:00 2020 +0100
WIP: delete Ubuntu and Alpine
Ubuntu fails to package Valgrind somehow, and alpine suffers
a test failure under valgrind due to a float rounding issue.
.gitlab-ci.yml | 17 -----------------
1 file changed, 17 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index b8345e2fc..cbd255b03 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -58,20 +58,3 @@ test-fedora-latest:
before_script:
- dnf install -y valgrind
<<: *test
-
-test-ubuntu-rolling:
- image: registry.gitlab.gnome.org/gnome/tracker-oci-images/amd64/ubuntu:rolling
- before_script:
- - apt-get install -y valgrind
- <<: *test
-
-test-alpine-rolling:
- image: alpine:edge
- before_script:
- - echo 'https://alpine.global.ssl.fastly.net/alpine/edge/community/' >> /etc/apk/repositories
- - apk add -U bash-completion dbus-dev glib-dev gobject-introspection-dev icu-dev json-glib-dev
libsoup-dev libxml2-dev meson py3-setuptools sqlite-dev networkmanager-dev vala alpine-sdk py3-gobject3
- - addgroup -S tracker
- - adduser -D -G tracker -g tracker tracker
- - apk add valgrind
- <<: *test
-
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]