From 485d6be38a506d5d4d56ef9a216064b4d8c3dae6 Mon Sep 17 00:00:00 2001 From: Roman Dodin Date: Fri, 6 Oct 2023 17:19:24 +0300 Subject: [PATCH] parallelize vxlan tests --- .github/workflows/vxlan-tests.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/vxlan-tests.yml b/.github/workflows/vxlan-tests.yml index 18b222abf..ab2bf93b5 100644 --- a/.github/workflows/vxlan-tests.yml +++ b/.github/workflows/vxlan-tests.yml @@ -10,6 +10,9 @@ jobs: matrix: runtime: - "docker" + test-suite: + - "01*.robot" + - "02*.robot" steps: - name: Checkout uses: actions/checkout@v4 @@ -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