[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:40:48 +0000 (UTC)
commit aa94791024925d76ea5804e8cf4f9b04c3467153
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 8088, 8089, 8090 port for some other
purpose, which causes test suite failures. Let's try 8087 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..06e15e57 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=8087 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]