depot

Public

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

feat(readTree): Add special `here` argument.

#39073
/
cl/13283
/452c890d059
Canceled automatically after 44s

This is a build of cl/13283 (at patchset #2)

:buildkite:buildkite-agent pipeline upload ops/pipelines/static-pipeline.yaml
Waited 2s
·
Ran in 3s
:llama:set -ue && if test -n "${GERRIT_CHANGE_URL-}"; then && echo "This is a build of [cl/$GERRIT_CHANGE_ID]($GERRIT_CHANGE_URL) (at patchset #$GERRIT_PATCHSET)" | \ && buildkite-agent annotate --context cl-annotation && fi && # Attempt to fetch a target map from a parent commit on canon, && # except on builds of canon itself. && [ "cl/13283" != "refs/heads/canon" ] && \ && nix/buildkite/fetch-parent-targets.sh && PIPELINE_ARGS="" && if [[ -f tmp/parent-target-map.json ]]; then && PIPELINE_ARGS="--arg parentTargetMap tmp/parent-target-map.json" && fi && nix-build --option restrict-eval true --include "depot=${PWD}" \ && --include "store=/nix/store" \ && --allowed-uris 'https://' \ && -A ops.pipelines.depot \ && -o pipeline --show-trace $PIPELINE_ARGS && # Steps need to be uploaded in reverse order because pipeline && # upload prepends instead of appending. && ls pipeline/build-chunk-*.json | tac | while read chunk; do && buildkite-agent pipeline upload $chunk && done && buildkite-agent artifact upload "pipeline/*"
Canceled
Waited 1s
·
Ran in 42s
Build will continue even if previous stage fails
🦆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: \\\"0195a9f5-2728-4c55-9179-2f19e24b4825\\\") { 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
Canceled
⤵️set -ueo pipefail && buildkite-agent artifact download "pipeline/*" . && find ./pipeline -name 'release-chunk-*.json' | tac | while read chunk; do && buildkite-agent pipeline upload $chunk && done
Canceled
Total Job Run Time: 45s