From f52cd3bb8558c84f3eeaf90cd0a78bf3d1cb21fa Mon Sep 17 00:00:00 2001 From: Michael Zhao Date: Thu, 17 Nov 2022 08:39:27 +0800 Subject: [PATCH] Revert "Jenkins: Temporarily turn off AArch64 CI" This reverts commit 345e65c9c2cd3660b60484f668234f4a7b642ea6. The AArch64 server maintenance is done. Now we can enable the CI again. Signed-off-by: Michael Zhao --- Jenkinsfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index f8d5a4b97..2c13fe864 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -127,7 +127,6 @@ pipeline { } } } - /* Temporarily turn off AArch64 integration test in Jenkins for server maintainance stage('AArch64 worker build') { agent { node { label 'bionic-arm64' } } when { @@ -203,7 +202,6 @@ pipeline { } } } - */ stage('Worker build - Windows guest') { agent { node { label 'jammy' } } when {