Skip to content

Commit

Permalink
[ci] Archive compiled Debian packages and Python wheels (#6650)
Browse files Browse the repository at this point in the history
Archive compiled Debian packages and Python wheels so that the artifacts can be downloaded and used by other pipelines.
Also archive related log files.
  • Loading branch information
jleveque authored Feb 3, 2021
1 parent c98e8d6 commit c488c2d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .artifactignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,9 @@
!target/*.img.gz
!target/docker-sonic-vs.gz
!target/docker-ptf.gz
!target/debs/**/*.deb
!target/debs/**/*.deb.log
!target/debs/**/*.deb-install.log
!target/python-wheels/*.whl
!target/python-wheels/*.whl.log
!target/python-wheels/*.whl-install.log

0 comments on commit c488c2d

Please sign in to comment.