From 7f2fc64fb27f746953f94bb4ea1471838d0a23de Mon Sep 17 00:00:00 2001 From: Mohammed Naser Date: Tue, 4 Jul 2023 02:15:43 +0000 Subject: [PATCH] ci: run all versions --- .github/workflows/test.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 71b0b80b..9eebb541 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -132,6 +132,9 @@ jobs: functional: runs-on: ubuntu-latest-16-cores + concurrency: + group: ${{ github.ref }} + cancel-in-progress: true strategy: fail-fast: false matrix: @@ -151,15 +154,15 @@ jobs: - name: Install Magnum with Cluster API run: ./hack/stack.sh - - name: Setup "tmate" session - uses: mxschmitt/action-tmate@v3 + # - name: Setup "tmate" session + # uses: mxschmitt/action-tmate@v3 - name: Run functional tests run: | ./hack/run-functional-tests.sh env: KUBE_TAG: "${{ matrix.kube }}" - NODE_COUNT: 5 + NODE_COUNT: 2 - name: Upload Sonobuoy results uses: actions/upload-artifact@v3