build-config.jpl: Remove useless nodeLabel selection
Signed-off-by: Xinyu Zhang <xinyu.zhang@arm.com>
Change-Id: I02eaf51fae62a5293ddad569e585d84734e4203a
diff --git a/jenkins/build-config.jpl b/jenkins/build-config.jpl
index 3a1618e..672d20e 100644
--- a/jenkins/build-config.jpl
+++ b/jenkins/build-config.jpl
@@ -10,9 +10,6 @@
import org.trustedfirmware.Gerrit
def nodeLabel = "docker-amd64-tf-m-bionic"
-if (env.COMPILER == "ARMCLANG") {
- nodeLabel = "docker-amd64-tf-m-bionic"
-}
@NonCPS
def getUpstreamJob() {