Skip to content

Commit

Permalink
e2e: improve test nameing
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 82f74d3 commit 62259be
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: e2e Kubenernetes tests
name: e2e test AKS

on:
workflow_dispatch:
Expand Down Expand Up @@ -27,7 +27,7 @@ jobs:
matrix:
test_name: [servicemesh, openssl, policy, workloadsecret]
fail-fast: false

name: ${{ matrix.test_name }}
runs-on: ubuntu-22.04
permissions:
contents: read
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: e2e test openssl baremetal
name: e2e test baremetal

on:
workflow_dispatch:
Expand All @@ -22,10 +22,10 @@ jobs:
test:
strategy:
matrix:
test_name: [servicemesh, openssl, workloadsecret]
tee: [SNP, TDX]
test_name: [servicemesh, openssl, workloadsecret]
fail-fast: false

name: "${{ matrix.tee }} / ${{ matrix.test_name }}"
runs-on:
labels: ${{ matrix.tee }}
permissions:
Expand Down

0 comments on commit 62259be

Please sign in to comment.