From 33040c309680f04c64e410b86bc46729c7242558 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrg=20Billeter?= Date: Wed, 8 Apr 2020 06:55:44 +0200 Subject: .gitlab-ci.yml: Don't run win32 and wsl tests in scheduled pipelines We already run these tests on master after each merge. There is no need to run them in the scheduled pipelines as well. This is in line with the Linux tests (see `.tests-template`). --- .gitlab-ci.yml | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.gitlab-ci.yml') diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 90cd9684e..8efca653c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -269,6 +269,8 @@ tests-win32-master: - tox -e win32 only: - master + except: + - schedules # Optional test to catch regressions in native windows support on non-master branches tests-win32-non-master: @@ -303,6 +305,8 @@ tests-wsl-master: - PATH=/root/.local/bin:$PATH ${TEST_COMMAND} only: - master + except: + - schedules allow_failure: true -- cgit v1.2.1