Skip to content

Commit

Permalink
Merge pull request #53610 from s0undt3ch/hotfix/fix-nox-bypass-2019.2
Browse files Browse the repository at this point in the history
CI Pipelines. Timeout after getting a node.
  • Loading branch information
s0undt3ch authored Jun 27, 2019
2 parents 6229d7f + 0792fa4 commit 797c69e
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 16 deletions.
4 changes: 2 additions & 2 deletions .ci/docs
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ properties([

def shell_header

timeout(time: global_timeout, unit: 'HOURS') {
node('docs') {
node('docs') {
timeout(time: global_timeout, unit: 'HOURS') {
ansiColor('xterm') {
timestamps {
try {
Expand Down
4 changes: 2 additions & 2 deletions .ci/kitchen-centos7-py2
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ properties([
])
])

timeout(time: global_timeout, unit: 'HOURS') {
node('kitchen-slave') {
node('kitchen-slave') {
timeout(time: global_timeout, unit: 'HOURS') {
withCredentials([[$class: 'AmazonWebServicesCredentialsBinding',
accessKeyVariable: 'AWS_ACCESS_KEY_ID',
credentialsId: 'AWS_ACCESS_KEY_ID',
Expand Down
4 changes: 2 additions & 2 deletions .ci/kitchen-centos7-py3
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ properties([
])
])

timeout(time: global_timeout, unit: 'HOURS') {
node('kitchen-slave') {
node('kitchen-slave') {
timeout(time: global_timeout, unit: 'HOURS') {
withCredentials([[$class: 'AmazonWebServicesCredentialsBinding',
accessKeyVariable: 'AWS_ACCESS_KEY_ID',
credentialsId: 'AWS_ACCESS_KEY_ID',
Expand Down
4 changes: 2 additions & 2 deletions .ci/kitchen-ubuntu1604-py2
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ properties([
])
])

timeout(time: global_timeout, unit: 'HOURS') {
node('kitchen-slave') {
node('kitchen-slave') {
timeout(time: global_timeout, unit: 'HOURS') {
withCredentials([[$class: 'AmazonWebServicesCredentialsBinding',
accessKeyVariable: 'AWS_ACCESS_KEY_ID',
credentialsId: 'AWS_ACCESS_KEY_ID',
Expand Down
4 changes: 2 additions & 2 deletions .ci/kitchen-ubuntu1604-py3
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ properties([
])
])

timeout(time: global_timeout, unit: 'HOURS') {
node('kitchen-slave') {
node('kitchen-slave') {
timeout(time: global_timeout, unit: 'HOURS') {
withCredentials([[$class: 'AmazonWebServicesCredentialsBinding',
accessKeyVariable: 'AWS_ACCESS_KEY_ID',
credentialsId: 'AWS_ACCESS_KEY_ID',
Expand Down
4 changes: 2 additions & 2 deletions .ci/kitchen-windows2016-py2
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ properties([
])
])

timeout(time: global_timeout, unit: 'HOURS') {
node('kitchen-slave') {
node('kitchen-slave') {
timeout(time: global_timeout, unit: 'HOURS') {
withCredentials([[$class: 'AmazonWebServicesCredentialsBinding',
accessKeyVariable: 'AWS_ACCESS_KEY_ID',
credentialsId: 'AWS_ACCESS_KEY_ID',
Expand Down
4 changes: 2 additions & 2 deletions .ci/kitchen-windows2016-py3
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ properties([
])
])

timeout(time: global_timeout, unit: 'HOURS') {
node('kitchen-slave') {
node('kitchen-slave') {
timeout(time: global_timeout, unit: 'HOURS') {
withCredentials([[$class: 'AmazonWebServicesCredentialsBinding',
accessKeyVariable: 'AWS_ACCESS_KEY_ID',
credentialsId: 'AWS_ACCESS_KEY_ID',
Expand Down
4 changes: 2 additions & 2 deletions .ci/lint
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ properties([

def shell_header

timeout(time: global_timeout, unit: 'HOURS') {
node('lint') {
node('lint') {
timeout(time: global_timeout, unit: 'HOURS') {
ansiColor('xterm') {
timestamps {
try {
Expand Down

0 comments on commit 797c69e

Please sign in to comment.