Skip to content

Commit

Permalink
Merge pull request #29766 from iftachk/migrate-prometheus-adapter-job
Browse files Browse the repository at this point in the history
migrate kubernetes/prometheus-adapter jobs to eks cluster
  • Loading branch information
k8s-ci-robot authored Jun 16, 2023
2 parents 3b8e412 + 0dd560e commit 400b47c
Showing 1 changed file with 24 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
presubmits:
kubernetes-sigs/prometheus-adapter:
- name: pull-prometheus-adapter-verify
cluster: eks-prow-build-cluster
always_run: true
decorate: true
path_alias: sigs.k8s.io/prometheus-adapter
Expand All @@ -11,10 +12,18 @@ presubmits:
- make
args:
- verify
resources:
limits:
cpu: 1
memory: 4Gi
requests:
cpu: 1
memory: 4Gi
annotations:
testgrid-dashboards: sig-instrumentation-prometheus-adapter
testgrid-tab-name: pr-verify
- name: pull-prometheus-adapter-test
cluster: eks-prow-build-cluster
always_run: true
decorate: true
path_alias: sigs.k8s.io/prometheus-adapter
Expand All @@ -25,10 +34,18 @@ presubmits:
- make
args:
- test
resources:
limits:
cpu: 1
memory: 4Gi
requests:
cpu: 1
memory: 4Gi
annotations:
testgrid-dashboards: sig-instrumentation-prometheus-adapter
testgrid-tab-name: pr-test
- name: pull-prometheus-adapter-test-e2e
cluster: eks-prow-build-cluster
always_run: true
decorate: true
decoration_config:
Expand All @@ -52,6 +69,13 @@ presubmits:
# docker-in-docker needs privileged mode
securityContext:
privileged: true
resources:
limits:
cpu: 1
memory: 4Gi
requests:
cpu: 1
memory: 4Gi
annotations:
testgrid-dashboards: sig-instrumentation-prometheus-adapter
testgrid-tab-name: pr-test-e2e

0 comments on commit 400b47c

Please sign in to comment.