Skip to content

Commit

Permalink
e2e/baremetal: fix test matrix
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Meyer <[email protected]>
  • Loading branch information
katexochen committed Aug 30, 2024
1 parent e936d50 commit 82f74d3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/e2e_openssl_baremetal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
test:
strategy:
matrix:
test_name: [servicemesh, openssl, policy, workloadsecret]
test_name: [servicemesh, openssl, workloadsecret]
tee: [SNP, TDX]
fail-fast: false

Expand All @@ -47,11 +47,11 @@ jobs:
EOF
- name: Build and prepare deployments
run: |
just coordinator initializer openssl port-forwarder node-installer K3s-QEMU-${{ matrix.tee }}
just coordinator initializer openssl port-forwarder service-mesh-proxy node-installer K3s-QEMU-${{ matrix.tee }}
- name: E2E Test
run: |
nix run .#scripts.get-logs workspace/e2e.namespace &
nix shell .#contrast.e2e --command openssl.test -test.v \
nix shell .#contrast.e2e --command ${{ matrix.test_name }}.test -test.v \
--image-replacements workspace/just.containerlookup \
--namespace-file workspace/e2e.namespace \
--platform K3s-QEMU-${{ matrix.tee }} \
Expand Down

0 comments on commit 82f74d3

Please sign in to comment.