Skip to content

Commit

Permalink
{CI} Remove continueOnError (#29307)
Browse files Browse the repository at this point in the history
  • Loading branch information
bebound authored Jul 4, 2024
1 parent d755fb9 commit add4b2c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -1016,7 +1015,6 @@ jobs:
ArtifactName: $(deb_system)-$(distro)-$(arch)

- job: TestDebPackages
continueOnError: true
timeoutInMinutes: 120
displayName: Test Deb Packages
dependsOn:
Expand Down

0 comments on commit add4b2c

Please sign in to comment.