From 0dc6aca08567d3ff637bd65f798610b961170df5 Mon Sep 17 00:00:00 2001 From: Michael Jeanson Date: Thu, 27 Aug 2015 17:53:26 -0400 Subject: [PATCH] Limit matrix flyweight jobs to standard nodes --- jobs/babeltrace.yaml | 1 + jobs/liburcu.yaml | 1 + 2 files changed, 2 insertions(+) diff --git a/jobs/babeltrace.yaml b/jobs/babeltrace.yaml index 144099c..18be20b 100644 --- a/jobs/babeltrace.yaml +++ b/jobs/babeltrace.yaml @@ -47,6 +47,7 @@ defaults: babeltrace project-type: matrix + node: 'x86-32 || x86-64' # Applies only to matrix flyweight task axes: - axis: type: slave diff --git a/jobs/liburcu.yaml b/jobs/liburcu.yaml index 06871e8..f22d19b 100644 --- a/jobs/liburcu.yaml +++ b/jobs/liburcu.yaml @@ -60,6 +60,7 @@ defaults: liburcu project-type: matrix + node: 'x86-32 || x86-64' # Applies only to matrix flyweight task axes: - axis: type: slave -- 2.34.1