mirror of
https://github.com/actions/actions-runner-controller.git
synced 2025-12-11 03:57:01 +00:00
This contains apparently enough changes to the current E2E test code to make it runnable against remote Kubernetes clusters. I was actually able to make the test passing against my AWS EKS based test clusters with these changes. You still need to trigger it manually from a local checkout of the ARC repo today. But this might be the foundation for automated E2E tests against major cloud providers.
31 lines
614 B
YAML
31 lines
614 B
YAML
# Set actions-runner-controller settings for testing
|
|
logLevel: "-4"
|
|
imagePullSecrets:
|
|
- name:
|
|
image:
|
|
actionsRunnerImagePullSecrets:
|
|
- name:
|
|
githubWebhookServer:
|
|
imagePullSecrets:
|
|
- name:
|
|
logLevel: "-4"
|
|
enabled: true
|
|
labels: {}
|
|
replicaCount: 1
|
|
syncPeriod: 10m
|
|
useRunnerGroupsVisibility: true
|
|
secret:
|
|
enabled: true
|
|
# create: true
|
|
name: "github-webhook-server"
|
|
### GitHub Webhook Configuration
|
|
#github_webhook_secret_token: ""
|
|
service:
|
|
type: NodePort
|
|
ports:
|
|
- port: 80
|
|
targetPort: http
|
|
protocol: TCP
|
|
name: http
|
|
nodePort: 31000
|