From 64f2d52f87f8974303e34f92cd4e2a83e1a4bdf9 Mon Sep 17 00:00:00 2001 From: Liu Shilong Date: Wed, 28 Aug 2024 16:40:47 +0800 Subject: [PATCH 1/2] Fix pipeline --- azure-pipelines.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 9beaef8e..819cf19c 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -99,6 +99,7 @@ jobs: runVersion: 'latestFromBranch' runBranch: 'refs/heads/$(sourceBranch)' path: '$(Build.SourcesDirectory)/sonic-swss-common' + allowPartiallySucceededBuilds: true displayName: "Download sonic swss common deb packages" - script: | sudo dpkg -i sonic-swss-common/libswsscommon_1.0.0_amd64.deb From 4cab604bb4938c516f55c8339e25210e91437c0e Mon Sep 17 00:00:00 2001 From: Liu Shilong Date: Wed, 28 Aug 2024 16:54:08 +0800 Subject: [PATCH 2/2] fix --- azure-pipelines.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 819cf19c..aeaec40f 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -197,6 +197,7 @@ jobs: runVersion: 'latestFromBranch' runBranch: 'refs/heads/$(sourceBranch)' path: '$(Build.SourcesDirectory)/sonic-swss-common.arm64' + allowPartiallySucceededBuilds: true displayName: "Download sonic swss common deb packages" - script: | sudo dpkg -i sonic-swss-common.arm64/libswsscommon_1.0.0_arm64.deb @@ -289,6 +290,7 @@ jobs: runVersion: 'latestFromBranch' runBranch: 'refs/heads/$(sourceBranch)' path: '$(Build.SourcesDirectory)/sonic-swss-common.armhf' + allowPartiallySucceededBuilds: true displayName: "Download sonic swss common deb packages" - script: | sudo dpkg -i sonic-swss-common.armhf/libswsscommon_1.0.0_armhf.deb