From 96e82cc3571fcdbcbe39d993f4c799425a5e6169 Mon Sep 17 00:00:00 2001 From: lwnmengjing Date: Thu, 13 Nov 2025 18:27:07 +0800 Subject: [PATCH] Remove runner configuration from CI workflow (#1) Reviewed-on: https://gitea.mss-boot-io.top/mss-boot-io/service-http/pulls/1 --- runner.yml | 81 ------------------------------------------------------ 1 file changed, 81 deletions(-) delete mode 100644 runner.yml diff --git a/runner.yml b/runner.yml deleted file mode 100644 index 3a455b2..0000000 --- a/runner.yml +++ /dev/null @@ -1,81 +0,0 @@ -kind: PersistentVolumeClaim -apiVersion: v1 -metadata: - name: act-runner-vol -spec: - accessModes: - - ReadWriteOnce - resources: - requests: - storage: 1Gi - storageClassName: longhorn ---- -apiVersion: v1 -stringData: - # The registration token can be obtained from the web UI, API or command-line. - # You can also set a pre-defined global runner registration token for the Gitea instance via - # `GITEA_RUNNER_REGISTRATION_TOKEN`/`GITEA_RUNNER_REGISTRATION_TOKEN_FILE` environment variable. - token: jKZrulE2WSuBjN3FgmbOcBnmOk58pObDABciXyHC -kind: Secret -metadata: - name: runner-secret -type: Opaque ---- -apiVersion: apps/v1 -kind: Deployment -metadata: - labels: - app: act-runner - name: act-runner -spec: - replicas: 1 - selector: - matchLabels: - app: act-runner - strategy: {} - template: - metadata: - creationTimestamp: null - labels: - app: act-runner - spec: - restartPolicy: Always - volumes: - - name: docker-certs - emptyDir: {} - - name: runner-data - persistentVolumeClaim: - claimName: act-runner-vol - containers: - - name: runner - image: gitea/act_runner:nightly - command: ["sh", "-c", "while ! nc -z localhost 2376