This repository has been archived by the owner on Sep 5, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 159
Enforce timeouts outside of resyncs #563
Merged
knative-prow-robot
merged 7 commits into
knative:master
from
tzununbekov:enforce-timeout
Feb 19, 2019
Merged
Enforce timeouts outside of resyncs #563
knative-prow-robot
merged 7 commits into
knative:master
from
tzununbekov:enforce-timeout
Feb 19, 2019
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/ok-to-test |
The following is the coverage report on pkg/.
|
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ImJasonH, tzununbekov The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
vdemeester
pushed a commit
to vdemeester/knative-build
that referenced
this pull request
Apr 3, 2019
* Use podName from build Status to create new pod * Error on empty pod name. Remove pod name if validation fails * Added timeout handler goroutines and build status locks * Timeout value in build status message * Resync period set to 10 hours. Fix build tests * Sync lock on channel and status read/write. Test update
vdemeester
pushed a commit
to vdemeester/knative-build
that referenced
this pull request
Apr 3, 2019
* Use podName from build Status to create new pod * Error on empty pod name. Remove pod name if validation fails * Added timeout handler goroutines and build status locks * Timeout value in build status message * Resync period set to 10 hours. Fix build tests * Sync lock on channel and status read/write. Test update
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Related to tektoncd/pipeline#456
Unblocks #543
Probably should be merged after #562
Proposed Changes
Timeout checks removed from resync:
Release Note