From add4b2cc69df23d4e664d79b6aec3e036b2d6e2c Mon Sep 17 00:00:00 2001 From: Hang Date: Thu, 4 Jul 2024 10:13:25 +0800 Subject: [PATCH] {CI} Remove continueOnError (#29307) --- azure-pipelines.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 009db3f6ca4..2aa493429b8 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -945,7 +945,6 @@ jobs: displayName: 'Test Rpm Package' - job: BuildDebPackages - continueOnError: true displayName: Build Deb Packages condition: and(succeeded(), in(variables['Build.Reason'], 'IndividualCI', 'BatchedCI', 'Manual', 'Schedule')) pool: @@ -1016,7 +1015,6 @@ jobs: ArtifactName: $(deb_system)-$(distro)-$(arch) - job: TestDebPackages - continueOnError: true timeoutInMinutes: 120 displayName: Test Deb Packages dependsOn: