From f29ccae140adf508e3dbaa440f370ffcb7ecbd1b Mon Sep 17 00:00:00 2001 From: Jonathan Rajotte Date: Wed, 5 Jun 2019 10:21:24 -0400 Subject: [PATCH] gerrit: Babeltrace: build only bindings for non-amd64 build Since the python-bindings configuration is a superset of the std configuration only build the python-bindings for non-amd64 platform. The reasoning here is that it take much more time on other platform to build and test than on amd64. Removing the std conf for non-amd64 remove 1 jobs per machine type (from 2). Signed-off-by: Jonathan Rajotte --- jobs/babeltrace.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jobs/babeltrace.yaml b/jobs/babeltrace.yaml index c2d0b1e..650ee2d 100644 --- a/jobs/babeltrace.yaml +++ b/jobs/babeltrace.yaml @@ -318,7 +318,7 @@ node: 'master' # Applies only to matrix flyweight task execution-strategy: combination-filter: | - (build=="std") || (arch=="amd64") + (build=="std" && conf=="python-bindings") || (arch=="amd64") axes: - axis: type: slave -- 2.34.1