mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2024-11-05 11:31:14 +00:00
Revert "Jenkins: Temporarily turn off AArch64 CI"
This reverts commit 345e65c9c2
.
The AArch64 server maintenance is done. Now we can enable the CI again.
Signed-off-by: Michael Zhao <michael.zhao@arm.com>
This commit is contained in:
parent
57cd12fabc
commit
f52cd3bb85
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -127,7 +127,6 @@ 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 {
|
||||||
@ -203,7 +202,6 @@ pipeline {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
*/
|
|
||||||
stage('Worker build - Windows guest') {
|
stage('Worker build - Windows guest') {
|
||||||
agent { node { label 'jammy' } }
|
agent { node { label 'jammy' } }
|
||||||
when {
|
when {
|
||||||
|
Loading…
Reference in New Issue
Block a user