From 0ab1156ef5d3eac5c000021e9c59254624d2cfc0 Mon Sep 17 00:00:00 2001 From: Tomo Suzuki Date: Thu, 22 Jun 2023 13:18:59 -0400 Subject: [PATCH] dependencies (17) --- .github/sync-repo-settings.yaml | 3 +-- .kokoro/build.sh | 3 ++- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/sync-repo-settings.yaml b/.github/sync-repo-settings.yaml index 19bc1242..4879f02a 100644 --- a/.github/sync-repo-settings.yaml +++ b/.github/sync-repo-settings.yaml @@ -29,8 +29,7 @@ branchProtectionRules: requiresStrictStatusChecks: false # List of required status check contexts that must pass for commits to be accepted to matching branches. requiredStatusCheckContexts: - - "dependencies (8)" - - "dependencies (11)" + - "dependencies (17)" - "lint" - "clirr" - "units (8)" diff --git a/.kokoro/build.sh b/.kokoro/build.sh index f315d0cc..1f2ae77d 100755 --- a/.kokoro/build.sh +++ b/.kokoro/build.sh @@ -47,7 +47,8 @@ set +e case ${JOB_TYPE} in test) - mvn test -B -ntp -Dclirr.skip=true -Denforcer.skip=true + echo "SUREFIRE_JVM_OPT: ${SUREFIRE_JVM_OPT}" + mvn test -B -ntp -Dclirr.skip=true -Denforcer.skip=true ${SUREFIRE_JVM_OPT} RETURN_CODE=$? ;; lint)