Skip to content

Commit

Permalink
kOps: migrate periodics conformance 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 4cd2aba commit d489d90
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion config/jobs/kubernetes/kops/build_jobs.py
Original file line number Diff line number Diff line change
Expand Up @@ -1328,6 +1328,8 @@ def generate_conformance():
for version in ['1.29', '1.28', '1.27']:
results.append(
build_test(
cloud='aws',
build_cluster='k8s-infra-kops-prow-build',
k8s_version=version,
kops_version=version,
kops_channel='alpha',
Expand All @@ -1339,11 +1341,12 @@ def generate_conformance():
runs_per_day=1,
focus_regex=r'\[Conformance\]',
skip_regex=r'\[NoSkip\]',
build_cluster='k8s-infra-kops-prow-build',
)
)
results.append(
build_test(
cloud='aws',
build_cluster='k8s-infra-kops-prow-build',
k8s_version=version,
kops_version=version,
kops_channel='alpha',
Expand Down
6 changes: 3 additions & 3 deletions config/jobs/kubernetes/kops/kops-periodics-conformance.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,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: 180m
Expand Down Expand Up @@ -207,7 +207,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: 180m
Expand Down Expand Up @@ -339,7 +339,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: 180m
Expand Down

0 comments on commit d489d90

Please sign in to comment.