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 277ad39 commit 621cdaeCopy full SHA for 621cdae
.buildkite/scripts/steps/unit-tests.sh
@@ -5,7 +5,7 @@ set +euo pipefail
5
echo "--- Install dependencies"
6
# See https://github.com/tailscale/go-cache-plugin
7
make install-go-cache-plugin
8
-export GOCACHEPROG="go-cache-plugin --cache-dir=/tmp/gocache --bucket=elastic-agent-ci-go-cache"
+export GOCACHEPROG="go-cache-plugin --cache-dir=/tmp/gocache --bucket=elastic-agent-ci-go-cache --region=us-east-1"
9
export GOEXPERIMENT=cacheprog
10
11
echo "--- Unit tests"
0 commit comments