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

sig-scalability/watch-list: use n2 machine types for master instances #31631

Conversation

p0lyn0mial
Copy link
Contributor

At the moment the tests fail with (https://prow.k8s.io/job-history/gs/kubernetes-jenkins/logs/ci-kubernetes-e2e-gci-gce-scalability-watch-list-on):

ERROR: (gcloud.compute.instances.create) Could not fetch resource:
 - The selected machine type (n1-standard-32) is not compatible with CPU platform icelake Failed to create master instance due to non-retryable error

Possibly caused by kubernetes/kubernetes#118626

https://cloud.google.com/compute/docs/general-purpose-machines#n2_series

At the moment the tests fail with:

ERROR: (gcloud.compute.instances.create) Could not fetch resource:
 - The selected machine type (n1-standard-32) is not compatible with CPU platform icelake
Failed to create master instance due to non-retryable error

Possibly caused by kubernetes/kubernetes#118626

https://cloud.google.com/compute/docs/general-purpose-machines#n2_series
@k8s-ci-robot k8s-ci-robot added cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. labels Jan 16, 2024
@p0lyn0mial
Copy link
Contributor Author

/assign @wojtek-t @aojea

@aojea since @wojtek-t is unavailable can you help me merge this PR ?

@k8s-ci-robot k8s-ci-robot added the area/config Issues or PRs related to code in /config label Jan 16, 2024
@k8s-ci-robot k8s-ci-robot added area/jobs sig/scalability Categorizes an issue or PR as relevant to SIG Scalability. sig/testing Categorizes an issue or PR as relevant to SIG Testing. labels Jan 16, 2024
@p0lyn0mial
Copy link
Contributor Author

p0lyn0mial commented Jan 16, 2024

There is consistent-list-from-cache-* job defined in that file that uses a n1 standard machine type but I haven't found a corresponding run for this job on the perf-dashboard so I am not sure how to check it.

//cc @serathius

@serathius
Copy link
Contributor

I don't think I integrated the test with perf-dashboard. I just look at the results in https://testgrid.k8s.io/sig-scalability-experiments#consistent-list-from-cache-on-small-objects

@ameukam
Copy link
Member

ameukam commented Jan 16, 2024

/lgtm
/approve

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Jan 16, 2024
@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: ameukam, p0lyn0mial

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 /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Jan 16, 2024
@k8s-ci-robot k8s-ci-robot merged commit 5eff096 into kubernetes:master Jan 16, 2024
7 checks passed
@k8s-ci-robot
Copy link
Contributor

@p0lyn0mial: Updated the job-config configmap in namespace default at cluster test-infra-trusted using the following files:

  • key sig-scalability-experimental-periodic-jobs.yaml using file config/jobs/kubernetes/sig-scalability/sig-scalability-experimental-periodic-jobs.yaml

In response to this:

At the moment the tests fail with (https://prow.k8s.io/job-history/gs/kubernetes-jenkins/logs/ci-kubernetes-e2e-gci-gce-scalability-watch-list-on):

ERROR: (gcloud.compute.instances.create) Could not fetch resource:
- The selected machine type (n1-standard-32) is not compatible with CPU platform icelake Failed to create master instance due to non-retryable error

Possibly caused by kubernetes/kubernetes#118626

https://cloud.google.com/compute/docs/general-purpose-machines#n2_series

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.

@p0lyn0mial
Copy link
Contributor Author

I don't think I integrated the test with perf-dashboard. I just look at the results in https://testgrid.k8s.io/sig-scalability-experiments#consistent-list-from-cache-on-small-objects

@serathius it looks like your job is affected as well:

ERROR: (gcloud.compute.instances.create) Could not fetch resource:
 - Instances using machine types with more vCPUs than 64 or more memory than 455GB cannot have their minimum CPU platform set to a platform lower than 'skylake'.
Failed to create master instance due to non-retryable error

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. area/config Issues or PRs related to code in /config area/jobs cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. lgtm "Looks good to me", indicates that a PR is ready to be merged. sig/scalability Categorizes an issue or PR as relevant to SIG Scalability. sig/testing Categorizes an issue or PR as relevant to SIG Testing. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants