Skip to content

Commit

Permalink
parallelize vxlan tests
Browse files Browse the repository at this point in the history
  • Loading branch information
hellt committed Oct 6, 2023
1 parent 6d6ebb8 commit 485d6be
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/vxlan-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ jobs:
matrix:
runtime:
- "docker"
test-suite:
- "01*.robot"
- "02*.robot"
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down Expand Up @@ -42,13 +45,13 @@ jobs:

- name: Run tests
run: |
bash ./tests/rf-run.sh ${{ matrix.runtime }} ./tests/08-vxlan/
bash ./tests/rf-run.sh ${{ matrix.runtime }} ./tests/08-vxlan/${{ matrix.test-suite }}
# upload test reports as a zip file
- uses: actions/upload-artifact@v3
if: always()
with:
name: 08-vxlan-log
name: 08-${{ matrix.runtime }}-vxlan-log
path: ./tests/out/*.html

# upload coverage report from unit tests, as they are then
Expand Down

0 comments on commit 485d6be

Please sign in to comment.