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

Switch NPD jobs to GCP-hosted clusters #30262

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
periodics:
- name: ci-npd-build
cluster: k8s-infra-prow-build
# TODO(kubernetes/kubernetes#119211): switch to k8s-infra-prow-build once it has been properly configured
cluster: default
interval: 2h
decorate: true
labels:
Expand Down Expand Up @@ -36,7 +37,7 @@ periodics:
testgrid-alert-stale-results-hours: '24'
testgrid-num-columns-recent: '30'
- name: ci-npd-test
cluster: eks-prow-build-cluster
cluster: k8s-infra-prow-build
interval: 2h
decorate: true
labels:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
presubmits:
kubernetes/node-problem-detector:
- name: pull-npd-build
cluster: eks-prow-build-cluster
cluster: k8s-infra-prow-build
branches:
- master
always_run: true
Expand All @@ -18,6 +18,8 @@ presubmits:
args:
- bash
- -c
# TODO: this job doesn't match the CI version (no .env file push).
# Consider making it similar or even deleting it.
- >-
./test/build.sh install-lib &&
make build
Expand All @@ -31,13 +33,11 @@ presubmits:
# docker-in-docker needs privileged mode
securityContext:
privileged: true


annotations:
testgrid-dashboards: presubmits-node-problem-detector
testgrid-num-columns-recent: '30'
- name: pull-npd-test
cluster: eks-prow-build-cluster
cluster: k8s-infra-prow-build
branches:
- master
always_run: true
Expand All @@ -63,12 +63,12 @@ presubmits:
requests:
cpu: 2
memory: 4Gi

annotations:
testgrid-dashboards: presubmits-node-problem-detector
testgrid-num-columns-recent: '30'
- name: pull-npd-e2e-node
cluster: k8s-infra-prow-build
# TODO(kubernetes/kubernetes#119211): switch to k8s-infra-prow-build once it has been properly configured
cluster: default
branches:
- master
always_run: true
Expand Down Expand Up @@ -122,7 +122,8 @@ presubmits:
testgrid-dashboards: presubmits-node-problem-detector
testgrid-num-columns-recent: '30'
- name: pull-npd-e2e-kubernetes-gce-gci
cluster: eks-prow-build-cluster
# TODO(kubernetes/kubernetes#119211): switch to k8s-infra-prow-build once it has been properly configured
cluster: default
branches:
- master
always_run: true
Expand Down Expand Up @@ -167,7 +168,8 @@ presubmits:
testgrid-dashboards: presubmits-node-problem-detector
testgrid-num-columns-recent: '30'
- name: pull-npd-e2e-kubernetes-gce-gci-custom-flags
cluster: eks-prow-build-cluster
# TODO(kubernetes/kubernetes#119211): switch to k8s-infra-prow-build once it has been properly configured
cluster: default
branches:
- master
always_run: true
Expand Down Expand Up @@ -254,7 +256,8 @@ presubmits:
testgrid-dashboards: presubmits-node-problem-detector
testgrid-num-columns-recent: '30'
- name: pull-npd-e2e-kubernetes-gce-ubuntu
cluster: eks-prow-build-cluster
# TODO(kubernetes/kubernetes#119211): switch to k8s-infra-prow-build once it has been properly configured
cluster: default
branches:
- master
always_run: true
Expand Down Expand Up @@ -299,7 +302,8 @@ presubmits:
testgrid-dashboards: presubmits-node-problem-detector
testgrid-num-columns-recent: '30'
- name: pull-npd-e2e-kubernetes-gce-ubuntu-custom-flags
cluster: eks-prow-build-cluster
# TODO(kubernetes/kubernetes#119211): switch to k8s-infra-prow-build once it has been properly configured
cluster: default
branches:
- master
always_run: true
Expand Down