Skip to content

Commit

Permalink
Migrate latest scale test to community owned prow clusters
Browse files Browse the repository at this point in the history
  • Loading branch information
rifelpet committed Mar 14, 2024
1 parent abc357b commit e7af9bc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions config/jobs/kubernetes/kops/kops-periodics-scale.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ periodics:

# {"cloud": "aws", "distro": "u2204", "k8s_version": "ci", "kops_channel": "alpha", "kops_version": "latest", "networking": "amazonvpc"}
- name: e2e-kops-aws-scale-amazonvpc
cluster: default
cluster: k8s-infra-kops-prow-build
cron: '37 0-23/24 * * *'
labels:
preset-service-account: "true"
Expand Down Expand Up @@ -36,7 +36,11 @@ periodics:
- name: CLUSTER_NAME
value: "e2e-f21a47a3cd-b6b27.test-cncf-aws.k8s.io"
- name: KOPS_STATE_STORE
value: "s3://k8s-kops-prow"
value: "s3://k8s-kops-ci-prow-state-store"
- name: KOPS_DNS_DOMAIN
value: "tests-kops-aws.k8s.io"
- name: DISCOVERY_STORE
value: "s3://k8s-kops-ci-prow"
- name: KUBE_SSH_USER
value: "ubuntu"
- name: KOPS_IRSA
Expand Down
2 changes: 1 addition & 1 deletion config/jobs/kubernetes/kops/kops-periodics-versions.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

0 comments on commit e7af9bc

Please sign in to comment.