Skip to content

Commit

Permalink
Merge pull request #53332 from s0undt3ch/hotfix/full-test-run-2019.2.1
Browse files Browse the repository at this point in the history
Non optional full test runs for 2019.2.1
  • Loading branch information
dwoz committed Jun 10, 2019
2 parents d0810d7 + 2372733 commit fe18c40
Show file tree
Hide file tree
Showing 13 changed files with 13 additions and 52 deletions.
5 changes: 1 addition & 4 deletions .ci/kitchen-centos6-py2
Expand Up @@ -11,9 +11,6 @@ properties([
[
$class: 'RebuildSettings', autoRebuild: false, rebuildDisabled: false
],
parameters([
booleanParam(defaultValue: true, description: 'Run full test suite', name: 'runFull')
])
])
timeout(time: global_timeout, unit: 'HOURS') {
node('kitchen-slave') {
Expand All @@ -33,7 +30,7 @@ timeout(time: global_timeout, unit: 'HOURS') {
'TEST_SUITE=py2',
'TEST_PLATFORM=centos-6',
'PY_COLORS=1',
"FORCE_FULL=${params.runFull}",
'FORCE_FULL=true',
]) {
// Set the GH status even before cloning the repo
stage('github-pending') {
Expand Down
5 changes: 1 addition & 4 deletions .ci/kitchen-centos7-py2
Expand Up @@ -11,9 +11,6 @@ properties([
[
$class: 'RebuildSettings', autoRebuild: false, rebuildDisabled: false
],
parameters([
booleanParam(defaultValue: true, description: 'Run full test suite', name: 'runFull')
])
])
timeout(time: global_timeout, unit: 'HOURS') {
node('kitchen-slave') {
Expand All @@ -33,7 +30,7 @@ timeout(time: global_timeout, unit: 'HOURS') {
'TEST_SUITE=py2',
'TEST_PLATFORM=centos-7',
'PY_COLORS=1',
"FORCE_FULL=${params.runFull}",
'FORCE_FULL=true',
]) {
// Set the GH status even before cloning the repo
stage('github-pending') {
Expand Down
5 changes: 1 addition & 4 deletions .ci/kitchen-centos7-py3
Expand Up @@ -11,9 +11,6 @@ properties([
[
$class: 'RebuildSettings', autoRebuild: false, rebuildDisabled: false
],
parameters([
booleanParam(defaultValue: true, description: 'Run full test suite', name: 'runFull')
])
])
timeout(time: global_timeout, unit: 'HOURS') {
node('kitchen-slave') {
Expand All @@ -33,7 +30,7 @@ timeout(time: global_timeout, unit: 'HOURS') {
'TEST_SUITE=py3',
'TEST_PLATFORM=centos-7',
'PY_COLORS=1',
"FORCE_FULL=${params.runFull}",
'FORCE_FULL=true',
]) {
// Set the GH status even before cloning the repo
stage('github-pending') {
Expand Down
5 changes: 1 addition & 4 deletions .ci/kitchen-debian8-py2
Expand Up @@ -11,9 +11,6 @@ properties([
[
$class: 'RebuildSettings', autoRebuild: false, rebuildDisabled: false
],
parameters([
booleanParam(defaultValue: true, description: 'Run full test suite', name: 'runFull')
])
])
timeout(time: global_timeout, unit: 'HOURS') {
node('kitchen-slave') {
Expand All @@ -33,7 +30,7 @@ timeout(time: global_timeout, unit: 'HOURS') {
'TEST_SUITE=py2',
'TEST_PLATFORM=debian-8',
'PY_COLORS=1',
"FORCE_FULL=${params.runFull}",
'FORCE_FULL=true',
]) {
// Set the GH status even before cloning the repo
stage('github-pending') {
Expand Down
5 changes: 1 addition & 4 deletions .ci/kitchen-debian8-py3
Expand Up @@ -11,9 +11,6 @@ properties([
[
$class: 'RebuildSettings', autoRebuild: false, rebuildDisabled: false
],
parameters([
booleanParam(defaultValue: true, description: 'Run full test suite', name: 'runFull')
])
])
timeout(time: global_timeout, unit: 'HOURS') {
node('kitchen-slave') {
Expand All @@ -33,7 +30,7 @@ timeout(time: global_timeout, unit: 'HOURS') {
'TEST_SUITE=py3',
'TEST_PLATFORM=debian-8',
'PY_COLORS=1',
"FORCE_FULL=${params.runFull}",
'FORCE_FULL=true',
]) {
// Set the GH status even before cloning the repo
stage('github-pending') {
Expand Down
5 changes: 1 addition & 4 deletions .ci/kitchen-debian9-py2
Expand Up @@ -11,9 +11,6 @@ properties([
[
$class: 'RebuildSettings', autoRebuild: false, rebuildDisabled: false
],
parameters([
booleanParam(defaultValue: true, description: 'Run full test suite', name: 'runFull')
])
])
timeout(time: global_timeout, unit: 'HOURS') {
node('kitchen-slave') {
Expand All @@ -33,7 +30,7 @@ timeout(time: global_timeout, unit: 'HOURS') {
'TEST_SUITE=py2',
'TEST_PLATFORM=debian-9',
'PY_COLORS=1',
"FORCE_FULL=${params.runFull}",
'FORCE_FULL=true',
]) {
// Set the GH status even before cloning the repo
stage('github-pending') {
Expand Down
5 changes: 1 addition & 4 deletions .ci/kitchen-debian9-py3
Expand Up @@ -11,9 +11,6 @@ properties([
[
$class: 'RebuildSettings', autoRebuild: false, rebuildDisabled: false
],
parameters([
booleanParam(defaultValue: true, description: 'Run full test suite', name: 'runFull')
])
])
timeout(time: global_timeout, unit: 'HOURS') {
node('kitchen-slave') {
Expand All @@ -33,7 +30,7 @@ timeout(time: global_timeout, unit: 'HOURS') {
'TEST_SUITE=py3',
'TEST_PLATFORM=debian-9',
'PY_COLORS=1',
"FORCE_FULL=${params.runFull}",
'FORCE_FULL=true',
]) {
// Set the GH status even before cloning the repo
stage('github-pending') {
Expand Down
5 changes: 1 addition & 4 deletions .ci/kitchen-ubuntu1604-py2
Expand Up @@ -11,9 +11,6 @@ properties([
[
$class: 'RebuildSettings', autoRebuild: false, rebuildDisabled: false
],
parameters([
booleanParam(defaultValue: true, description: 'Run full test suite', name: 'runFull')
])
])
timeout(time: global_timeout, unit: 'HOURS') {
node('kitchen-slave') {
Expand All @@ -33,7 +30,7 @@ timeout(time: global_timeout, unit: 'HOURS') {
'TEST_SUITE=py2',
'TEST_PLATFORM=ubuntu-1604',
'PY_COLORS=1',
"FORCE_FULL=${params.runFull}",
'FORCE_FULL=true',
]) {
// Set the GH status even before cloning the repo
stage('github-pending') {
Expand Down
5 changes: 1 addition & 4 deletions .ci/kitchen-ubuntu1604-py3
Expand Up @@ -11,9 +11,6 @@ properties([
[
$class: 'RebuildSettings', autoRebuild: false, rebuildDisabled: false
],
parameters([
booleanParam(defaultValue: true, description: 'Run full test suite', name: 'runFull')
])
])
timeout(time: global_timeout, unit: 'HOURS') {
node('kitchen-slave') {
Expand All @@ -33,7 +30,7 @@ timeout(time: global_timeout, unit: 'HOURS') {
'TEST_SUITE=py3',
'TEST_PLATFORM=ubuntu-1604',
'PY_COLORS=1',
"FORCE_FULL=${params.runFull}",
'FORCE_FULL=true',
]) {
// Set the GH status even before cloning the repo
stage('github-pending') {
Expand Down
5 changes: 1 addition & 4 deletions .ci/kitchen-ubuntu1804-py2
Expand Up @@ -11,9 +11,6 @@ properties([
[
$class: 'RebuildSettings', autoRebuild: false, rebuildDisabled: false
],
parameters([
booleanParam(defaultValue: true, description: 'Run full test suite', name: 'runFull')
])
])
timeout(time: global_timeout, unit: 'HOURS') {
node('kitchen-slave') {
Expand All @@ -33,7 +30,7 @@ timeout(time: global_timeout, unit: 'HOURS') {
'TEST_SUITE=py2',
'TEST_PLATFORM=ubuntu-1804',
'PY_COLORS=1',
"FORCE_FULL=${params.runFull}",
'FORCE_FULL=true',
]) {
// Set the GH status even before cloning the repo
stage('github-pending') {
Expand Down
5 changes: 1 addition & 4 deletions .ci/kitchen-ubuntu1804-py3
Expand Up @@ -11,9 +11,6 @@ properties([
[
$class: 'RebuildSettings', autoRebuild: false, rebuildDisabled: false
],
parameters([
booleanParam(defaultValue: true, description: 'Run full test suite', name: 'runFull')
])
])
timeout(time: global_timeout, unit: 'HOURS') {
node('kitchen-slave') {
Expand All @@ -33,7 +30,7 @@ timeout(time: global_timeout, unit: 'HOURS') {
'TEST_SUITE=py3',
'TEST_PLATFORM=ubuntu-1804',
'PY_COLORS=1',
"FORCE_FULL=${params.runFull}",
'FORCE_FULL=true',
]) {
// Set the GH status even before cloning the repo
stage('github-pending') {
Expand Down
5 changes: 1 addition & 4 deletions .ci/kitchen-windows2016-py2
Expand Up @@ -11,9 +11,6 @@ properties([
[
$class: 'RebuildSettings', autoRebuild: false, rebuildDisabled: false
],
parameters([
booleanParam(defaultValue: true, description: 'Run full test suite', name: 'runFull')
])
])
timeout(time: global_timeout, unit: 'HOURS') {
node('kitchen-slave') {
Expand All @@ -32,7 +29,7 @@ timeout(time: global_timeout, unit: 'HOURS') {
'TEST_SUITE=py2',
'TEST_PLATFORM=windows-2016',
'PY_COLORS=1',
"FORCE_FULL=${params.runFull}",
'FORCE_FULL=true',
]) {
// Set the GH status even before cloning the repo
stage('github-pending') {
Expand Down
5 changes: 1 addition & 4 deletions .ci/kitchen-windows2016-py3
Expand Up @@ -11,9 +11,6 @@ properties([
[
$class: 'RebuildSettings', autoRebuild: false, rebuildDisabled: false
],
parameters([
booleanParam(defaultValue: true, description: 'Run full test suite', name: 'runFull')
])
])
timeout(time: global_timeout, unit: 'HOURS') {
node('kitchen-slave') {
Expand All @@ -32,7 +29,7 @@ timeout(time: global_timeout, unit: 'HOURS') {
'TEST_SUITE=py3',
'TEST_PLATFORM=windows-2016',
'PY_COLORS=1',
"FORCE_FULL=${params.runFull}",
'FORCE_FULL=true',
]) {
// Set the GH status even before cloning the repo
stage('github-pending') {
Expand Down

0 comments on commit fe18c40

Please sign in to comment.