Skip to content

Commit

Permalink
kOps: Migrate periodics pipeline and versions to community infra
Browse files Browse the repository at this point in the history
Related to:
  - kubernetes/k8s.io#5127

Signed-off-by: Arnaud Meukam <ameukam@gmail.com>
  • Loading branch information
ameukam committed Mar 8, 2024
1 parent c0af489 commit df1424e
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 8 deletions.
4 changes: 4 additions & 0 deletions config/jobs/kubernetes/kops/build_jobs.py
Original file line number Diff line number Diff line change
Expand Up @@ -1765,6 +1765,8 @@ def generate_versions():
for version in ['1.29', '1.28', '1.27', '1.26', '1.25']:
results.append(
build_test(
cloud='aws',
build_cluster='k8s-infra-kops-prow-build',
k8s_version=version,
kops_channel='alpha',
name_override=f"kops-aws-k8s-{version.replace('.', '-')}",
Expand All @@ -1786,6 +1788,8 @@ def generate_pipeline():
kops_version = f"https://storage.googleapis.com/k8s-staging-kops/kops/releases/markers/{branch}/latest-ci.txt" # pylint: disable=line-too-long
results.append(
build_test(
cloud="aws",
build_cluster="k8s-infra-kops-prow-build",
k8s_version=version.replace('master', 'latest'),
kops_version=kops_version,
kops_channel='alpha',
Expand Down
6 changes: 3 additions & 3 deletions config/jobs/kubernetes/kops/kops-periodics-pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ periodics:
preset-service-account: "true"
preset-aws-ssh: "true"
preset-aws-credential: "true"
cluster: default
cluster: k8s-infra-kops-prow-build
decorate: true
decoration_config:
timeout: 90m
Expand Down Expand Up @@ -76,7 +76,7 @@ periodics:
preset-service-account: "true"
preset-aws-ssh: "true"
preset-aws-credential: "true"
cluster: default
cluster: k8s-infra-kops-prow-build
decorate: true
decoration_config:
timeout: 90m
Expand Down Expand Up @@ -143,7 +143,7 @@ periodics:
preset-service-account: "true"
preset-aws-ssh: "true"
preset-aws-credential: "true"
cluster: default
cluster: k8s-infra-kops-prow-build
decorate: true
decoration_config:
timeout: 90m
Expand Down
10 changes: 5 additions & 5 deletions config/jobs/kubernetes/kops/kops-periodics-versions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ periodics:
preset-service-account: "true"
preset-aws-ssh: "true"
preset-aws-credential: "true"
cluster: default
cluster: k8s-infra-kops-prow-build
decorate: true
decoration_config:
timeout: 90m
Expand Down Expand Up @@ -140,7 +140,7 @@ periodics:
preset-service-account: "true"
preset-aws-ssh: "true"
preset-aws-credential: "true"
cluster: default
cluster: k8s-infra-kops-prow-build
decorate: true
decoration_config:
timeout: 90m
Expand Down Expand Up @@ -204,7 +204,7 @@ periodics:
preset-service-account: "true"
preset-aws-ssh: "true"
preset-aws-credential: "true"
cluster: default
cluster: k8s-infra-kops-prow-build
decorate: true
decoration_config:
timeout: 90m
Expand Down Expand Up @@ -268,7 +268,7 @@ periodics:
preset-service-account: "true"
preset-aws-ssh: "true"
preset-aws-credential: "true"
cluster: default
cluster: k8s-infra-kops-prow-build
decorate: true
decoration_config:
timeout: 90m
Expand Down Expand Up @@ -332,7 +332,7 @@ periodics:
preset-service-account: "true"
preset-aws-ssh: "true"
preset-aws-credential: "true"
cluster: default
cluster: k8s-infra-kops-prow-build
decorate: true
decoration_config:
timeout: 90m
Expand Down

0 comments on commit df1424e

Please sign in to comment.