Add host labels to gitea runners

This commit is contained in:
Joey Hafner 2024-02-13 10:53:03 -08:00
parent e1cb3f5f2e
commit 3070502c13
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
CONFIG_FILE=/config.yaml CONFIG_FILE=/config.yaml
GITEA_INSTANCE_URL=https://gitea.jafner.tools GITEA_INSTANCE_URL=https://gitea.jafner.tools
GITEA_RUNNER_NAME=druid2 GITEA_RUNNER_NAME=druid2
GITEA_RUNNER_LABELS=dind GITEA_RUNNER_LABELS=dind,druid

View File

@ -1,4 +1,4 @@
CONFIG_FILE=/config.yaml CONFIG_FILE=/config.yaml
GITEA_INSTANCE_URL=https://gitea.jafner.tools GITEA_INSTANCE_URL=https://gitea.jafner.tools
GITEA_RUNNER_NAME=druid1 GITEA_RUNNER_NAME=druid1
GITEA_RUNNER_LABELS=ubuntu-latest:docker://node:16-bullseye,ubuntu-22.04:docker://node:16-bullseye,ubuntu-20.04:docker://node:16-bullseye,ubuntu-18.04:docker://node:16-buster GITEA_RUNNER_LABELS=ubuntu-latest:docker://node:16-bullseye,ubuntu-22.04:docker://node:16-bullseye,ubuntu-20.04:docker://node:16-bullseye,ubuntu-18.04:docker://node:16-buster,druid

View File

@ -1,4 +1,4 @@
CONFIG_FILE=/config.yaml CONFIG_FILE=/config.yaml
GITEA_INSTANCE_URL=https://gitea.jafner.tools GITEA_INSTANCE_URL=https://gitea.jafner.tools
GITEA_RUNNER_NAME=fighter1 GITEA_RUNNER_NAME=fighter1
GITEA_RUNNER_LABELS=ubuntu-latest:docker://node:16-bullseye,ubuntu-22.04:docker://node:16-bullseye,ubuntu-20.04:docker://node:16-bullseye,ubuntu-18.04:docker://node:16-buster,internal GITEA_RUNNER_LABELS=ubuntu-latest:docker://node:16-bullseye,ubuntu-22.04:docker://node:16-bullseye,ubuntu-20.04:docker://node:16-bullseye,ubuntu-18.04:docker://node:16-buster,internal,fighter