Prysm

Public

Ethereum Serenity Client!

Manu NALEPA unblocked Draft PR
: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 4s
·
Ran in 28m 22s
Linter rules./hack/check-todo.sh && ./hack/check_gazelle.sh
Waited 5s
·
Ran in 2m 11s
: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 2m 2s
·
Ran in 1m 37s
: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 2m 5s
·
Ran in 1m 47s
: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 2m 22s
·
Ran in 2m 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 5s
·
Ran in 17m 23s
Total Job Run Time: 54m 13s