From c5eb8342b278d0a0268547c1e3a4f8c942321278 Mon Sep 17 00:00:00 2001 From: Brendan Abolivier Date: Mon, 7 Oct 2019 15:34:35 +0100 Subject: Try adding workers to CircleCI instead --- .circleci/config.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 341395765d..ba316f7233 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -13,12 +13,30 @@ jobs: destination: logs - store_test_results: path: /logs + sytestpy2postgresworkersmerged: + docker: + - image: matrixdotorg/sytest-synapse:dinsic + working_directory: /src + steps: + - checkout + - run: bash .circleci/merge_base_branch.sh + - run: POSTGRES=1 WORKERS=1 /synapse_sytest.sh + - store_artifacts: + path: /logs + destination: logs + - store_test_results: + path: /logs + workflows: version: 2 build: jobs: - sytestpy2postgresmerged: + filters: + branches: + ignore: /develop|master|release-.*/ + - sytestpy2postgresworkersmerged: filters: branches: ignore: /develop|master|release-.*/ \ No newline at end of file -- cgit 1.5.1