Skip to content

Commit

Permalink
Revert "disable requirement of succeeded jobs for testing"
Browse files Browse the repository at this point in the history
This reverts commit dcd8592.
  • Loading branch information
geigerj0 committed Jun 7, 2024
1 parent 4b759c2 commit 3bb394b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/autoscaler/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ jobs:
- in_parallel:
- get: bbl-state
- get: app-autoscaler-release
# passed: [unit-tests, integration-tests] disabled this here just for testing
passed: [unit-tests, integration-tests]
trigger: true
- get: ci
- task: make-prerelease
Expand Down Expand Up @@ -268,7 +268,7 @@ jobs:
- in_parallel:
- get: bbl-state
- get: app-autoscaler-release
# passed: [unit-tests, integration-tests] disabled this here just for testing
passed: [unit-tests, integration-tests]
trigger: true
- get: ci
- task: make-prerelease
Expand Down

0 comments on commit 3bb394b

Please sign in to comment.