Skip to content

Commit a593c1d

Browse files
committed
ci: show hhfab versions
Signed-off-by: Pau Capdevila <[email protected]>
1 parent 46bb8dc commit a593c1d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -318,6 +318,7 @@ jobs:
318318
HHFAB_VLAB_COLLECT: true
319319
if: ${{ env.run_release_test == 'true' }}
320320
run: |
321+
bin/hhfab versions
321322
bin/hhfab init -v --dev -m ${{ matrix.fabricmode }} --include-onie=${{ matrix.includeonie }} --gateway=${{ matrix.gateway }}
322323
bin/hhfab vlab gen -v
323324
export HHFAB_JOIN_TOKEN=$(openssl rand -base64 24)
@@ -337,6 +338,7 @@ jobs:
337338
HHFAB_VLAB_COLLECT: true
338339
if: ${{ env.run_release_test != 'true' }}
339340
run: |
341+
bin/hhfab versions
340342
bin/hhfab init -v --dev -m ${{ matrix.fabricmode }} --include-onie=${{ matrix.includeonie }} --gateway=${{ matrix.gateway }}
341343
bin/hhfab vlab gen -v
342344
bin/hhfab diagram -f mermaid
@@ -434,6 +436,7 @@ jobs:
434436
mkdir old
435437
curl -fsSL https://i.hhdev.io/hhfab | USE_SUDO=false INSTALL_DIR=./old VERSION="${{ matrix.fromversion }}" bash
436438
439+
bin/hhfab versions
437440
old/hhfab init -v --dev -m ${{ matrix.fabricmode }} --include-onie=true
438441
old/hhfab vlab gen -v
439442
old/hhfab vlab up -v --ready setup-vpcs --ready test-connectivity --ready exit ${{ matrix.fromflags }}
@@ -454,6 +457,7 @@ jobs:
454457
HHFAB_REG_REPO: 127.0.0.1:30000
455458
HHFAB_VLAB_COLLECT: true
456459
run: |
460+
bin/hhfab versions
457461
bin/hhfab vlab up -v --ready inspect --ready setup-vpcs --ready test-connectivity --ready exit --upgrade
458462
459463
- name: Upload show-tech artifacts
@@ -468,6 +472,7 @@ jobs:
468472
HHFAB_REG_REPO: 127.0.0.1:30000
469473
HHFAB_VLAB_COLLECT: true
470474
run: |
475+
bin/hhfab versions
471476
bin/hhfab vlab up -v --ready wait --ready exit -m=manual
472477
473478
- name: Upload show-tech artifacts
@@ -574,6 +579,7 @@ jobs:
574579
if: ${{ env.run_release_test == 'true' }}
575580
run: |
576581
source "./lab-ci/envs/$KUBE_NODE/source.sh"
582+
bin/hhfab versions
577583
bin/hhfab init -v --dev --include-onie=${{ matrix.includeonie }} -w "./lab-ci/envs/$KUBE_NODE/wiring.yaml"
578584
579585
# TODO: make controls restricted again when we figure out how to get NTP upstream working for isolated VMs
@@ -594,6 +600,7 @@ jobs:
594600
if: ${{ env.run_release_test != 'true' }}
595601
run: |
596602
source "./lab-ci/envs/$KUBE_NODE/source.sh"
603+
bin/hhfab versions
597604
bin/hhfab init -v --dev --include-onie=${{ matrix.includeonie }} -w "./lab-ci/envs/$KUBE_NODE/wiring.yaml"
598605
bin/hhfab diagram -f mermaid
599606

0 commit comments

Comments
 (0)