diff --git a/druid/config/gitea/runner-dind.env b/druid/config/gitea/runner-dind.env index 7f33740..8a05079 100644 --- a/druid/config/gitea/runner-dind.env +++ b/druid/config/gitea/runner-dind.env @@ -1,4 +1,4 @@ CONFIG_FILE=/config.yaml GITEA_INSTANCE_URL=https://gitea.jafner.tools GITEA_RUNNER_NAME=druid2 -GITEA_RUNNER_LABELS=dind \ No newline at end of file +GITEA_RUNNER_LABELS=dind,druid \ No newline at end of file diff --git a/druid/config/gitea/runner-ubuntu.env b/druid/config/gitea/runner-ubuntu.env index 00a0cd0..1b7a979 100644 --- a/druid/config/gitea/runner-ubuntu.env +++ b/druid/config/gitea/runner-ubuntu.env @@ -1,4 +1,4 @@ CONFIG_FILE=/config.yaml GITEA_INSTANCE_URL=https://gitea.jafner.tools 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 diff --git a/fighter/config/gitea/runner-ubuntu-internal.env b/fighter/config/gitea/runner-ubuntu-internal.env index ec16808..72da8ff 100644 --- a/fighter/config/gitea/runner-ubuntu-internal.env +++ b/fighter/config/gitea/runner-ubuntu-internal.env @@ -1,4 +1,4 @@ CONFIG_FILE=/config.yaml GITEA_INSTANCE_URL=https://gitea.jafner.tools 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