mirror of
https://github.com/daeuniverse/dae.git
synced 2025-07-05 16:00:24 +07:00
test(ci/kernel-test): Update kernels in ci (#837)
This commit is contained in:
38
.github/workflows/kernel-test.yml
vendored
38
.github/workflows/kernel-test.yml
vendored
@ -43,7 +43,7 @@ jobs:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
kernel: [ '6.1-20240305.092417', '6.6-20240305.092417' ]
|
||||
kernel: [ '6.1-20250527.055456', '6.6-20250527.055456', '6.12-20250527.055456' ]
|
||||
timeout-minutes: 10
|
||||
steps:
|
||||
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
|
||||
@ -69,7 +69,7 @@ jobs:
|
||||
apt install -y unzip
|
||||
|
||||
- name: Setup network
|
||||
uses: cilium/little-vm-helper@v0.0.23
|
||||
uses: cilium/little-vm-helper@v0.0.23
|
||||
with:
|
||||
provision: 'false'
|
||||
cmd: |
|
||||
@ -80,7 +80,7 @@ jobs:
|
||||
docker run -td --name dae --privileged --network dae -v /host:/host -v /sys:/sys ubuntu:22.04 bash
|
||||
|
||||
- name: Setup v2ray server
|
||||
uses: cilium/little-vm-helper@v0.0.23
|
||||
uses: cilium/little-vm-helper@v0.0.23
|
||||
with:
|
||||
provision: 'false'
|
||||
cmd: |
|
||||
@ -128,7 +128,7 @@ jobs:
|
||||
echo '{"v":"2","ps":"test","add":"v2ray","port":"23333","id":"b004539e-0d7b-7996-c378-fb040e42de70","aid":"0","net":"tcp","tls":"","type":"none","path":"","host":"v2ray"}' > vmess.json
|
||||
|
||||
- name: Setup dae server
|
||||
uses: cilium/little-vm-helper@v0.0.23
|
||||
uses: cilium/little-vm-helper@v0.0.23
|
||||
with:
|
||||
provision: 'false'
|
||||
cmd: |
|
||||
@ -172,7 +172,7 @@ jobs:
|
||||
cat dae.log
|
||||
|
||||
- name: Check WAN IPv4 TCP
|
||||
uses: cilium/little-vm-helper@v0.0.23
|
||||
uses: cilium/little-vm-helper@v0.0.23
|
||||
with:
|
||||
provision: 'false'
|
||||
cmd: |
|
||||
@ -183,7 +183,7 @@ jobs:
|
||||
cat /host/v2ray.access.log | grep -q 'accepted tcp:1.1.1.1:443'
|
||||
|
||||
- name: Check WAN IPv4 UDP
|
||||
uses: cilium/little-vm-helper@v0.0.23
|
||||
uses: cilium/little-vm-helper@v0.0.23
|
||||
with:
|
||||
provision: 'false'
|
||||
cmd: |
|
||||
@ -194,7 +194,7 @@ jobs:
|
||||
cat /host/v2ray.access.log | grep -q 'accepted udp:1.1.1.1:53'
|
||||
|
||||
- name: Check WAN IPv6 TCP
|
||||
uses: cilium/little-vm-helper@v0.0.23
|
||||
uses: cilium/little-vm-helper@v0.0.23
|
||||
with:
|
||||
provision: 'false'
|
||||
cmd: |
|
||||
@ -205,7 +205,7 @@ jobs:
|
||||
cat /host/dae.log | grep -F -- '-> [2606:4700:4700::1111]:443'
|
||||
|
||||
- name: Check WAN IPv6 UDP
|
||||
uses: cilium/little-vm-helper@v0.0.23
|
||||
uses: cilium/little-vm-helper@v0.0.23
|
||||
with:
|
||||
provision: 'false'
|
||||
cmd: |
|
||||
@ -215,7 +215,7 @@ jobs:
|
||||
cat /host/dae.log | grep -F -- '-> [2606:4700:4700::1111]:53'
|
||||
|
||||
- name: Setup WAN UDP port conflict
|
||||
uses: cilium/little-vm-helper@v0.0.23
|
||||
uses: cilium/little-vm-helper@v0.0.23
|
||||
with:
|
||||
provision: 'false'
|
||||
cmd: |
|
||||
@ -228,7 +228,7 @@ jobs:
|
||||
nohup docker exec dae nc -lu 53 &> nc.log &
|
||||
|
||||
- name: Check WAN IPv4 UDP with port conflict
|
||||
uses: cilium/little-vm-helper@v0.0.23
|
||||
uses: cilium/little-vm-helper@v0.0.23
|
||||
with:
|
||||
provision: 'false'
|
||||
cmd: |
|
||||
@ -239,7 +239,7 @@ jobs:
|
||||
cat /host/v2ray.access.log | grep -q 'accepted udp:1.1.1.1:53'
|
||||
|
||||
- name: Check WAN IPv6 UDP with port conflict
|
||||
uses: cilium/little-vm-helper@v0.0.23
|
||||
uses: cilium/little-vm-helper@v0.0.23
|
||||
with:
|
||||
provision: 'false'
|
||||
cmd: |
|
||||
@ -249,7 +249,7 @@ jobs:
|
||||
cat /host/dae.log | grep -F -- '-> [2606:4700:4700::1111]:53'
|
||||
|
||||
- name: Setup LAN
|
||||
uses: cilium/little-vm-helper@v0.0.23
|
||||
uses: cilium/little-vm-helper@v0.0.23
|
||||
with:
|
||||
provision: 'false'
|
||||
cmd: |
|
||||
@ -325,7 +325,7 @@ jobs:
|
||||
cat dae.log
|
||||
|
||||
- name: Check LAN IPv4 TCP
|
||||
uses: cilium/little-vm-helper@v0.0.23
|
||||
uses: cilium/little-vm-helper@v0.0.23
|
||||
with:
|
||||
provision: 'false'
|
||||
cmd: |
|
||||
@ -336,7 +336,7 @@ jobs:
|
||||
cat /host/v2ray.access.log | grep -q 'accepted tcp:1.0.0.1:80'
|
||||
|
||||
- name: Check LAN IPv4 UDP
|
||||
uses: cilium/little-vm-helper@v0.0.23
|
||||
uses: cilium/little-vm-helper@v0.0.23
|
||||
with:
|
||||
provision: 'false'
|
||||
cmd: |
|
||||
@ -347,7 +347,7 @@ jobs:
|
||||
cat /host/v2ray.access.log | grep -q 'accepted udp:8.8.4.4:53'
|
||||
|
||||
- name: Check LAN IPv6 TCP
|
||||
uses: cilium/little-vm-helper@v0.0.23
|
||||
uses: cilium/little-vm-helper@v0.0.23
|
||||
with:
|
||||
provision: 'false'
|
||||
cmd: |
|
||||
@ -358,7 +358,7 @@ jobs:
|
||||
cat /host/dae.log | grep -F -- '-> [2606:4700:4700::1001]:80'
|
||||
|
||||
- name: Check LAN IPv6 UDP
|
||||
uses: cilium/little-vm-helper@v0.0.23
|
||||
uses: cilium/little-vm-helper@v0.0.23
|
||||
with:
|
||||
provision: 'false'
|
||||
cmd: |
|
||||
@ -368,7 +368,7 @@ jobs:
|
||||
cat /host/dae.log | grep -F -- '-> [2001:4860:4860::8844]:53'
|
||||
|
||||
- name: Setup LAN UDP port conflict
|
||||
uses: cilium/little-vm-helper@v0.0.23
|
||||
uses: cilium/little-vm-helper@v0.0.23
|
||||
with:
|
||||
provision: 'false'
|
||||
cmd: |
|
||||
@ -387,7 +387,7 @@ jobs:
|
||||
nohup docker exec dae nc -lu 53 &> nc.log &
|
||||
|
||||
- name: Check LAN IPv4 UDP with port conflict
|
||||
uses: cilium/little-vm-helper@v0.0.23
|
||||
uses: cilium/little-vm-helper@v0.0.23
|
||||
with:
|
||||
provision: 'false'
|
||||
cmd: |
|
||||
@ -398,7 +398,7 @@ jobs:
|
||||
cat /host/v2ray.access.log | grep -q 'accepted udp:8.8.4.4:53'
|
||||
|
||||
- name: Check LAN IPv6 UDP with port conflict
|
||||
uses: cilium/little-vm-helper@v0.0.23
|
||||
uses: cilium/little-vm-helper@v0.0.23
|
||||
with:
|
||||
provision: 'false'
|
||||
cmd: |
|
||||
|
Reference in New Issue
Block a user