Limit matrix flyweight jobs to standard nodes
authorMichael Jeanson <mjeanson@efficios.com>
Thu, 27 Aug 2015 21:53:26 +0000 (17:53 -0400)
committerMichael Jeanson <mjeanson@efficios.com>
Thu, 27 Aug 2015 21:53:26 +0000 (17:53 -0400)
jobs/babeltrace.yaml
jobs/liburcu.yaml

index 144099c6b28507245e0026bb687e0a56cc480512..18be20b3f4d50dd7560f6cd483b123f4a569c91a 100644 (file)
@@ -47,6 +47,7 @@
     defaults: babeltrace
 
     project-type: matrix
+    node: 'x86-32 || x86-64' # Applies only to matrix flyweight task
     axes:
       - axis:
          type: slave
index 06871e825c2dfb723d716265dc06a04dcd4adfd6..f22d19b44e8d5eaf97030991961c28440f53bf2b 100644 (file)
@@ -60,6 +60,7 @@
     defaults: liburcu
 
     project-type: matrix
+    node: 'x86-32 || x86-64' # Applies only to matrix flyweight task
     axes:
       - axis:
          type: slave
This page took 0.024142 seconds and 4 git commands to generate.