Skip to content

Commit

Permalink
Merge pull request #32189 from rifelpet/migrate-do
Browse files Browse the repository at this point in the history
Kops - Migrate kops DO jobs to community-owned prow clusters
  • Loading branch information
k8s-ci-robot authored Jul 16, 2024
2 parents 2ec702f + e9900c3 commit e9de0f3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
6 changes: 6 additions & 0 deletions config/jobs/kubernetes/kops/kops-periodics-misc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ periodics:
preset-do-spaces-credential: "true"
preset-do-ssh: "true"
preset-dind-enabled: "true"
cluster: k8s-infra-prow-build
decorate: true
decoration_config:
timeout: 90m
Expand Down Expand Up @@ -77,6 +78,7 @@ periodics:
resources:
limits:
memory: "3Gi"
cpu: "2"
requests:
cpu: "2"
memory: "3Gi"
Expand All @@ -97,6 +99,7 @@ periodics:
preset-do-spaces-credential: "true"
preset-do-ssh: "true"
preset-dind-enabled: "true"
cluster: k8s-infra-prow-build
decorate: true
decoration_config:
timeout: 90m
Expand Down Expand Up @@ -133,6 +136,7 @@ periodics:
resources:
limits:
memory: "3Gi"
cpu: "2"
requests:
cpu: "2"
memory: "3Gi"
Expand All @@ -153,6 +157,7 @@ periodics:
preset-do-spaces-credential: "true"
preset-do-ssh: "true"
preset-dind-enabled: "true"
cluster: k8s-infra-prow-build
decorate: true
decoration_config:
timeout: 90m
Expand Down Expand Up @@ -190,6 +195,7 @@ periodics:
resources:
limits:
memory: "3Gi"
cpu: "2"
requests:
cpu: "2"
memory: "3Gi"
Expand Down
3 changes: 3 additions & 0 deletions config/jobs/kubernetes/kops/kops-presubmits.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ presubmits:
preset-do-spaces-credential: "true"
preset-do-ssh: "true"
preset-dind-enabled: "true"
cluster: k8s-infra-prow-build
decorate: true
decoration_config:
timeout: 90m
Expand Down Expand Up @@ -118,6 +119,7 @@ presubmits:
preset-do-spaces-credential: "true"
preset-do-ssh: "true"
preset-dind-enabled: "true"
cluster: k8s-infra-prow-build
decorate: true
decoration_config:
timeout: 90m
Expand Down Expand Up @@ -170,6 +172,7 @@ presubmits:
preset-do-spaces-credential: "true"
preset-do-ssh: "true"
preset-dind-enabled: "true"
cluster: k8s-infra-prow-build
decorate: true
decoration_config:
timeout: 90m
Expand Down

0 comments on commit e9de0f3

Please sign in to comment.