From c488c2d94f0905a7a86364556e8c904d99c31704 Mon Sep 17 00:00:00 2001 From: Joe LeVeque Date: Tue, 2 Feb 2021 23:42:03 -0800 Subject: [PATCH] [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. --- .artifactignore | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.artifactignore b/.artifactignore index 31785d84fa..5af70cce64 100644 --- a/.artifactignore +++ b/.artifactignore @@ -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