jjb: Add aarch64 el builds to recent branches of bbt, lttng, and urcu
authorKienan Stewart <kstewart@efficios.com>
Fri, 2 Jun 2023 18:23:52 +0000 (14:23 -0400)
committerKienan Stewart <kstewart@efficios.com>
Fri, 2 Jun 2023 18:23:52 +0000 (14:23 -0400)
Change-Id: I7973c1a54e2055cca2907b430ff0ee808b2e4e81

jobs/babeltrace.yaml
jobs/liburcu.yaml
jobs/lttng-tools.yaml
jobs/lttng-ust.yaml

index cc61e58b4def4d3f45efa74ee1ca38a18b360c6d..48fe5f2d8a3ea510e2fc27463a1b7361228a75c5 100644 (file)
           touchstone: ''
       - '{job_prefix}babeltrace_{version}_{buildtype}':
           buildtype: elbuild
-          platforms: !!python/tuple [el7-amd64, el8-amd64, el9-amd64]
+          platforms: !!python/tuple [el7-amd64, el8-amd64, el9-amd64, el7-arm64, el8-arm64, el9-arm64]
           builds: !!python/tuple [std]
           confs: !!python/tuple [std, prod]
           filter: ''
index 33f9331415dcc1b9576572018b60b60c27b6312a..2c76eeea16b794a3c9065780123615e9f33f1931 100644 (file)
           touchstone: '(build == "std")'
       - '{job_prefix}liburcu_{version}_{buildtype}':
           buildtype: elbuild
-          platforms: !!python/tuple [el7-amd64, el8-amd64, el9-amd64]
+          platforms: !!python/tuple [el7-amd64, el8-amd64, el9-amd64, el7-arm64, el8-arm64, el9-arm64]
           builds: !!python/tuple [std]
           confs: !!python/tuple [std]
           touchstone: '(build == "std")'
index 176d75f155ff4d5062bc7a72e5c3e4e7b7c66b25..78e1596b61f58c9453131b87b5a215217ae42cb7 100644 (file)
           buildtype: elbuild
           version: master
           ustversion: master
-          platforms: !!python/tuple [el7-amd64, el8-amd64, el9-amd64]
+          platforms: !!python/tuple [el7-amd64, el8-amd64, el9-amd64, el7-arm64, el8-arm64, el9-arm64]
           builds: !!python/tuple [std]
           confs: !!python/tuple [std]
           urcuversions: !!python/tuple [master]
           buildtype: elbuild
           version: stable-2.13
           ustversion: stable-2.13
-          platforms: !!python/tuple [el7-amd64, el8-amd64, el9-amd64]
+          platforms: !!python/tuple [el7-amd64, el8-amd64, el9-amd64, el7-arm64, el8-arm64, el9-arm64]
           builds: !!python/tuple [std]
           confs: !!python/tuple [std]
           urcuversions: !!python/tuple [stable-0.13]
index 4930829d77a441746f5d513e7df02f6d3ae05bfe..eee6abf95e5739fa601eb17cdde3ef4c9d87e181 100644 (file)
       - '{job_prefix}lttng-ust_{version}_{buildtype}':
           buildtype: elbuild
           version: master
-          platforms: !!python/tuple [el7-amd64, el8-amd64, el9-amd64]
+          platforms: !!python/tuple [el7-amd64, el8-amd64, el9-amd64, el7-arm64, el8-arm64, el9-arm64]
           builds: !!python/tuple [std]
           confs: !!python/tuple [std]
           liburcu_versions: !!python/tuple [stable-0.13, master]
       - '{job_prefix}lttng-ust_{version}_{buildtype}':
           buildtype: elbuild
           version: stable-2.13
-          platforms: !!python/tuple [el7-amd64, el8-amd64, el9-amd64]
+          platforms: !!python/tuple [el7-amd64, el8-amd64, el9-amd64, el7-arm64, el8-arm64, el9-arm64]
           builds: !!python/tuple [std]
           confs: !!python/tuple [std]
           liburcu_versions: !!python/tuple [stable-0.13, master]
This page took 0.026738 seconds and 4 git commands to generate.