-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Prow presubmit job to build mlkube.io container. #4951
Merged
Merged
Changes from all commits
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
cf8ce96
Prow presubmit job to build mlkube.io container.
jlewi 01d41a2
Fix starter.yaml
jlewi 49da9b2
* mlkube image moved to mlkube.io repo.
jlewi 6c44b46
Merge branch 'master' into mlkube_prow
jlewi 39f7008
Restore the mlkube periodic job.
jlewi d212e7b
Sort the configs.
jlewi d8ba6c9
Add a context to the presubmit job.
jlewi b0d10e5
Fix the //prow/config:go_default_test
jlewi 6a4bcec
Sort the configs.
jlewi 7899047
Fix the test.
jlewi 98dfc26
* We don't need jobs/config.json entries; this is legacy Jenkins stuff.
jlewi 8563b0c
Add a test-grid entry.
jlewi 4309c6d
* Don't mount the docker socket or run in privileged mode.
jlewi 7507edb
* Try to fix failure
jlewi 988f657
Revert "* Try to fix failure"
jlewi 5d6a304
Include presubmits from jlewi/mlkube.io
jlewi 0090983
gofmt.
jlewi 80da1c6
Merge branch 'master' into mlkube_prow
jlewi 23987bf
gofmt.
jlewi 9a5f92c
Make the periodic job added by @foxish consistent with the pre/post s…
jlewi 9e76d5f
Address code review comments.
jlewi 6603279
* Remove reference to socket.
jlewi 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
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
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.
hummm, I feel like our bot might not have access to your repo, you might want to configure somewhere around https://github.com/kubernetes/test-infra/blob/master/prow/plugins.yaml#L5-L11
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.
also https://github.com/kubernetes/test-infra/blob/master/prow/plugins.yaml#L37-L38
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.
Thanks. I also think I need to configure webhooks on my repo but I'll do that after this PR is done.