mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
Jenkins: Temporarily turn off AArch64 CI
Temporarily turn off AArch64 integration test in Jenkins for server maintenance. Signed-off-by: Michael Zhao <michael.zhao@arm.com>
This commit is contained in:
committed by
Rob Bradford
parent
f93aa42319
commit
345e65c9c2
Vendored
+2
@@ -127,6 +127,7 @@ pipeline {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
/* Temporarily turn off AArch64 integration test in Jenkins for server maintainance
|
||||||
stage('AArch64 worker build') {
|
stage('AArch64 worker build') {
|
||||||
agent { node { label 'bionic-arm64' } }
|
agent { node { label 'bionic-arm64' } }
|
||||||
when {
|
when {
|
||||||
@@ -202,6 +203,7 @@ pipeline {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
stage('Worker build - Windows guest') {
|
stage('Worker build - Windows guest') {
|
||||||
agent { node { label 'jammy' } }
|
agent { node { label 'jammy' } }
|
||||||
when {
|
when {
|
||||||
|
|||||||
Reference in New Issue
Block a user