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 4s
·
Ran in 17s
Test coverage./hack/ci-coverage.sh
Timed Out
Waited 3s
·
Ran in 25m 48s
Linter rules./hack/check-todo.sh && ./hack/check_gazelle.sh
Waited 6s
·
Ran in 1m 15s
: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 5s
·
Ran in 2s
: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 1s
·
Ran in 1m 21s
: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 5s
·
Ran in 2m 59s
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 10s
·
Ran in 1m 17s
End to end tests (postsubmit)./bazel.sh --bazelrc=.buildkite-bazelrc clean --async && ./bazel.sh --bazelrc=.buildkite-bazelrc test //testing/endtoend:postsubmit --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 7s
·
Ran in 1h 20m
End to end tests (postsubmit)./bazel.sh --bazelrc=.buildkite-bazelrc clean --async && ./bazel.sh --bazelrc=.buildkite-bazelrc test //testing/endtoend:postsubmit --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 10s
·
Ran in 3m 14s
Total Job Run Time: 1h 56m