Skip to content
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

ci: Check gke cluster state before selecting it #14130

Merged
merged 1 commit into from
Nov 24, 2020

Conversation

nebril
Copy link
Member

@nebril nebril commented Nov 23, 2020

This change adds a check that confirms that GKE cluster is in running
state, which prevents build from failing when apiserver is already up,
but cluster is still being provisioned.

This kind of failure could be seen in this build: https://jenkins.cilium.io/job/Ginkgo-CI-Tests-Pipeline-GKE/2391/execution/node/112/log/

@nebril nebril requested a review from a team as a code owner November 23, 2020 15:50
@maintainer-s-little-helper maintainer-s-little-helper bot added the dont-merge/needs-release-note-label The author needs to describe the release impact of these changes. label Nov 23, 2020
@maintainer-s-little-helper maintainer-s-little-helper bot added this to In progress in 1.10.0 Nov 23, 2020
@nebril
Copy link
Member Author

nebril commented Nov 23, 2020

test-gke

@nebril nebril added ready-to-merge This PR has passed all tests and received consensus from code owners to merge. release-note/ci This PR makes changes to the CI. labels Nov 23, 2020
@maintainer-s-little-helper maintainer-s-little-helper bot removed the dont-merge/needs-release-note-label The author needs to describe the release impact of these changes. label Nov 23, 2020
@nebril
Copy link
Member Author

nebril commented Nov 23, 2020

Since this only affects gke cluster selection process, marking this as ready to merge.

Copy link
Member

@christarazi christarazi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, one non-blocking nit.

test/gke/select-cluster.sh Outdated Show resolved Hide resolved
@maintainer-s-little-helper
Copy link

Commit e32ed6a465202d5503a794284d28c475546782b4 does not contain "Signed-off-by".

Please follow instructions provided in https://docs.cilium.io/en/stable/contributing/development/contributing_guide/#developer-s-certificate-of-origin

@maintainer-s-little-helper maintainer-s-little-helper bot added the dont-merge/needs-sign-off The author needs to add signoff to their commits before merge. label Nov 24, 2020
This change adds a check that confirms that GKE cluster is in running
state, which prevents build from failing when apiserver is already up,
but cluster is still being provisioned.

Signed-off-by: Maciej Kwiek <maciej@isovalent.com>
@maintainer-s-little-helper maintainer-s-little-helper bot removed the dont-merge/needs-sign-off The author needs to add signoff to their commits before merge. label Nov 24, 2020
@nebril nebril merged commit 6b14c73 into master Nov 24, 2020
@nebril nebril deleted the pr/fix-select-cluster-gke branch November 24, 2020 12:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ready-to-merge This PR has passed all tests and received consensus from code owners to merge. release-note/ci This PR makes changes to the CI.
Projects
No open projects
Development

Successfully merging this pull request may close these issues.

None yet

3 participants