Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci hlab upload show-tech diagnostics
Browse files Browse the repository at this point in the history
Signed-off-by: Pau Capdevila <pau@githedgehog.com>
pau-hedgehog committed Jan 20, 2025
1 parent a81dfed commit 5dea775
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -253,7 +253,7 @@ jobs:
uses: actions/upload-artifact@v4
if: ${{ always() }}
with:
name: show-tech-${{ matrix.fabricmode }}-${{ matrix.includeonie }}-${{ matrix.buildmode }}
name: show-tech-vlab-${{ matrix.fabricmode }}-${{ matrix.includeonie }}-${{ matrix.buildmode }}
path: show-tech-output

- name: Setup tmate session for debug
@@ -403,6 +403,13 @@ jobs:
bin/hhfab init -v --dev --include-onie=${{ matrix.includeonie }} -w "./lab-ci/envs/$KUBE_NODE/wiring.yaml"
bin/hhfab vlab up -v --ready switch-reinstall --ready setup-vpcs --ready test-connectivity --ready exit --mode=${{ matrix.buildmode }}
- name: Upload show-tech artifacts
uses: actions/upload-artifact@v4
if: ${{ always() }}
with:
name: show-tech-hlab-${{ matrix.fabricmode }}-${{ matrix.includeonie }}-${{ matrix.buildmode }}
path: show-tech-output

- name: Dump local registry logs
if: ${{ always() }}
run: |

0 comments on commit 5dea775

Please sign in to comment.