mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2024-12-22 03:30:35 +00:00
CI: nostamp config for better cache hits (#9633)
This commit is contained in:
parent
2ba29a3cfc
commit
cb631360e9
@ -43,3 +43,7 @@ build --flaky_test_attempts=5
|
||||
|
||||
# Disable flaky test detection for fuzzing.
|
||||
test:fuzz --flaky_test_attempts=1
|
||||
|
||||
# Better caching
|
||||
build:nostamp --nostamp
|
||||
build:nostamp --workspace_status_command=./hack/workspace_status_ci.sh
|
9
hack/workspace_status_ci.sh
Executable file
9
hack/workspace_status_ci.sh
Executable file
@ -0,0 +1,9 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Note: The STABLE_ prefix will force a relink when the value changes when using rules_go x_defs.
|
||||
|
||||
echo STABLE_GIT_COMMIT "continuous-integration"
|
||||
echo DATE "now"
|
||||
echo DATE_UNIX "0"
|
||||
echo DOCKER_TAG "ci-foo"
|
||||
echo STABLE_GIT_TAG "c1000deadbeef"
|
Loading…
Reference in New Issue
Block a user