Skip to content

Commit

Permalink
Merge pull request #30000 from rjsadow/npd-revert
Browse files Browse the repository at this point in the history
fix: update `k/npd` community jobs
  • Loading branch information
k8s-ci-robot authored Jul 5, 2023
2 parents a250f35 + eb06e75 commit ce76174
Showing 1 changed file with 15 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ periodics:
testgrid-alert-stale-results-hours: '24'
testgrid-num-columns-recent: '30'
- name: ci-npd-e2e-node
cluster: eks-prow-build-cluster
cluster: k8s-infra-prow-build
interval: 2h
decorate: true
labels:
Expand Down Expand Up @@ -113,10 +113,10 @@ periodics:
--timeout=60m
resources:
limits:
cpu: 2
cpu: 4
memory: 4Gi
requests:
cpu: 2
cpu: 4
memory: 4Gi
annotations:
testgrid-dashboards: sig-node-node-problem-detector
Expand All @@ -125,7 +125,7 @@ periodics:
testgrid-alert-stale-results-hours: '24'
testgrid-num-columns-recent: '30'
- name: ci-npd-e2e-kubernetes-gce-gci
cluster: eks-prow-build-cluster
cluster: k8s-infra-prow-build
interval: 2h
decorate: true
labels:
Expand Down Expand Up @@ -158,10 +158,10 @@ periodics:
--timeout=60m
resources:
limits:
cpu: 2
cpu: 4
memory: 4Gi
requests:
cpu: 2
cpu: 4
memory: 4Gi
annotations:
testgrid-dashboards: sig-node-node-problem-detector
Expand All @@ -170,7 +170,7 @@ periodics:
testgrid-alert-stale-results-hours: '24'
testgrid-num-columns-recent: '30'
- name: ci-npd-e2e-kubernetes-gce-gci-custom-flags
cluster: eks-prow-build-cluster
cluster: k8s-infra-prow-build
interval: 2h
decorate: true
labels:
Expand Down Expand Up @@ -203,10 +203,10 @@ periodics:
--timeout=60m
resources:
limits:
cpu: 2
cpu: 4
memory: 4Gi
requests:
cpu: 2
cpu: 4
memory: 4Gi
annotations:
testgrid-dashboards: sig-node-node-problem-detector
Expand All @@ -215,7 +215,7 @@ periodics:
testgrid-alert-stale-results-hours: '24'
testgrid-num-columns-recent: '30'
- name: ci-npd-e2e-kubernetes-gce-ubuntu
cluster: eks-prow-build-cluster
cluster: k8s-infra-prow-build
interval: 2h
decorate: true
labels:
Expand Down Expand Up @@ -248,10 +248,10 @@ periodics:
--timeout=60m
resources:
limits:
cpu: 2
cpu: 4
memory: 4Gi
requests:
cpu: 2
cpu: 4
memory: 4Gi
annotations:
testgrid-dashboards: sig-node-node-problem-detector
Expand All @@ -260,7 +260,7 @@ periodics:
testgrid-alert-stale-results-hours: '24'
testgrid-num-columns-recent: '30'
- name: ci-npd-e2e-kubernetes-gce-ubuntu-custom-flags
cluster: eks-prow-build-cluster
cluster: k8s-infra-prow-build
interval: 2h
decorate: true
labels:
Expand Down Expand Up @@ -293,10 +293,10 @@ periodics:
--timeout=60m
resources:
limits:
cpu: 2
cpu: 4
memory: 4Gi
requests:
cpu: 2
cpu: 4
memory: 4Gi
annotations:
testgrid-dashboards: sig-node-node-problem-detector
Expand Down

0 comments on commit ce76174

Please sign in to comment.