Skip to content

Commit

Permalink
DO NOT MERGE: Run a ton of vlabs for testing
Browse files Browse the repository at this point in the history
Signed-off-by: Sergei Lukianov <me@slukjanov.name>
  • Loading branch information
Frostman committed Feb 1, 2025
1 parent 09f7ece commit eff44d0
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,16 @@ jobs:
- usb
- iso
- manual
multiplier:
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
include:
- fabricmode: collapsed-core
includeonie: false
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit eff44d0

Please sign in to comment.