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 2431499 commit b8664ecCopy full SHA for b8664ec
.buildkite/scripts/steps/unit-tests.sh
@@ -4,9 +4,9 @@ set +euo pipefail
4
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 --region=us-east-1"
9
-export GOEXPERIMENT=cacheprog
+go install github.com/tailscale/go-cache-plugin/cmd/go-cache-plugin@latest
+export GOCACHEPROG="go-cache-plugin -c 512 -u 48 -v --cache-dir=/tmp/gocache --bucket=elastic-agent-ci-go-cache --region=us-east-1"
+go-cache-plugin version
10
11
echo "--- Unit tests"
12
RACE_DETECTOR=true TEST_COVERAGE=true mage unitTest
0 commit comments