[gvfs/wip/oholy/dav-tests] ci: Use x86_64 runners only to prevent failures
- From: Ondrej Holy <oholy src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gvfs/wip/oholy/dav-tests] ci: Use x86_64 runners only to prevent failures
- Date: Thu, 30 Jan 2020 16:53:27 +0000 (UTC)
commit ba7e8bf29d8f66088b4d88bef3216cd505ae7aa8
Author: Ondrej Holy <oholy redhat com>
Date: Thu Jan 30 17:02:28 2020 +0100
ci: Use x86_64 runners only to prevent failures
It seems that non_aws runners have blocked ports for some reasons (or at least
ports in the following 8087-8090 range), which causes failures of DAV test cases
as it is not possible to run testing server and the following error is printed:
(98) Address already in use: AH00072: make_sock: could not bind to address 127.0.0.1:8087
no listening sockets available, shutting down
Let's use runners with x86_64 tag for now to prevent the failures.
.gitlab-ci.yml | 2 ++
1 file changed, 2 insertions(+)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 4fda5bc1..019ff436 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,5 +1,7 @@
fedora:
image: registry.gitlab.gnome.org/gnome/gvfs:$TAG
+ tags:
+ - x86_64
script:
- meson -Dinstalled_tests=true -Ddevel_utils=true -Dman=true --prefix /usr --werror build
- sudo ninja -C build install
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]