Fix CI labels so we run on amd64 nodes

Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
This commit is contained in:
Nicolas De Loof 2019-10-14 12:24:55 +02:00 committed by Nicolas De loof
parent c285bee1bc
commit 1d8aa3019e
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -32,7 +32,7 @@ def buildImages = { ->
def getDockerVersions = { ->
def dockerVersions = ["17.06.2-ce"]
wrappedNode(label: "ubuntu && !zfs") {
wrappedNode(label: "ubuntu && !zfs && amd64") {
def result = sh(script: """docker run --rm \\
--entrypoint=python \\
${imageNamePy3} \\