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:
parent
f93aa42319
commit
345e65c9c2
1 changed files with 2 additions and 0 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
|
@ -127,6 +127,7 @@ pipeline {
|
|||
}
|
||||
}
|
||||
}
|
||||
/* Temporarily turn off AArch64 integration test in Jenkins for server maintainance
|
||||
stage('AArch64 worker build') {
|
||||
agent { node { label 'bionic-arm64' } }
|
||||
when {
|
||||
|
|
@ -202,6 +203,7 @@ pipeline {
|
|||
}
|
||||
}
|
||||
}
|
||||
*/
|
||||
stage('Worker build - Windows guest') {
|
||||
agent { node { label 'jammy' } }
|
||||
when {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue