kubernetes / kubernetes

Production-Grade Container Scheduling and Management

Home Page:https://kubernetes.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Failing Test] [sig-cloud-provider-gcp] Provider does not support InstanceGroups

Vyom-Yadav opened this issue · comments

Which jobs are failing?

master-informing:

Which tests are failing?

  • Kubernetes e2e suite.[It] [sig-autoscaling] DNS horizontal autoscaling [Serial] [Slow] [KubeUp] kube-dns-autoscaler should scale kube-dns pods when cluster size changed
  • Kubernetes e2e suite.[It] [sig-cloud-provider-gcp] Nodes [Disruptive] Resize [Slow] should be able to add nodes
  • Kubernetes e2e suite.[It] [sig-cloud-provider-gcp] Nodes [Disruptive] Resize [Slow] should be able to delete nodes
  • Kubernetes e2e suite.[It] [sig-cloud-provider-gcp] [Disruptive] NodeLease NodeLease deletion node lease should be deleted when corresponding node is deleted

Since when has it been failing?

After #124519

Testgrid link

https://testgrid.k8s.io/sig-release-master-informing#gce-cos-master-serial

Reason for failure (if possible)

provider does not support InstanceGroups

Anything else we need to know?

Support for gce instance groups was removed, so these tests need to be either updated (To test some other functionality) or removed.

Relevant SIG(s)

/sig cloud-provider-gcp

@Vyom-Yadav: The label(s) sig/cloud-provider-gcp cannot be applied, because the repository doesn't have them.

In response to this:

Which jobs are failing?

master-informing:

Which tests are failing?

  • Kubernetes e2e suite.[It] [sig-autoscaling] DNS horizontal autoscaling [Serial] [Slow] [KubeUp] kube-dns-autoscaler should scale kube-dns pods when cluster size changed
  • Kubernetes e2e suite.[It] [sig-cloud-provider-gcp] Nodes [Disruptive] Resize [Slow] should be able to add nodes
  • Kubernetes e2e suite.[It] [sig-cloud-provider-gcp] Nodes [Disruptive] Resize [Slow] should be able to delete nodes
  • Kubernetes e2e suite.[It] [sig-cloud-provider-gcp] [Disruptive] NodeLease NodeLease deletion node lease should be deleted when corresponding node is deleted

Since when has it been failing?

After #124519

Testgrid link

https://testgrid.k8s.io/sig-release-master-informing#gce-cos-master-serial

Reason for failure (if possible)

provider does not support InstanceGroups

Anything else we need to know?

Support for gce instance groups was removed, so these tests need to be either updated (To test some other functionality) or removed.

Relevant SIG(s)

/sig cloud-provider-gcp

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-sigs/prow repository.

This issue is currently awaiting triage.

If a SIG or subproject determines this is a relevant issue, they will accept it by applying the triage/accepted label and provide further guidance.

The triage/accepted label can be added by org members by writing /triage accepted in a comment.

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-sigs/prow repository.

/sig cloud-provider

These tests has to be refactored or migrated