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)
  • Loading branch information
adoroszlai authored and sarvekshayr committed Oct 7, 2024
1 parent 5895197 commit 9d2c77d
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 9d2c77d

Please sign in to comment.