[ci] Archive compiled Debian packages and Python wheels (#6650)

Archive compiled Debian packages and Python wheels so that the artifacts can be downloaded and used by other pipelines.
Also archive related log files.
This commit is contained in:
Joe LeVeque 2021-02-02 23:42:03 -08:00 committed by GitHub
parent c98e8d6690
commit c488c2d94f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,3 +4,9 @@
!target/*.img.gz !target/*.img.gz
!target/docker-sonic-vs.gz !target/docker-sonic-vs.gz
!target/docker-ptf.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