-
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
Fix kubernetes-release-dev corruption #241
Merged
Merged
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
Move federation job off of a mirror of gs://kubernetes-release-dev The equal buckets should just work (rsync to itself should be fine, etc.), but if not, I'll fix it upstream.
LGTM |
ixdy
added
the
lgtm
"Looks good to me", indicates that a PR is ready to be merged.
label
Jun 29, 2016
zmerlynn
added a commit
to zmerlynn/kubernetes
that referenced
this pull request
Jun 29, 2016
…l-ci-elsewhere"" Bring back kubernetes#28193. We caught a break in kubernetes/test-infra#240 and discovered the previous issue, fixed in kubernetes/test-infra#241 and kubernetes/test-infra#244, so I have a pretty good handle on what was causing the previous bringup issues (and it wasn't kubernetes#28193). By the time this merges, we'll have good signal on GKE in the `kubernetes-e2e-gke-updown` job. This reverts commit ee1d480.
k8s-github-robot
pushed a commit
to kubernetes/kubernetes
that referenced
this pull request
Jun 29, 2016
Automatic merge from submit-queue Revert Revert of #28193 Bring back #28193. We caught a break in kubernetes/test-infra#240 and discovered the previous issue, fixed in kubernetes/test-infra#241 and kubernetes/test-infra#244, so I have a pretty good handle on what was causing the previous bringup issues (and it wasn't #28193). By the time this merges, we'll have good signal on GKE in several concurrent GKE jobs. This reverts commit ee1d480. [![Analytics](https://kubernetes-site.appspot.com/UA-36037335-10/GitHub/.github/PULL_REQUEST_TEMPLATE.md?pixel)]()
michelleN
pushed a commit
to michelleN/community
that referenced
this pull request
Nov 19, 2016
…here"" Bring back #28193. We caught a break in kubernetes/test-infra#240 and discovered the previous issue, fixed in kubernetes/test-infra#241 and kubernetes/test-infra#244, so I have a pretty good handle on what was causing the previous bringup issues (and it wasn't #28193). By the time this merges, we'll have good signal on GKE in the `kubernetes-e2e-gke-updown` job. This reverts commit ee1d48033366cfbb2e32fc98af6d37c0789e03c2.
michelleN
pushed a commit
to michelleN/community
that referenced
this pull request
Nov 21, 2016
…here"" Bring back #28193. We caught a break in kubernetes/test-infra#240 and discovered the previous issue, fixed in kubernetes/test-infra#241 and kubernetes/test-infra#244, so I have a pretty good handle on what was causing the previous bringup issues (and it wasn't #28193). By the time this merges, we'll have good signal on GKE in the `kubernetes-e2e-gke-updown` job. This reverts commit ee1d48033366cfbb2e32fc98af6d37c0789e03c2.
michelleN
pushed a commit
to michelleN/community
that referenced
this pull request
Nov 21, 2016
…here"" Bring back #28193. We caught a break in kubernetes/test-infra#240 and discovered the previous issue, fixed in kubernetes/test-infra#241 and kubernetes/test-infra#244, so I have a pretty good handle on what was causing the previous bringup issues (and it wasn't #28193). By the time this merges, we'll have good signal on GKE in the `kubernetes-e2e-gke-updown` job. This reverts commit ee1d48033366cfbb2e32fc98af6d37c0789e03c2.
michelleN
pushed a commit
to michelleN/community
that referenced
this pull request
Nov 30, 2016
…here"" Bring back #28193. We caught a break in kubernetes/test-infra#240 and discovered the previous issue, fixed in kubernetes/test-infra#241 and kubernetes/test-infra#244, so I have a pretty good handle on what was causing the previous bringup issues (and it wasn't #28193). By the time this merges, we'll have good signal on GKE in the `kubernetes-e2e-gke-updown` job. This reverts commit ee1d48033366cfbb2e32fc98af6d37c0789e03c2.
michelleN
pushed a commit
to michelleN/community
that referenced
this pull request
Nov 30, 2016
…here"" Bring back #28193. We caught a break in kubernetes/test-infra#240 and discovered the previous issue, fixed in kubernetes/test-infra#241 and kubernetes/test-infra#244, so I have a pretty good handle on what was causing the previous bringup issues (and it wasn't #28193). By the time this merges, we'll have good signal on GKE in the `kubernetes-e2e-gke-updown` job. This reverts commit ee1d48033366cfbb2e32fc98af6d37c0789e03c2.
foxish
pushed a commit
to foxish/test-infra
that referenced
this pull request
Jan 21, 2017
SubmitQueue: Add ability to filter on PRs and Historic decisions in URL
munnerz
added a commit
to munnerz/test-infra
that referenced
this pull request
Aug 29, 2018
Bump minikube-in-go for cert-manager e2e jobs
mborsz
pushed a commit
to mborsz/test-infra
that referenced
this pull request
Dec 14, 2018
Updating golint
ostromart
pushed a commit
to ostromart/test-infra
that referenced
this pull request
Jul 26, 2019
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.
Move federation job off of a mirror of gs://kubernetes-release-dev
The equal buckets should just work (rsync to itself should be fine,
etc.), but if not, I'll fix it upstream. c.f. kubernetes/kubernetes#28172, kubernetes/kubernetes#28233