Slave: Update TF-M jobs to use Bionic over Xenial
Signed-off-by: Karl Zhang <karl.zhang@arm.com>
Change-Id: Icf49df65bc80697b5e02aef1d18e863ff5187127
diff --git a/src/org/trustedfirmware/Gerrit.groovy b/src/org/trustedfirmware/Gerrit.groovy
index 05d8398..effd3ba 100644
--- a/src/org/trustedfirmware/Gerrit.groovy
+++ b/src/org/trustedfirmware/Gerrit.groovy
@@ -8,7 +8,7 @@
package org.trustedfirmware
def verifyStatus(value, verify_name, category) {
- node("docker-amd64-xenial") {
+ node("docker-amd64-bionic") {
cleanWs()
dir("tf-m-ci-scripts") {
git url: '$CI_SCRIPTS_REPO', branch: '$CI_SCRIPTS_BRANCH', credentialsId: 'GIT_SSH_KEY'
@@ -36,7 +36,7 @@
}
def comment(comment) {
- node("docker-amd64-xenial") {
+ node("docker-amd64-bionic") {
cleanWs()
dir("tf-m-ci-scripts") {
git url: '$CI_SCRIPTS_REPO', branch: '$CI_SCRIPTS_BRANCH', credentialsId: 'GIT_SSH_KEY'