Skip to content

Commit

Permalink
Build libsai deb packages in github workflow (#450)
Browse files Browse the repository at this point in the history
* Build libsai deb packages in github workflow

Needed step for exposing later as artifacts to consume by other
pipelines

* Fix workflow name

* Upload libsai debian packages artifact

* Give full path

* Fail as error if no files were found
  • Loading branch information
kcudnik authored Oct 17, 2023
1 parent 9fb130f commit c18ea3f
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/dash-bmv2-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,4 +90,10 @@ jobs:
run: DOCKER_FLAGS=$docker_fg_flags make docker-saichallenger-client
- name: Run SAI-Challenger Tests
run: DOCKER_FLAGS=$docker_fg_root_flags make run-saichallenger-tests

- name: Build libsai debian packages
run: DOCKER_FLAGS=$docker_fg_root_flags make libsai-debs
- uses: actions/upload-artifact@v3
with:
name: libsai-debian-packages
path: /home/runner/work/DASH/DASH/dash-pipeline/SAI/debian/*deb
if-no-files-found: error

0 comments on commit c18ea3f

Please sign in to comment.