@@ -318,6 +318,7 @@ jobs:
318
318
HHFAB_VLAB_COLLECT : true
319
319
if : ${{ env.run_release_test == 'true' }}
320
320
run : |
321
+ bin/hhfab versions
321
322
bin/hhfab init -v --dev -m ${{ matrix.fabricmode }} --include-onie=${{ matrix.includeonie }} --gateway=${{ matrix.gateway }}
322
323
bin/hhfab vlab gen -v
323
324
export HHFAB_JOIN_TOKEN=$(openssl rand -base64 24)
@@ -337,6 +338,7 @@ jobs:
337
338
HHFAB_VLAB_COLLECT : true
338
339
if : ${{ env.run_release_test != 'true' }}
339
340
run : |
341
+ bin/hhfab versions
340
342
bin/hhfab init -v --dev -m ${{ matrix.fabricmode }} --include-onie=${{ matrix.includeonie }} --gateway=${{ matrix.gateway }}
341
343
bin/hhfab vlab gen -v
342
344
bin/hhfab diagram -f mermaid
@@ -434,6 +436,7 @@ jobs:
434
436
mkdir old
435
437
curl -fsSL https://i.hhdev.io/hhfab | USE_SUDO=false INSTALL_DIR=./old VERSION="${{ matrix.fromversion }}" bash
436
438
439
+ bin/hhfab versions
437
440
old/hhfab init -v --dev -m ${{ matrix.fabricmode }} --include-onie=true
438
441
old/hhfab vlab gen -v
439
442
old/hhfab vlab up -v --ready setup-vpcs --ready test-connectivity --ready exit ${{ matrix.fromflags }}
@@ -454,6 +457,7 @@ jobs:
454
457
HHFAB_REG_REPO : 127.0.0.1:30000
455
458
HHFAB_VLAB_COLLECT : true
456
459
run : |
460
+ bin/hhfab versions
457
461
bin/hhfab vlab up -v --ready inspect --ready setup-vpcs --ready test-connectivity --ready exit --upgrade
458
462
459
463
- name : Upload show-tech artifacts
@@ -468,6 +472,7 @@ jobs:
468
472
HHFAB_REG_REPO : 127.0.0.1:30000
469
473
HHFAB_VLAB_COLLECT : true
470
474
run : |
475
+ bin/hhfab versions
471
476
bin/hhfab vlab up -v --ready wait --ready exit -m=manual
472
477
473
478
- name : Upload show-tech artifacts
@@ -574,6 +579,7 @@ jobs:
574
579
if : ${{ env.run_release_test == 'true' }}
575
580
run : |
576
581
source "./lab-ci/envs/$KUBE_NODE/source.sh"
582
+ bin/hhfab versions
577
583
bin/hhfab init -v --dev --include-onie=${{ matrix.includeonie }} -w "./lab-ci/envs/$KUBE_NODE/wiring.yaml"
578
584
579
585
# TODO: make controls restricted again when we figure out how to get NTP upstream working for isolated VMs
@@ -594,6 +600,7 @@ jobs:
594
600
if : ${{ env.run_release_test != 'true' }}
595
601
run : |
596
602
source "./lab-ci/envs/$KUBE_NODE/source.sh"
603
+ bin/hhfab versions
597
604
bin/hhfab init -v --dev --include-onie=${{ matrix.includeonie }} -w "./lab-ci/envs/$KUBE_NODE/wiring.yaml"
598
605
bin/hhfab diagram -f mermaid
599
606
0 commit comments