Skip to content

Commit

Permalink
Add experimental kradalby gh runner
Browse files Browse the repository at this point in the history
Remove old v2 runner in favour of self-hosted

Signed-off-by: Kristoffer Dalby <kristoffer@tailscale.com>
  • Loading branch information
kradalby authored and juanfont committed Nov 4, 2022
1 parent 6e83b7f commit 889223e
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 35 deletions.
35 changes: 0 additions & 35 deletions .github/workflows/test-integration-v2-general.yml

This file was deleted.

27 changes: 27 additions & 0 deletions .github/workflows/test-integration-v2-kradalby.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
name: Integration Test v2 - kradalby

on: [pull_request]

jobs:
integration-test-v2-kradalby:
runs-on: [self-hosted, linux, x64, nixos, docker]

steps:
- uses: actions/checkout@v3
with:
fetch-depth: 2

# - name: Get changed files
# id: changed-files
# uses: tj-actions/changed-files@v14.1
# with:
# files: |
# *.nix
# go.*
# **/*.go
# integration_test/
# config-example.yaml

- name: Run general integration tests
# if: steps.changed-files.outputs.any_changed == 'true'
run: nix develop --command -- make test_integration_v2_general

0 comments on commit 889223e

Please sign in to comment.