Skip to content

Commit

Permalink
HDDS-11456. Require successful dependency/licence checks for acceptan…
Browse files Browse the repository at this point in the history
…ce/compile/kubernetes (apache#7192)

(cherry picked from commit a7d7e37)
  • Loading branch information
adoroszlai committed Sep 16, 2024
1 parent 22ddfb9 commit cd79ec4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,8 @@ jobs:
- build-info
- build
- basic
- dependency
- license
timeout-minutes: 45
if: needs.build-info.outputs.needs-compile == 'true'
strategy:
Expand Down Expand Up @@ -407,6 +409,8 @@ jobs:
- build-info
- build
- basic
- dependency
- license
runs-on: ubuntu-20.04
timeout-minutes: 150
if: needs.build-info.outputs.needs-compose-tests == 'true'
Expand Down Expand Up @@ -454,6 +458,8 @@ jobs:
- build-info
- build
- basic
- dependency
- license
runs-on: ubuntu-20.04
timeout-minutes: 60
if: needs.build-info.outputs.needs-kubernetes-tests == 'true'
Expand Down

0 comments on commit cd79ec4

Please sign in to comment.