]> xenbits.xensource.com Git - people/aperard/xen-unstable.git/commitdiff
automation: disable Yocto jobs
authorStefano Stabellini <stefano.stabellini@amd.com>
Sat, 10 Aug 2024 06:59:18 +0000 (23:59 -0700)
committerStefano Stabellini <stefano.stabellini@amd.com>
Mon, 12 Aug 2024 22:20:16 +0000 (15:20 -0700)
The Yocto jobs take a long time to run. We are changing Gitlab ARM64
runners and the new runners might not be able to finish the Yocto jobs
in a reasonable time.

For now, disable the Yocto jobs by turning them into "manual" trigger
(they need to be manually executed.)

Signed-off-by: Stefano Stabellini <stefano.stabellini@amd.com>
Reviewed-by: Michal Orzel <michal.orzel@amd.com>
automation/gitlab-ci/build.yaml

index 32045cef0c2f28ce3c97690ad46d6111ead20e23..c668736bdc2f1ff178a06ca3c1e7c861ecb5e7f8 100644 (file)
@@ -470,17 +470,20 @@ yocto-qemuarm64:
   extends: .yocto-test-arm64
   variables:
     YOCTO_BOARD: qemuarm64
+  when: manual
 
 yocto-qemuarm:
   extends: .yocto-test-arm64
   variables:
     YOCTO_BOARD: qemuarm
     YOCTO_OUTPUT: --copy-output
+  when: manual
 
 yocto-qemux86-64:
   extends: .yocto-test-x86-64
   variables:
     YOCTO_BOARD: qemux86-64
+  when: manual
 
 # Cppcheck analysis jobs