Skip to content

Commit

Permalink
Merge pull request #28602 from sbueringer/pr-run-capi-test-periodics-…
Browse files Browse the repository at this point in the history
…with-runner

cluster-api: use runner for periodic tests
  • Loading branch information
k8s-ci-robot authored Feb 1, 2023
2 parents 6a010f3 + f71aacf commit 1bf4141
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ periodics:
containers:
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20230127-9396ca613c-1.26
command:
- "./scripts/ci-test.sh"
- runner.sh
- ./scripts/ci-test.sh
resources:
requests:
cpu: 7300m
Expand All @@ -38,7 +39,8 @@ periodics:
containers:
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20230127-9396ca613c-1.26
command:
- "./scripts/ci-test.sh"
- runner.sh
- ./scripts/ci-test.sh
env:
# This value determines the minimum Kubernetes
# supported version for Cluster API management cluster.
Expand Down

0 comments on commit 1bf4141

Please sign in to comment.