depot

Public

Run full CI pipeline of the depot, TVL's monorepo.

โš™๏ธ depot formatting check (from tools/depotfmt)set -ueo pipefail && echo '--- Building extra step script' && command_script="$(set -o pipefail; (nix-store --realise '/nix/store/n1rz8aps4hph1d8xajvnwv8783f0nd1d-depotfmt-check.drv' --add-root 'nix-buildkite-extra-step-command-script' --indirect | xargs -r realpath) || (test ! -f '/nix/store/n1rz8aps4hph1d8xajvnwv8783f0nd1d-depotfmt-check.drv' && nix-build -E 'builtins.getAttr "command" (builtins.getAttr "check" (builtins.getAttr "extraSteps" (builtins.getAttr "ci" (builtins.getAttr "meta" (builtins.getAttr "depotfmt" (builtins.getAttr "tools" (import ./. {})))))))' --show-trace --out-link 'nix-buildkite-extra-step-command-script'))" && echo '+++ Running extra step script' && # ATTN: buildkite substitutes this variable outside of the execution for some reason && exec "$command_script"
Waited 2s
ยท
Ran in 2s
๐Ÿฆ†set -ueo pipefail && readonly FAILED_JOBS=$(curl 'https://graphql.buildkite.com/v1' \ && --silent \ && -H "Authorization: Bearer $(cat /run/agenix/buildkite-graphql-token)" \ && -d "{\"query\": \"query BuildStatusQuery { build(uuid: \\\"0195a9f0-3950-4c74-aaf1-da0e3214d3ac\\\") { jobs(passed: false, first: 500 ) { edges { node { ... on JobTypeCommand { retried } } } } } }\"}" | \ && jq -r '.data.build.jobs.edges | map(select(.node.retried == false)) | length') && echo "$FAILED_JOBS build jobs failed." && if (( $FAILED_JOBS > 0 )); then && exit 1 && fi
Waited 2s
ยท
Ran in 2s
Total Job Run Time: 3m 57s