ci: add self-hosted runner tankstelle #198

Merged
teutat3s merged 8 commits from feat/add-tankstelle into main 2024-05-31 14:49:21 +00:00
2 changed files with 12 additions and 7 deletions
Showing only changes of commit 692c152406 - Show all commits

View file

@ -1,17 +1,10 @@
name: Flake checks
on: [pull_request]
env:
PATH: /run/current-system/sw/bin
HOME: /var/lib/gitea-runner/tankstelle
jobs:
Check:
runs-on: self-hosted
steps:
- name: Enter ci devshell
run: |
nix --accept-flake-config --access-tokens '' develop .#ci
- name: Check out repository code
uses: https://code.forgejo.org/actions/checkout@v4

View file

@ -15,6 +15,18 @@
# Needed for the docker runner to communicate with the act_runner cache
networking.firewall.trustedInterfaces = [ "br-+" ];
systemd.services."gitea-runner-tankstelle".path = with pkgs; [
coreutils
bash
coreutils
curl
gawk
gitMinimal
gnused
nodejs
wget
];
# forgejo actions runner
# https://forgejo.org/docs/latest/admin/actions/
# https://docs.gitea.com/usage/actions/quickstart