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

CAPI Operator: Revert e2e main/release-0-3 jobs moving to EKS cluster #29804

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
Expand Up @@ -49,10 +49,10 @@ presubmits:
resources:
requests:
cpu: "1"
memory: "2Gi"
memory: "4Gi"
limits:
cpu: "1"
memory: "2Gi"
memory: "4Gi"
annotations:
testgrid-dashboards: sig-cluster-lifecycle-cluster-api-operator
testgrid-tab-name: capi-operator-pr-make-main
Expand Down Expand Up @@ -136,7 +136,6 @@ presubmits:
testgrid-dashboards: sig-cluster-lifecycle-cluster-api-operator
testgrid-tab-name: capi-operator-pr-test-main
- name: pull-cluster-api-operator-e2e-main
cluster: eks-prow-build-cluster
path_alias: "sigs.k8s.io/cluster-api-operator"
optional: false
decorate: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,10 @@ presubmits:
resources:
requests:
cpu: "1"
memory: "2Gi"
memory: "4Gi"
limits:
cpu: "1"
memory: "2Gi"
memory: "4Gi"
annotations:
testgrid-dashboards: sig-cluster-lifecycle-cluster-api-operator-0.3
testgrid-tab-name: capi-operator-pr-make-release-0-3
Expand Down Expand Up @@ -136,7 +136,6 @@ presubmits:
testgrid-dashboards: sig-cluster-lifecycle-cluster-api-operator-0.3
testgrid-tab-name: capi-operator-pr-test-release-0-3
- name: pull-cluster-api-operator-e2e-release-0-3
cluster: eks-prow-build-cluster
path_alias: "sigs.k8s.io/cluster-api-operator"
optional: false
decorate: true
Expand Down