From a826f41444e13a3dce8924bce2b07cf3a187457a Mon Sep 17 00:00:00 2001 From: Matej Ferencevic Date: Mon, 26 Feb 2018 18:29:02 +0100 Subject: [PATCH] Temporarily disable parallel macro benchmarks Reviewers: buda Reviewed By: buda Subscribers: pullbot Differential Revision: https://phabricator.memgraph.io/D1248 --- tests/macro_benchmark/apollo_runs.yaml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/tests/macro_benchmark/apollo_runs.yaml b/tests/macro_benchmark/apollo_runs.yaml index 0d7c230cf..0e75060c2 100644 --- a/tests/macro_benchmark/apollo_runs.yaml +++ b/tests/macro_benchmark/apollo_runs.yaml @@ -14,6 +14,7 @@ - \./memgraph/tests/macro_benchmark/\.harness_summary - name: macro_benchmark__query_parallel_suite + project: ^mg-master-release-daily$ # regex to match only 'mg-master-release-daily' supervisor: ./harness arguments: &QUERY_PARALLEL_SUITE_ARGS > QueryParallelSuite MemgraphRunner @@ -37,7 +38,7 @@ link_to_run: macro_benchmark__query_suite - name: macro_benchmark_parent__query_parallel_suite - project: ^mg-master-diff$ # regex to match only 'mg-master-diff' + project: ^NEVER$ # regex that currently doesn't match any project cd: ../../../parent/tests/macro_benchmark # all files are relative to the parent build supervisor: ./harness arguments: *QUERY_PARALLEL_SUITE_ARGS @@ -52,9 +53,11 @@ cd: ../../.. commands: > ./memgraph/tools/apollo/macro_benchmark_summary - --current macro_benchmark__query_suite/memgraph/tests/macro_benchmark/.harness_summary macro_benchmark__query_parallel_suite/memgraph/tests/macro_benchmark/.harness_summary - --previous macro_benchmark_parent__query_suite/parent/tests/macro_benchmark/.harness_summary macro_benchmark_parent__query_parallel_suite/parent/tests/macro_benchmark/.harness_summary + --current macro_benchmark__query_suite/memgraph/tests/macro_benchmark/.harness_summary + --previous macro_benchmark_parent__query_suite/parent/tests/macro_benchmark/.harness_summary --output .harness_summary + # --current macro_benchmark__query_suite/memgraph/tests/macro_benchmark/.harness_summary macro_benchmark__query_parallel_suite/memgraph/tests/macro_benchmark/.harness_summary + # --previous macro_benchmark_parent__query_suite/parent/tests/macro_benchmark/.harness_summary macro_benchmark_parent__query_parallel_suite/parent/tests/macro_benchmark/.harness_summary infiles: - memgraph/tools/apollo/macro_benchmark_summary outfile_paths: