We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73c8c20 commit 2269dd8Copy full SHA for 2269dd8
1 file changed
internal/kokoro/continuous.sh
@@ -101,6 +101,10 @@ runDirectoryTests() {
101
# aliasshim: build constraints exclude all Go files
102
return
103
fi
104
+ if [[ $PWD == *"bigquery/benchmarks" ]]; then
105
+ # bigquery/benchmarks: build constraints exclude all Go files
106
+ return
107
+ fi
108
if { [[ $PWD == *"/internal/"* ]] ||
109
[[ $PWD == *"/third_party/"* ]]; } &&
110
[[ $KOKORO_JOB_NAME == *"earliest"* ]]; then
0 commit comments