Skip to content

Commit

Permalink
[DEBUG] Test PPC64
Browse files Browse the repository at this point in the history
  • Loading branch information
mmalohlava committed Jul 13, 2018
1 parent 17c6145 commit c3ea20d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/Jenkinsfile2
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ properties([
parameters([
booleanParam(name: 'FORCE_BUILD_PPC64LE', defaultValue: false, description: '[BUILD] Trigger build of PPC64le artifacts'),
booleanParam(name: 'DISABLE_ALL_TESTS', defaultValue: false, description: '[BUILD] Disable all tests'),
booleanParam(name: 'DISABLE_PPC64LE_TESTS', defaultValue: true, description: '[BUILD] Disable PPC64LE tests'),
booleanParam(name: 'DISABLE_PPC64LE_TESTS', defaultValue: false, description: '[BUILD] Disable PPC64LE tests'),
booleanParam(name: 'DISABLE_COVERAGE', defaultValue: false, description: '[BUILD] Disable coverage'),
booleanParam(name: 'FORCE_ALL_TESTS_IN_PR', defaultValue: false, description: '[BUILD] Trigger all tests even for PR')
]),
Expand Down

0 comments on commit c3ea20d

Please sign in to comment.