Prysm

Public

Ethereum Serenity Client!

:bazel: Build & Test Everything ./bazel.sh --bazelrc=.buildkite-bazelrc build --config=remote-cache --config=nostamp --remote_header=$BUILDBUDDY_TOKEN --build_metadata=BRANCH_NAME=$BUILDKITE_BRANCH --jobs 4 -- //... && ./bazel.sh --bazelrc=.buildkite-bazelrc test --config=remote-cache --config=nostamp --build_manual_tests --remote_header=$BUILDBUDDY_TOKEN --build_metadata=BRANCH_NAME=$BUILDKITE_BRANCH --jobs 4 -- //...
Waited 1s
·
Ran in 1m 55s
Linter rules./hack/check-todo.sh && ./hack/check_gazelle.sh
Waited 4s
·
Ran in 10s
:linux: ARM64 builds beacon-chain and validator./bazel.sh --bazelrc=.buildkite-bazelrc build --config=linux_arm64 --config=remote-cache --config=nostamp //cmd/beacon-chain //cmd/validator --remote_header=$BUILDBUDDY_TOKEN --build_metadata=BRANCH_NAME=$BUILDKITE_BRANCH
Waited 19s
·
Ran in 14s
:mac: AMD64 builds beacon-chain and validatorbazel --bazelrc=.buildkite-bazelrc build --config=osx_amd64 --config=remote-cache --config=nostamp //cmd/beacon-chain //cmd/validator --remote_header=$BUILDBUDDY_TOKEN --build_metadata=BRANCH_NAME=$BUILDKITE_BRANCH
Waited 39s
·
Ran in 6s
:bazel: Build docker images./bazel.sh query 'kind(container_push, //...) union kind(oci_push, //...)' | xargs -t ./bazel.sh --bazelrc=.buildkite-bazelrc build --config=remote-cache --remote_header=$BUILDBUDDY_TOKEN --build_metadata=BRANCH_NAME=$BUILDKITE_BRANCH
Waited 50s
·
Ran in 22s
End to end tests (presubmit)./bazel.sh --bazelrc=.buildkite-bazelrc clean --async && ./bazel.sh --bazelrc=.buildkite-bazelrc test //testing/endtoend:presubmit --remote_download_toplevel --remote_cache=grpc://rbe.prylabs.net --remote_local_fallback --config=nostamp --test_timeout=10000 --local_test_jobs=2 --local_ram_resources=HOST_RAM --flaky_test_attempts=1 --remote_header=$BUILDBUDDY_TOKEN --build_metadata=BRANCH_NAME=$BUILDKITE_BRANCH
Waited 3s
·
Ran in 6m 15s
Total Job Run Time: 9m 1s