Skip to content

Commit

Permalink
Make hw CI job work
Browse files Browse the repository at this point in the history
Signed-off-by: Sergei Lukianov <[email protected]>
  • Loading branch information
Frostman committed Jan 15, 2025
1 parent 3f8983c commit d0bc66e
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/ci-hw.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: CI
name: CI-HW

concurrency:
group: hwci-${{ github.head_ref || github.run_id }}
group: ci-hw-${{ github.head_ref || github.run_id }}
cancel-in-progress: true

on:
Expand Down Expand Up @@ -53,9 +53,11 @@ jobs:
- name: hhfab init and vlab up
env:
HHFAB_REG_REPO: 127.0.0.1:30000
HHFAB_CONTROL_NODE_MGMT_LINK: pci@0000:01:00.3
run: |
bin/hhfab init -v --dev -m ${{ matrix.fabricmode }} --include-onie=${{ matrix.includeonie }}
bin/hhfab vlab gen -v
wget -O wiring.yaml https://gist.githubusercontent.com/Frostman/993c0bb21b5547a08a459f51d1ef65b7/raw/b07f95abd328ede74e832134a17bd4972c0b11ac/env-ci-1.wiring.yaml
bin/hhfab init -v --dev -m ${{ matrix.fabricmode }} --include-onie=${{ matrix.includeonie }} -w wiring.yaml
bin/hhfab vlab switch reinstall --yes # or use --ready switch-reinstall
bin/hhfab vlab up -v --ready setup-vpcs --ready test-connectivity --ready exit --mode=${{ matrix.buildmode }}
- name: Dump local registry logs
Expand Down

0 comments on commit d0bc66e

Please sign in to comment.