Skip to content

Commit

Permalink
Merge pull request #29804 from furkatgofurov7/revert-capioperator-e2e…
Browse files Browse the repository at this point in the history
…-main-running-in-eks

CAPI Operator: Revert e2e main/release-0-3 jobs moving to EKS cluster
  • Loading branch information
k8s-ci-robot authored Jun 14, 2023
2 parents 3c03f37 + 4c8e457 commit a22abe4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
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

0 comments on commit a22abe4

Please sign in to comment.