Skip to content

Commit 3785e41

Browse files
committed
ci: show hhfab versions
Signed-off-by: Pau Capdevila <[email protected]>
1 parent cbf894e commit 3785e41

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
@@ -301,6 +301,7 @@ jobs:
301301
HHFAB_VLAB_COLLECT: true
302302
if: ${{ env.run_release_test == 'true' }}
303303
run: |
304+
bin/hhfab versions
304305
bin/hhfab init -v --dev -m ${{ matrix.fabricmode }} --include-onie=${{ matrix.includeonie }} --gateway=${{ matrix.gateway }}
305306
bin/hhfab vlab gen -v
306307
export HHFAB_JOIN_TOKEN=$(openssl rand -base64 24)
@@ -320,6 +321,7 @@ jobs:
320321
HHFAB_VLAB_COLLECT: true
321322
if: ${{ env.run_release_test != 'true' }}
322323
run: |
324+
bin/hhfab versions
323325
bin/hhfab init -v --dev -m ${{ matrix.fabricmode }} --include-onie=${{ matrix.includeonie }} --gateway=${{ matrix.gateway }}
324326
bin/hhfab vlab gen -v
325327
export HHFAB_JOIN_TOKEN=$(openssl rand -base64 24)
@@ -409,6 +411,7 @@ jobs:
409411
mkdir old
410412
curl -fsSL https://i.hhdev.io/hhfab | USE_SUDO=false INSTALL_DIR=./old VERSION="${{ matrix.fromversion }}" bash
411413
414+
bin/hhfab versions
412415
old/hhfab init -v --dev -m ${{ matrix.fabricmode }} --include-onie=true
413416
old/hhfab vlab gen -v
414417
old/hhfab vlab up -v --ready setup-vpcs --ready test-connectivity --ready exit ${{ matrix.fromflags }}
@@ -429,6 +432,7 @@ jobs:
429432
HHFAB_REG_REPO: 127.0.0.1:30000
430433
HHFAB_VLAB_COLLECT: true
431434
run: |
435+
bin/hhfab versions
432436
bin/hhfab vlab up -v --ready inspect --ready setup-vpcs --ready test-connectivity --ready exit --upgrade
433437
434438
- name: Upload show-tech artifacts
@@ -443,6 +447,7 @@ jobs:
443447
HHFAB_REG_REPO: 127.0.0.1:30000
444448
HHFAB_VLAB_COLLECT: true
445449
run: |
450+
bin/hhfab versions
446451
bin/hhfab vlab up -v --ready wait --ready exit -m=manual
447452
448453
- name: Upload show-tech artifacts
@@ -549,6 +554,7 @@ jobs:
549554
if: ${{ env.run_release_test == 'true' }}
550555
run: |
551556
source "./lab-ci/envs/$KUBE_NODE/source.sh"
557+
bin/hhfab versions
552558
bin/hhfab init -v --dev --include-onie=${{ matrix.includeonie }} -w "./lab-ci/envs/$KUBE_NODE/wiring.yaml"
553559
554560
# TODO: make controls restricted again when we figure out how to get NTP upstream working for isolated VMs
@@ -569,6 +575,7 @@ jobs:
569575
if: ${{ env.run_release_test != 'true' }}
570576
run: |
571577
source "./lab-ci/envs/$KUBE_NODE/source.sh"
578+
bin/hhfab versions
572579
bin/hhfab init -v --dev --include-onie=${{ matrix.includeonie }} -w "./lab-ci/envs/$KUBE_NODE/wiring.yaml"
573580
574581
# TODO: make controls restricted again when we figure out how to get NTP upstream working for isolated VMs

0 commit comments

Comments
 (0)