Skip to content

Commit 994a44d

Browse files
authored
build: fix kokoro build (#486)
1 parent a9e6117 commit 994a44d

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

.kokoro/build.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,6 @@ fi
4343
# otherwise run all the sessions.
4444
if [[ -n "${NOX_SESSION:-}" ]]; then
4545
python3 -m nox -s ${NOX_SESSION:-}
46-
elif [[ "${RUN_COMPLIANCE_TESTS}" -eq "false" ]]; then
47-
python3 -m nox -s unit
4846
else
49-
python3 -m nox
47+
python3 -m nox -s unit
5048
fi

.kokoro/presubmit/presubmit.cfg

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1 @@
11
# Format: //devtools/kokoro/config/proto/build.proto
2-
3-
# Disable system tests.
4-
env_vars: {
5-
key: "RUN_COMPLIANCE_TESTS"
6-
value: "false"
7-
}

0 commit comments

Comments
 (0)