-
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
add registry e2e tests #29249
add registry e2e tests #29249
Conversation
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: BenTheElder 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 |
config/jobs/kubernetes/sig-k8s-infra/registry.k8s.io/sig-k8s-infra-registry-presubmits.yaml
Outdated
Show resolved
Hide resolved
/hold cancel |
# and the EKS CI cluster is ready | ||
- name: registry-sandbox-e2e-gcp | ||
cluster: k8s-infra-prow-build | ||
interval: 10m |
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.
if not for the time to build the test binary, these run in a few seconds.
We can make the job shallow clone actually and really speed these up so the job is a very quick + cheap run, hence bias towards frequent coverage
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.
set clone depth to cut time even more
/lgtm |
@BenTheElder: Updated the
In response to this: Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
xref: kubernetes/registry.k8s.io#225