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

Failing test(s): incorrect GKE release channel #19074

Closed
Assignees
Labels

Comments

@melinath
Copy link
Collaborator

melinath commented Aug 9, 2024

Impacted tests

  • TestAccContainerCluster_withAutopilotResourceManagerTags
  • TestAccContainerNodePool_defaultDriverInstallation

Affected Resource(s)

  • google_container_cluster

Failure rates

  • TestAccContainerCluster_withAutopilotResourceManagerTags: 45% (55 failed out of last 121 runs) as of 2024-08-09

Message(s)

TestAccContainerCluster_withAutopilotResourceManagerTags fails with a few different messages, but the most common / persistent one is:

 Error: googleapi: Error 400: Master version must be one of "REGULAR" channel supported versions [1.27.15-gke.1154000, 1.27.15-gke.1252000, 1.28.11-gke.1172000, 1.28.11-gke.1260000, 1.29.6-gke.1254000, 1.29.6-gke.1326000, 1.30.2-gke.1587003].

This is likely due to the fact that we use the STABLE release channel instead of the REGULAR release channel... apparently REGULAR is required for this test for some reason. https://cloud.google.com/kubernetes-engine/docs/reference/rest/v1/projects.locations.clusters#Cluster.Channel_1

TestAccContainerNodePool_defaultDriverInstallation has a similar issue but requires RAPID:

Error: googleapi: Error 400: Master version must be one of "RAPID" channel supported versions [1.27.15-gke.1252000, 1.27.16-gke.1008000, 1.27.16-gke.1051000, 1.28.11-gke.1315000, 1.28.12-gke.1052000, 1.29.6-gke.1326000, 1.29.7-gke.1008000, 1.29.7-gke.1104000, 1.30.2-gke.1587003, 1.30.3-gke.1225000].

Nightly build test history

@github-actions github-actions bot added forward/review In review; remove label to forward service/container labels Aug 9, 2024
@melinath melinath changed the title Failing test(s): TestAccContainerCluster_withAutopilotResourceManagerTags Failing test(s): incorrect GKE release channel Aug 9, 2024
@melinath melinath added forward/exempt Never forward this issue and removed forward/review In review; remove label to forward labels Aug 9, 2024
@melinath melinath self-assigned this Aug 9, 2024
@melinath
Copy link
Collaborator Author

melinath commented Aug 9, 2024

taking this on due to high failure count

Copy link

I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.
If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Sep 14, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.