Skip to content

Commit 0676559

Browse files
committed
Make the presubmit "command line flag" envvar more generic
... to allow for easier re-use. Related internal cl/861859795
1 parent e11f73d commit 0676559

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.kokoro/presubmit.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,4 @@ fi
3939

4040
# Run as different user without sudo privileges
4141
sudo -u testrunner CREDENTIAL_SOURCE=gce "${TOOL_DIR}/testutils/runcvde2etests.sh" \
42-
"${ANDROID_CUTTLEFISH_KOKORO_PRESUBMIT_SH_OPTIONAL_PASSTHROUGH_ARG_G}"
42+
"${ANDROID_CUTTLEFISH_KOKORO_BUILD_SCRIPT_ARGS}"

.kokoro/presubmit_gpu.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
build_file: "android-cuttlefish/.kokoro/presubmit_gpu.sh"
22
env_vars {
3-
key: "ANDROID_CUTTLEFISH_KOKORO_PRESUBMIT_SH_OPTIONAL_PASSTHROUGH_ARG_G"
3+
key: "ANDROID_CUTTLEFISH_KOKORO_BUILD_SCRIPT_ARGS"
44
value: "-g"
55
}
66

0 commit comments

Comments
 (0)