Rename x86 to i386 and amd64
[lttng-ci.git] / jobs / liburcu.yaml
index 1c66178aefb60617b70c0ac3ded603d27c9d5eaf..f4fbb80827d53050eda4e5e2e62110d9b9efd21b 100644 (file)
 - job-template:
     name: liburcu_{version}_scan-build
     defaults: liburcu
-    node: 'x86-64'
+    node: 'amd64'
 
     triggers:
       - pollscm:
 - job-template:
     name: liburcu_{version}_coverity
     defaults: liburcu
-    node: 'x86-64'
+    node: 'amd64'
 
     triggers:
       - pollscm:
     jobs:
       - 'liburcu_{version}_{buildtype}':
           buildtype: build
-          arch: !!python/tuple [x86-32, x86-64]
+          arch: !!python/tuple [amd64]
           build: !!python/tuple [std, oot, dist]
           conf: !!python/tuple [std, static, tls_fallback, debug-rcu]
       - 'liburcu_{version}_{buildtype}':
           buildtype: portbuild
-          arch: !!python/tuple [armhf, arm64, powerpc, ppc64el]
+          arch: !!python/tuple [armhf, arm64, powerpc, ppc64el, i386]
           build: !!python/tuple [std]
           conf: !!python/tuple [std, static, tls_fallback, debug-rcu]
       - 'liburcu_{version}_{buildtype}':
This page took 0.029126 seconds and 4 git commands to generate.