Run matrix parent jobs on master node
authorMichael Jeanson <mjeanson@efficios.com>
Thu, 10 Sep 2015 18:21:35 +0000 (14:21 -0400)
committerMichael Jeanson <mjeanson@efficios.com>
Thu, 10 Sep 2015 18:21:35 +0000 (14:21 -0400)
jobs/babeltrace.yaml
jobs/kernel.yaml
jobs/liburcu.yaml
jobs/lttng-modules.yaml
jobs/lttng-tools.yaml
jobs/lttng-ust.yaml

index 509cd1dbf3c89a48eec79f442ae34a85cc61f251..75ea54f05da8c6ebcf8253f0abc920b22a33256c 100644 (file)
@@ -49,7 +49,7 @@
     defaults: babeltrace
 
     project-type: matrix
-    node: 'x86-32 || x86-64' # Applies only to matrix flyweight task
+    node: 'master' # Applies only to matrix flyweight task
     axes:
       - axis:
          type: slave
index 0b59663c730b0a13792fb330a2eba246d96ce007..0a1cfd7e272956f2131aa795f23b2871f256c64b 100644 (file)
@@ -45,7 +45,7 @@
     defaults: kernel
 
     project-type: matrix
-    node: 'x86-32 || x86-64' # Applies only to matrix flyweight task
+    node: 'master' # Applies only to matrix flyweight task
     axes:
       - axis:
          type: slave
index 79493a7ff799eab3ce00bcdc2af48cb33410adf7..f264f63a31a4411d7ae5b097f7984a781a5b8365 100644 (file)
@@ -62,7 +62,7 @@
     defaults: liburcu
 
     project-type: matrix
-    node: 'x86-32 || x86-64' # Applies only to matrix flyweight task
+    node: 'master' # Applies only to matrix flyweight task
     axes:
       - axis:
          type: slave
index ac30cf09565d18e35c7b4d9a8b0fa2342100739d..7c5fb39515b5898d381e2b95196f1333a1c63ff4 100644 (file)
@@ -53,7 +53,7 @@
     defaults: lttng-modules
 
     project-type: matrix
-    node: 'x86-32 || x86-64' # Applies only to matrix flyweight task
+    node: 'master' # Applies only to matrix flyweight task
     axes:
       - axis:
          type: slave
index e1c4a2b73398946dd0320217626cae28c8d33eac..ca1e383636825cc301352deb52f830974164e09e 100644 (file)
@@ -44,7 +44,7 @@
     defaults: lttng-tools
 
     project-type: matrix
-    node: 'x86-32 || x86-64' # Applies only to matrix flyweight task
+    node: 'master' # Applies only to matrix flyweight task
     execution-strategy:
       combination-filter: |
         (build=="std") || (liburcu_version=="master")
index cda7068312a2704bae79d4f3a374ba1b43aab164..25dc66e8fa6b381598631462d7888b479dbce4c9 100644 (file)
@@ -44,7 +44,7 @@
     defaults: lttng-ust
 
     project-type: matrix
-    node: 'x86-32 || x86-64' # Applies only to matrix flyweight task
+    node: 'master' # Applies only to matrix flyweight task
     execution-strategy:
       combination-filter: |
         (build=="std") || (liburcu_version=="master")
This page took 0.025084 seconds and 4 git commands to generate.