Skip to content

Commit

Permalink
e2e: enable policy test on bare metal
Browse files Browse the repository at this point in the history
  • Loading branch information
burgerdev committed Oct 1, 2024
1 parent d4f7faa commit 8daea21
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,19 +36,6 @@ jobs:
runner: TDX
self-hosted: true
test_name: [servicemesh, openssl, policy, workloadsecret, volumestatefulset]
exclude:
# We don't have policies on K3s-qemu yet, so there's no point in
# running those tests.
- platform:
name: K3s-QEMU-SNP
runner: SNP
self-hosted: true
test_name: policy
- platform:
name: K3s-QEMU-TDX
runner: TDX
self-hosted: true
test_name: policy
fail-fast: false
name: "${{ matrix.platform.name }} / ${{ matrix.test_name }}"
runs-on: ${{ matrix.platform.runner }}
Expand Down

0 comments on commit 8daea21

Please sign in to comment.