Skip to content

Commit 1d8aa30

Browse files
committed
Fix CI labels so we run on amd64 nodes
Signed-off-by: Nicolas De Loof <[email protected]>
1 parent c285bee commit 1d8aa30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ def buildImages = { ->
3232

3333
def getDockerVersions = { ->
3434
def dockerVersions = ["17.06.2-ce"]
35-
wrappedNode(label: "ubuntu && !zfs") {
35+
wrappedNode(label: "ubuntu && !zfs && amd64") {
3636
def result = sh(script: """docker run --rm \\
3737
--entrypoint=python \\
3838
${imageNamePy3} \\

0 commit comments

Comments
 (0)