Skip to content

Commit

Permalink
skip some tests when running on linux 4.19 and add test for 6.12
Browse files Browse the repository at this point in the history
  • Loading branch information
mozillazg committed Jan 18, 2025
1 parent da05d77 commit e138c81
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,8 @@ jobs:
# renovate: datasource=docker depName=quay.io/lvh-images/kernel-images
- '6.6-20241031.113911'
# renovate: datasource=docker depName=quay.io/lvh-images/kernel-images
- '6.12-20250116.014736'
# renovate: datasource=docker depName=quay.io/lvh-images/kernel-images
- 'bpf-20241101.013334'
# renovate: datasource=docker depName=quay.io/lvh-images/kernel-images
- 'bpf-next-20241101.013334'
Expand Down Expand Up @@ -300,10 +302,12 @@ jobs:
exit 1
- name: build demo app
if: ${{ (!startsWith(matrix.kernel, '5.4')) && (!startsWith(matrix.kernel, '4.')) }}
run: |
make -C testdata/gohttpapp build
- name: Test go tls keylog (unstripped)
if: ${{ (!startsWith(matrix.kernel, '5.4')) && (!startsWith(matrix.kernel, '4.')) }}
uses: cilium/little-vm-helper@97c89f004bd0ab4caeacfe92ebc956e13e362e6b # v0.0.19
with:
provision: 'false'
Expand All @@ -322,6 +326,7 @@ jobs:
exit 1
- name: Test go tls keylog (PIE)
if: ${{ (!startsWith(matrix.kernel, '5.4')) && (!startsWith(matrix.kernel, '4.')) }}
uses: cilium/little-vm-helper@97c89f004bd0ab4caeacfe92ebc956e13e362e6b # v0.0.19
with:
provision: 'false'
Expand All @@ -340,6 +345,7 @@ jobs:
exit 1
- name: Test go tls keylog (stripped)
if: ${{ (!startsWith(matrix.kernel, '5.4')) && (!startsWith(matrix.kernel, '4.')) }}
uses: cilium/little-vm-helper@97c89f004bd0ab4caeacfe92ebc956e13e362e6b # v0.0.19
with:
provision: 'false'
Expand All @@ -358,6 +364,7 @@ jobs:
exit 1
- name: Test go tls keylog (stripped + PIE)
if: ${{ (!startsWith(matrix.kernel, '5.4')) && (!startsWith(matrix.kernel, '4.')) }}
uses: cilium/little-vm-helper@97c89f004bd0ab4caeacfe92ebc956e13e362e6b # v0.0.19
with:
provision: 'false'
Expand Down

0 comments on commit e138c81

Please sign in to comment.