Skip to content

Commit

Permalink
Do not test arm64docker, test machine unavailable
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkEWaite committed Apr 20, 2023
1 parent 223fc78 commit 85caf58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ properties([
])

// Define processors
def Processors = [ "arm64docker", "s390xdocker", "docker" ] // "ppc64ledocker", excluded because test machine cannot download the jenkins package
def Processors = [ "s390xdocker", "docker" ] // "arm64docker", "ppc64ledocker", excluded because test machine cannot download the jenkins package

// Generate a parallel step for each label in labels
def generateParallelSteps(labels) {
Expand Down

0 comments on commit 85caf58

Please sign in to comment.