Skip to content

Commit

Permalink
is it the container that changed?
Browse files Browse the repository at this point in the history
Signed-off-by: Kristoffer Dalby <[email protected]>
  • Loading branch information
kradalby committed Dec 9, 2024
1 parent fb68e74 commit 7886a36
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test-integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -105,9 +105,9 @@ jobs:
- uses: satackey/action-docker-layer-caching@main
if: steps.changed-files.outputs.files == 'true'
continue-on-error: true
- name: ensure /lib/modules
if: steps.changed-files.outputs.files == 'true'
run: sudo mkdir -p /lib/modules
# - name: ensure /lib/modules
# if: steps.changed-files.outputs.files == 'true'
# run: sudo mkdir -p /lib/modules
- name: Run Integration Test
uses: Wandalen/wretry.action@master
if: steps.changed-files.outputs.files == 'true'
Expand Down
8 changes: 4 additions & 4 deletions integration/scenario.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,10 @@ var (
// Tailscale started adding TS2021 support in CapabilityVersion>=28 (v1.24.0), but
// proper support in Headscale was only added for CapabilityVersion>=39 clients (v1.30.0).
tailscaleVersions2021 = map[string]bool{
"head": true,
"unstable": true,
"1.74": true, // CapVer: 106
"1.72": true, // CapVer: 104
"head": false,
"unstable": false,
"1.74": false, // CapVer: 106
"1.72": false, // CapVer: 104
"1.70": true, // CapVer: 102
"1.68": true, // CapVer: 97
"1.66": true, // CapVer: 95
Expand Down

0 comments on commit 7886a36

Please sign in to comment.