Docker: Update TF-M to use new docker image
This change removes a generic image and splits out TF-A and TF-M to use
a different docker images
Change-Id: I36db13cfdffe75273f992f09d7314bd089faa60e
Signed-off-by: Benjamin Copeland <ben.copeland@linaro.org>
diff --git a/src/org/trustedfirmware/Gerrit.groovy b/src/org/trustedfirmware/Gerrit.groovy
index effd3ba..fa8f2a7 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-bionic") {
+ node("docker-amd64-tf-m-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-bionic") {
+ node("docker-amd64-tf-m-bionic") {
cleanWs()
dir("tf-m-ci-scripts") {
git url: '$CI_SCRIPTS_REPO', branch: '$CI_SCRIPTS_BRANCH', credentialsId: 'GIT_SSH_KEY'