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 3s
·
Ran in 14m 16s
Linter rules./hack/check-todo.sh && ./hack/check_gazelle.sh
Waited 4s
·
Ran in 9s
: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 18s
·
Ran in 25s
: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 46s
·
Ran in 1m 34s
: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 41s
·
Ran in 3m 54s
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 46m 0s
·
Ran in 30m 43s
Total Job Run Time: 51m 0s