We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec985b7 commit 12dc84dCopy full SHA for 12dc84d
ci/kokoro/README.md
@@ -1 +1,15 @@
1
The entrypoint build script is gcp_ubuntu/build.sh.
2
+
3
4
+To manually trigger the unit test run as the CI system does:
5
6
+```
7
+export GIT_REPO_DIR=<absolute path to the git repo>
8
+export KOKORO_ARTIFACTS_DIR="${GIT_REPO_DIR}"
9
+ci/kokoro/gcp_ubuntu/build.sh
10
11
12
+That is, if the current directory is the root of the Git repository:
13
14
+GIT_REPO_DIR="`pwd`" KOKORO_ARTIFACTS_DIR="`pwd`" ci/kokoro/gcp_ubuntu/build.sh
15
0 commit comments