Skip to content

Commit

Permalink
use eks-prow-build-cluster cluster to run some capdo jobs
Browse files Browse the repository at this point in the history
Signed-off-by: cpanato <[email protected]>
  • Loading branch information
cpanato committed May 5, 2023
1 parent 76deff3 commit 07731af
Show file tree
Hide file tree
Showing 3 changed files with 96 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ presubmits:
always_run: true
optional: false
decorate: true
cluster: eks-prow-build-cluster
path_alias: "sigs.k8s.io/cluster-api-provider-digitalocean"
branches:
- ^release-1.1$
Expand All @@ -12,13 +13,21 @@ presubmits:
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20230321-36677f7c05-1.23
command:
- "./scripts/ci-test.sh"
resources:
limits:
cpu: 4
memory: 6Gi
requests:
cpu: 2
memory: 4Gi
annotations:
testgrid-dashboards: sig-cluster-lifecycle-cluster-api-provider-digitalocean
testgrid-tab-name: capdo-pr-test-release-1-1
- name: pull-cluster-api-provider-digitalocean-build-release-1-1
always_run: true
optional: false
decorate: true
cluster: eks-prow-build-cluster
path_alias: "sigs.k8s.io/cluster-api-provider-digitalocean"
branches:
- ^release-1.1$
Expand All @@ -27,13 +36,21 @@ presubmits:
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20230321-36677f7c05-1.23
command:
- "./scripts/ci-build.sh"
resources:
limits:
cpu: 4
memory: 6Gi
requests:
cpu: 2
memory: 4Gi
annotations:
testgrid-dashboards: sig-cluster-lifecycle-cluster-api-provider-digitalocean
testgrid-tab-name: capdo-pr-build-release-1-1
- name: pull-cluster-api-provider-digitalocean-verify-release-1-1
always_run: true
optional: false
decorate: true
cluster: eks-prow-build-cluster
path_alias: "sigs.k8s.io/cluster-api-provider-digitalocean"
branches:
- ^release-1.1$
Expand All @@ -44,13 +61,21 @@ presubmits:
- make
args:
- verify
resources:
limits:
cpu: 4
memory: 6Gi
requests:
cpu: 2
memory: 4Gi
annotations:
testgrid-dashboards: sig-cluster-lifecycle-cluster-api-provider-digitalocean
testgrid-tab-name: capdo-pr-verify-release-1-1
- name: pull-cluster-api-provider-digitalocean-lint-release-1-1
always_run: true
optional: false
decorate: true
cluster: eks-prow-build-cluster
path_alias: "sigs.k8s.io/cluster-api-provider-digitalocean"
branches:
- ^release-1.1$
Expand All @@ -61,6 +86,13 @@ presubmits:
- make
args:
- lint
resources:
limits:
cpu: 4
memory: 6Gi
requests:
cpu: 2
memory: 4Gi
annotations:
testgrid-dashboards: sig-cluster-lifecycle-cluster-api-provider-digitalocean
testgrid-tab-name: capdo-pr-lint-release-1-1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ presubmits:
always_run: true
optional: false
decorate: true
cluster: eks-prow-build-cluster
path_alias: "sigs.k8s.io/cluster-api-provider-digitalocean"
branches:
- ^release-1.2$
Expand All @@ -12,13 +13,21 @@ presubmits:
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20230406-23cb1879e3-1.24
command:
- "./scripts/ci-test.sh"
resources:
limits:
cpu: 4
memory: 6Gi
requests:
cpu: 2
memory: 4Gi
annotations:
testgrid-dashboards: sig-cluster-lifecycle-cluster-api-provider-digitalocean
testgrid-tab-name: capdo-pr-test-release-1-2
- name: pull-cluster-api-provider-digitalocean-build-release-1-2
always_run: true
optional: false
decorate: true
cluster: eks-prow-build-cluster
path_alias: "sigs.k8s.io/cluster-api-provider-digitalocean"
branches:
- ^release-1.2$
Expand All @@ -27,13 +36,21 @@ presubmits:
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20230406-23cb1879e3-1.24
command:
- "./scripts/ci-build.sh"
resources:
limits:
cpu: 4
memory: 6Gi
requests:
cpu: 2
memory: 4Gi
annotations:
testgrid-dashboards: sig-cluster-lifecycle-cluster-api-provider-digitalocean
testgrid-tab-name: capdo-pr-build-release-1-2
- name: pull-cluster-api-provider-digitalocean-verify-release-1-2
always_run: true
optional: false
decorate: true
cluster: eks-prow-build-cluster
path_alias: "sigs.k8s.io/cluster-api-provider-digitalocean"
branches:
- ^release-1.2$
Expand All @@ -44,13 +61,21 @@ presubmits:
- make
args:
- verify
resources:
limits:
cpu: 4
memory: 6Gi
requests:
cpu: 2
memory: 4Gi
annotations:
testgrid-dashboards: sig-cluster-lifecycle-cluster-api-provider-digitalocean
testgrid-tab-name: capdo-pr-verify-release-1-2
- name: pull-cluster-api-provider-digitalocean-lint-release-1-2
always_run: true
optional: false
decorate: true
cluster: eks-prow-build-cluster
path_alias: "sigs.k8s.io/cluster-api-provider-digitalocean"
branches:
- ^release-1.2$
Expand All @@ -61,6 +86,13 @@ presubmits:
- make
args:
- lint
resources:
limits:
cpu: 4
memory: 6Gi
requests:
cpu: 2
memory: 4Gi
annotations:
testgrid-dashboards: sig-cluster-lifecycle-cluster-api-provider-digitalocean
testgrid-tab-name: capdo-pr-lint-release-1-2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ presubmits:
always_run: true
optional: false
decorate: true
cluster: eks-prow-build-cluster
path_alias: "sigs.k8s.io/cluster-api-provider-digitalocean"
branches:
- ^main$
Expand All @@ -12,13 +13,21 @@ presubmits:
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20230406-23cb1879e3-1.25
command:
- "./scripts/ci-test.sh"
resources:
limits:
cpu: 4
memory: 6Gi
requests:
cpu: 2
memory: 4Gi
annotations:
testgrid-dashboards: sig-cluster-lifecycle-cluster-api-provider-digitalocean
testgrid-tab-name: capdo-pr-test
- name: pull-cluster-api-provider-digitalocean-build
always_run: true
optional: false
decorate: true
cluster: eks-prow-build-cluster
path_alias: "sigs.k8s.io/cluster-api-provider-digitalocean"
branches:
- ^main$
Expand All @@ -27,13 +36,21 @@ presubmits:
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20230406-23cb1879e3-1.25
command:
- "./scripts/ci-build.sh"
resources:
limits:
cpu: 4
memory: 6Gi
requests:
cpu: 2
memory: 4Gi
annotations:
testgrid-dashboards: sig-cluster-lifecycle-cluster-api-provider-digitalocean
testgrid-tab-name: capdo-pr-build
- name: pull-cluster-api-provider-digitalocean-verify
always_run: true
optional: false
decorate: true
cluster: eks-prow-build-cluster
path_alias: "sigs.k8s.io/cluster-api-provider-digitalocean"
branches:
- ^main$
Expand All @@ -44,13 +61,21 @@ presubmits:
- make
args:
- verify
resources:
limits:
cpu: 4
memory: 6Gi
requests:
cpu: 2
memory: 4Gi
annotations:
testgrid-dashboards: sig-cluster-lifecycle-cluster-api-provider-digitalocean
testgrid-tab-name: capdo-pr-verify
- name: pull-cluster-api-provider-digitalocean-lint
always_run: true
optional: false
decorate: true
cluster: eks-prow-build-cluster
path_alias: "sigs.k8s.io/cluster-api-provider-digitalocean"
branches:
- ^main$
Expand All @@ -61,6 +86,13 @@ presubmits:
- make
args:
- lint
resources:
limits:
cpu: 4
memory: 6Gi
requests:
cpu: 2
memory: 4Gi
annotations:
testgrid-dashboards: sig-cluster-lifecycle-cluster-api-provider-digitalocean
testgrid-tab-name: capdo-pr-lint
Expand Down

0 comments on commit 07731af

Please sign in to comment.