-
Notifications
You must be signed in to change notification settings - Fork 121
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use healthcheck cron job to determine cluster readiness #743
Merged
openshift-merge-robot
merged 16 commits into
openshift:main
from
whereswaldon:SDCICD-577
Mar 30, 2021
Merged
Changes from 4 commits
Commits
Show all changes
16 commits
Select commit
Hold shift + click to select a range
26f7164
feat: provide a healthcheck that replies on cron job
whereswaldon fd7fb75
wip: attempt to watch healthcheck job to determine cluster readiness
whereswaldon f8f10e6
feat: fix watch usage and pass proper client
whereswaldon 420e4f1
feat: log when health check passes
whereswaldon cd7b67e
fix: ensure we cancel context to avoid leak
whereswaldon c6dc076
feat: warn that skip health checks config is a no-op
whereswaldon 2c1a44c
fix: improve docs and log output as per code review
whereswaldon 1325f9e
feat: update job monitoring logic to match new expected behavior
whereswaldon 0d93eec
feat: add config knob for healthcheck timeout
whereswaldon 8fef0ba
feat: use healthcheck timeout knob in e2e suite
whereswaldon 359eae4
fix: only print usage warning when needed
whereswaldon dd9dac3
Merge branch 'main' into SDCICD-577
whereswaldon 6de4970
feat: fail beforesuite if duration parse fails
whereswaldon 7dda5b8
feat: repurpose old skip healthcheck flag to skip new ones
whereswaldon 71de624
feat: log when skipping health checks
whereswaldon e0e0143
fix: actually fail healthcheck if any part fails
whereswaldon File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Re-defaulting this will mask certain configuration and coding errors. IMHO it would be better to just blow up.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fair enough, It is done.