From 4a0ea605f640cf2a4d985c0b66399baab8de070e Mon Sep 17 00:00:00 2001 From: Artem Goncharov Date: Tue, 31 Mar 2020 15:46:39 +0200 Subject: [PATCH] Add periodic functional tests Execute functional tests regularly to catch broken APIs --- .zuul.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.zuul.yaml b/.zuul.yaml index cef56795b..636de0f2d 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -9,4 +9,8 @@ jobs: - tox-py37 - tox-pep8 + - tox-docs + - tox-functional + periodic: + jobs: - tox-functional