-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CAPI Operator: move jobs to EKS prow cluster
Signed-off-by: Furkat Gofurov <[email protected]>
- Loading branch information
1 parent
4b4d19e
commit 19ae37f
Showing
4 changed files
with
136 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
periodics: | ||
- name: periodic-cluster-api-operator-test-main | ||
cluster: eks-prow-build-cluster | ||
interval: 24h | ||
decorate: true | ||
labels: | ||
|
@@ -14,12 +15,20 @@ periodics: | |
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20230613-63d85f5ed2-1.25 | ||
command: | ||
- "./scripts/ci-test.sh" | ||
resources: | ||
requests: | ||
cpu: "1" | ||
memory: "2Gi" | ||
limits: | ||
cpu: "1" | ||
memory: "2Gi" | ||
annotations: | ||
testgrid-dashboards: sig-cluster-lifecycle-cluster-api-operator | ||
testgrid-tab-name: capi-operator-test-main | ||
testgrid-alert-email: [email protected] | ||
testgrid-num-failures-to-alert: "2" | ||
- name: periodic-cluster-api-operator-e2e-main | ||
cluster: eks-prow-build-cluster | ||
interval: 24h | ||
decorate: true | ||
decoration_config: | ||
|
@@ -41,6 +50,13 @@ periodics: | |
# we need privileged mode in order to do docker in docker | ||
securityContext: | ||
privileged: true | ||
resources: | ||
requests: | ||
cpu: "1" | ||
memory: "2Gi" | ||
limits: | ||
cpu: "1" | ||
memory: "2Gi" | ||
annotations: | ||
testgrid-dashboards: sig-cluster-lifecycle-cluster-api-operator | ||
testgrid-tab-name: capi-operator-e2e-main | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
periodics: | ||
- name: periodic-cluster-api-operator-test-release-0-3 | ||
cluster: eks-prow-build-cluster | ||
interval: 24h | ||
decorate: true | ||
labels: | ||
|
@@ -14,12 +15,20 @@ periodics: | |
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20230613-63d85f5ed2-1.25 | ||
command: | ||
- "./scripts/ci-test.sh" | ||
resources: | ||
requests: | ||
cpu: "1" | ||
memory: "2Gi" | ||
limits: | ||
cpu: "1" | ||
memory: "2Gi" | ||
annotations: | ||
testgrid-dashboards: sig-cluster-lifecycle-cluster-api-operator-0.3 | ||
testgrid-tab-name: capi-operator-test-release-0-3 | ||
testgrid-alert-email: [email protected] | ||
testgrid-num-failures-to-alert: "2" | ||
- name: periodic-cluster-api-operator-e2e-release-0-3 | ||
cluster: eks-prow-build-cluster | ||
interval: 24h | ||
decorate: true | ||
decoration_config: | ||
|
@@ -41,6 +50,13 @@ periodics: | |
# we need privileged mode in order to do docker in docker | ||
securityContext: | ||
privileged: true | ||
resources: | ||
requests: | ||
cpu: "1" | ||
memory: "2Gi" | ||
limits: | ||
cpu: "1" | ||
memory: "2Gi" | ||
annotations: | ||
testgrid-dashboards: sig-cluster-lifecycle-cluster-api-operator-0.3 | ||
testgrid-tab-name: capi-operator-e2e-release-0-3 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters