[gvfs/wip/oholy/dav-tests] ci: Try different port for DAV tests to prevent failures
- From: Ondrej Holy <oholy src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gvfs/wip/oholy/dav-tests] ci: Try different port for DAV tests to prevent failures
- Date: Thu, 30 Jan 2020 16:18:48 +0000 (UTC)
commit f7fcfc4d2a8227c55e2bacae7f22ff4a415af8e4
Author: Ondrej Holy <oholy redhat com>
Date: Thu Jan 30 17:02:28 2020 +0100
ci: Try different port for DAV tests to prevent failures
It seems that some runners use also 8089 port for some purpose, which causes
test suite failures. Let's try 8090 port instead.
.gitlab-ci.yml | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 4fda5bc1..e631aa76 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,9 +1,11 @@
fedora:
image: registry.gitlab.gnome.org/gnome/gvfs:$TAG
+ tags:
+ - non_aws
script:
- meson -Dinstalled_tests=true -Ddevel_utils=true -Dman=true --prefix /usr --werror build
- sudo ninja -C build install
- - GIO_USE_VOLUME_MONITOR=unix GVFS_TEST_HTTP_PORT=8089 gnome-desktop-testing-runner gvfs
+ - GIO_USE_VOLUME_MONITOR=unix GVFS_TEST_HTTP_PORT=8090 gnome-desktop-testing-runner gvfs
.gnome-build-meta-template: &gnome-build-meta
variables:
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]