We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9e6117 commit 994a44dCopy full SHA for 994a44d
.kokoro/build.sh
@@ -43,8 +43,6 @@ fi
43
# otherwise run all the sessions.
44
if [[ -n "${NOX_SESSION:-}" ]]; then
45
python3 -m nox -s ${NOX_SESSION:-}
46
-elif [[ "${RUN_COMPLIANCE_TESTS}" -eq "false" ]]; then
47
- python3 -m nox -s unit
48
else
49
- python3 -m nox
+ python3 -m nox -s unit
50
fi
.kokoro/presubmit/presubmit.cfg
@@ -1,7 +1 @@
1
# 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