Skip to content

Commit 225115c

Browse files
committed
feat: add skip_tests input to release workflow for test bypass
- Introduced `skip_tests` input to optionally bypass Docker verification and test tasks during the release. - Updated workflow steps to conditionally execute based on `skip_tests` flag. - Modified Gradle release task to exclude test-related tasks when `skip_tests` is enabled.
1 parent c112b5c commit 225115c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

core/src/main/kotlin/org/openprojectx/bigdata/test/core/container/BigDataContainerFactory.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ internal class BigDataContainerFactory(
8686
.withEnv("KERBY_KDC_BIND_HOST", "0.0.0.0")
8787
.withEnv("KERBY_CLIENT_KDC_HOST", "kerby-kdc")
8888
.withEnv("KERBY_CLIENT_DOMAIN", kerberos.domain)
89+
.withEnv("JAVA_TOOL_OPTIONS", "-Djava.security.krb5.conf=/opt/kerby/conf/krb5.conf")
8990
.withEnv("KERBY_PREAUTH_REQUIRED", "false")
9091
.withEnv("KERBY_PA_ENC_TIMESTAMP_REQUIRED", "false")
9192
.withEnv("KERBY_CLIENT_PRINCIPAL", kerberos.clientPrincipal)

0 commit comments

Comments
 (0)