forked from kubernetes/test-infra
-
Notifications
You must be signed in to change notification settings - Fork 0
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
WIP: APISnoop Spyglass Lens #1
Open
hh
wants to merge
8
commits into
master
Choose a base branch
from
apisnoop
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
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
I'm having a bit of trouble getting a our plugin to load:
Config updated here: 64df654#diff-406185368ba7839d1459d3d51424f104R39 deck:
spyglass:
size_limit: 500000000 # 500MB
gcs_browser_prefix: https://gcsweb.k8s.io/gcs/
testgrid_config: gs://k8s-testgrid/config
testgrid_root: https://testgrid.k8s.io/
viewers:
"started.json|finished.json":
- "metadata"
"build-log.txt":
- "buildlog"
"artifacts/junit.*\\.xml":
- "junit"
"apisnoop.json":
- "apisnoop" |
It's just a simple copy of metadata, but now we can explore loading directly directly from prow jobs. @devaii @zachmandeville @heyste |
hh
pushed a commit
that referenced
this pull request
Apr 17, 2019
* Adding instruction to give user pod access. * Add instruction to give user cluster-pod-admin access * make --verb=* instead of specifying one by one.
Thanks for the pointer @Katharine Co-Authored-By: katharine@kathar.in
hh
pushed a commit
that referenced
this pull request
Feb 7, 2020
hh
pushed a commit
that referenced
this pull request
Feb 7, 2020
Kops - Make periodic e2e more stable #1
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This is an attempt at developing an APISnoop plugin to display coverage data within prow.k8s.io.
It's not yet ready for a full PR review against kubernetes/test-infra.