From eff44d084ffe49024c932b0d7d20787b037a0a88 Mon Sep 17 00:00:00 2001 From: Sergei Lukianov Date: Sat, 1 Feb 2025 11:48:52 -0800 Subject: [PATCH] DO NOT MERGE: Run a ton of vlabs for testing Signed-off-by: Sergei Lukianov --- .github/workflows/ci.yaml | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index d8d602cb..e9dda4b4 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -201,6 +201,16 @@ jobs: - usb - iso - manual + multiplier: + - 1 + - 2 + - 3 + - 4 + - 5 + - 6 + - 7 + - 8 + - 9 include: - fabricmode: collapsed-core includeonie: false @@ -215,7 +225,7 @@ jobs: steps: - name: Runner host run: | - echo "$KUBE_NODE" + echo "Runner: $KUBE_NODE" >> "$GITHUB_OUTPUT" - name: Checkout repository uses: actions/checkout@v4 @@ -254,7 +264,7 @@ jobs: uses: actions/upload-artifact@v4 if: ${{ always() }} with: - name: show-tech-vlab-${{ matrix.fabricmode }}-${{ matrix.includeonie }}-${{ matrix.buildmode }} + name: show-tech-vlab-${{ matrix.fabricmode }}-${{ matrix.includeonie }}-${{ matrix.buildmode }}-${{ matrix.multiplier }} path: show-tech-output - name: Setup tmate session for debug