Skip to content

Commit

Permalink
Disable xdp on ubuntu 22.04 (#265)
Browse files Browse the repository at this point in the history
* drop xdp for ubuntu 22.04

* remove ubuntu24

* fix
  • Loading branch information
ami-GS authored Aug 5, 2024
1 parent 8d549bf commit 880a05c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/quic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,6 @@ jobs:
tls: 'openssl'
- os: 'ubuntu-22.04'
tls: 'openssl3'
xdp: '-UseXdp'
uses: microsoft/msquic/.github/workflows/build-reuse-unix.yml@main
with:
os: ${{ matrix.os }}
Expand Down Expand Up @@ -507,12 +506,6 @@ jobs:
- name: Lowercase runner.os
shell: pwsh
run: echo "OS=$('${{runner.os}}'.ToLower())" >> $env:GITHUB_ENV
- name: Download Linux XDP Artifacts
uses: actions/download-artifact@8caf195ad4b1dee92908e23f56eeb0696f1dd42d
if: ${{ matrix.os == 'ubuntu-22.04' }} # xdp build includes epoll io
with:
name: Release-${{env.OS}}-${{ matrix.os }}-${{ matrix.arch }}-${{ matrix.tls }}-UseXdp-Perf
path: artifacts
- name: Download Kernel Drivers
uses: actions/download-artifact@8caf195ad4b1dee92908e23f56eeb0696f1dd42d
if: ${{ matrix.io == 'wsk' }}
Expand All @@ -521,7 +514,6 @@ jobs:
path: artifacts
- name: Download Artifacts
uses: actions/download-artifact@8caf195ad4b1dee92908e23f56eeb0696f1dd42d
if: ${{ matrix.os != 'ubuntu-22.04' }}
with:
name: Release-${{env.OS}}-${{ matrix.os == 'windows-2025' && 'windows-2022' || matrix.os }}-${{ matrix.arch }}-${{ matrix.tls }}-Perf
path: artifacts
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/quic_matrix.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,5 @@
{ "env": "lab", "os": "windows-2025", "arch": "x64", "tls": "schannel", "io": "xdp" },
{ "env": "lab", "os": "windows-2025", "arch": "x64", "tls": "schannel", "io": "wsk" },
{ "env": "lab", "os": "ubuntu-20.04", "arch": "x64", "tls": "openssl", "io": "epoll" },
{ "env": "lab", "os": "ubuntu-22.04", "arch": "x64", "tls": "openssl3", "io": "epoll" },
{ "env": "lab", "os": "ubuntu-22.04", "arch": "x64", "tls": "openssl3", "io": "xdp" }
{ "env": "lab", "os": "ubuntu-22.04", "arch": "x64", "tls": "openssl3", "io": "epoll" }
]

0 comments on commit 880a05c

Please # to comment.