From 64ea8d91f855bd537cff0bb98560e878819cb6d4 Mon Sep 17 00:00:00 2001 From: Steven Koo Date: Mon, 22 Mar 2021 11:53:37 -0500 Subject: ci: support for x3xx devtest on rhombus Rhombus is a test suite that is intended run devtests for multiple devices in parallel. This commit adds support for x300 and x310 support. This uses redis to mutex access to the hardware between Azure Pipeline agents. This also updates the fpga using Vivado over ssh to the host machine. Signed-off-by: Steven Koo --- .ci/templates/job-uhd-build-src.yml | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to '.ci/templates/job-uhd-build-src.yml') diff --git a/.ci/templates/job-uhd-build-src.yml b/.ci/templates/job-uhd-build-src.yml index 6e945d789..366bb7509 100644 --- a/.ci/templates/job-uhd-build-src.yml +++ b/.ci/templates/job-uhd-build-src.yml @@ -65,11 +65,15 @@ jobs: vsArch: $(vsArch) vsYear: $(vsYear) - - task: CopyFiles@2 + - task: ArchiveFiles@2 inputs: - sourceFolder: $(Build.BinariesDirectory) - targetFolder: $(Build.ArtifactStagingDirectory) - displayName: Copy build files to artifact folder + rootFolderOrFile: $(Build.BinariesDirectory) + includeRootFolder: false + archiveType: tar + tarCompression: gz + archiveFile: $(Build.ArtifactStagingDirectory)/$(dockerOSName)-${{ parameters.toolset }}.tar.gz + replaceExistingArchive: true + displayName: Compress build files - task: CopyFiles@2 inputs: -- cgit v1.2.3