This is an automated email from the ASF dual-hosted git repository. github-bot pushed a commit to branch bschubert/add-isolated-tests in repository https://gitbox.apache.org/repos/asf/buildstream.git
commit 2745a2872ebf5df8ace68ddc389868ca1699b759 Author: Benjamin Schubert <bschuber...@bloomberg.net> AuthorDate: Mon Dec 9 11:12:41 2019 +0000 WIP:REMOVEME --- .gitlab-ci.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c50bc39..f30c675 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -378,11 +378,6 @@ overnight-isolated: - su buildstream -c "${TEST_COMMAND} --forked" - su buildstream -c "${TEST_COMMAND} --forked" - # We need to override the exclusion from the template in order to run on schedules - except: [] - only: - - schedules - ##################################################### # Post stage #