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

migrate kubernetes/prometheus-adapter jobs to eks cluster #29766

Merged
Merged
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 @@
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