This is an automated email from the ASF dual-hosted git repository.
adoroszlai pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ozone.git
The following commit(s) were added to refs/heads/master by this push:
new a7d7e37fe1 HDDS-11456. Require successful dependency/licence checks
for acceptance/compile/kubernetes (#7192)
a7d7e37fe1 is described below
commit a7d7e37fe18a70064e6f50f1152cdabfd0ab3932
Author: Doroszlai, Attila <[email protected]>
AuthorDate: Fri Sep 13 16:30:05 2024 +0200
HDDS-11456. Require successful dependency/licence checks for
acceptance/compile/kubernetes (#7192)
---
.github/workflows/ci.yml | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index bd0a12edd9..49034e7fe6 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -171,6 +171,8 @@ jobs:
- build-info
- build
- basic
+ - dependency
+ - license
timeout-minutes: 45
if: needs.build-info.outputs.needs-compile == 'true'
strategy:
@@ -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'
@@ -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'
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]