Skip to content

Commit 44703c2

Browse files
author
Robin Offel
committed
DEVOPS-2151: ignore macs as workflowtest configurations for parameters
DEVOPS-2151 (Run workflow tests on macOS on ARM instances by default)
1 parent 676512f commit 44703c2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Jenkinsfile

+3-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@ properties([
88
upstream("knime-python-legacy/${env.BRANCH_NAME.replaceAll('/', '%2F')}" +
99
", knime-distance/${env.BRANCH_NAME.replaceAll('/', '%2F')}")
1010
]),
11-
parameters(workflowTests.getConfigurationsAsParameters()),
11+
parameters(workflowTests.getConfigurationsAsParameters([
12+
ignoreConfiguration: ['macosx-aarch']
13+
])),
1214
buildDiscarder(logRotator(numToKeepStr: '5')),
1315
disableConcurrentBuilds()
1416
])

0 commit comments

Comments
 (0)