Skip to content

Commit c488c2d

Browse files
authored
[ci] Archive compiled Debian packages and Python wheels (sonic-net#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.
1 parent c98e8d6 commit c488c2d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.artifactignore

+6
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,9 @@
44
!target/*.img.gz
55
!target/docker-sonic-vs.gz
66
!target/docker-ptf.gz
7+
!target/debs/**/*.deb
8+
!target/debs/**/*.deb.log
9+
!target/debs/**/*.deb-install.log
10+
!target/python-wheels/*.whl
11+
!target/python-wheels/*.whl.log
12+
!target/python-wheels/*.whl-install.log

0 commit comments

Comments
 (0)