Skip to content

Commit

Permalink
Ensure federation jobs have valid timeouts
Browse files Browse the repository at this point in the history
  • Loading branch information
fejta committed Jun 1, 2017
1 parent 6da69a6 commit 838b72b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions jenkins/bootstrap_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -1859,6 +1859,7 @@ def testValidTimeout(self):
'kubernetes-e2e-',
'kubernetes-kubemark-',
'kubernetes-soak-',
'kubernetes-federation-e2e-',
'kops-e2e-',
]

Expand Down
2 changes: 1 addition & 1 deletion prow/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ presubmits:
- --git-cache=/root/.cache/git
- --clean
- --json
- --timeout=90
- --timeout=110
env:
- name: GOOGLE_APPLICATION_CREDENTIALS
value: /etc/service-account/service-account.json
Expand Down

0 comments on commit 838b72b

Please sign in to comment.