marcel

Public

Tooling for data/tika.xml updates

Passed in 2m 31s
:pipeline:PATH=/bin:/usr/bin && set -e && treesha="$(git ls-tree -d HEAD .buildkite | awk '{print $3}')" && if [ -z "${treesha}" ]; then && echo "+++ No .buildkite/; using fallback repository" && rm -rf .buildkite && git clone "https://github.com/rails/gem-buildkite-config" .buildkite && rm -rf .buildkite/.git && sh -c "$PIPELINE_COMMAND" && elif [ "${#treesha}" -lt 40 ]; then && echo "Short SHA for .buildkite/" && exit 1 && elif curl -s -S "https://gist.githubusercontent.com/matthewd/49232efd48afe8faaed6e88f13205117/raw/c9962c4c2b73d1324156c47f2220f643e7097fb0/list" | grep -a -F -x "${treesha}"; then && echo "+++ Known tree; generating pipeline" && echo ".buildkite/ tree is ${treesha}" && sh -c "$PIPELINE_COMMAND" && else && echo "+++ Unknown tree; requesting approval" && echo ".buildkite/ tree is ${treesha}" && buildkite-agent pipeline upload <<'NESTED' && steps: && - block: "Review Build Script" && prompt: | && This commit uses new build configuration. Please review the changes in .buildkite/ carefully before unblocking. && - name: ":pipeline:" && command: >- && $PIPELINE_COMMAND && plugins: && - artifacts#v1.2.0: && download: && - ".buildkite/*" && - ".buildkite/**/*" && timeout_in_minutes: 5 && NESTED && fi && [ -f .buildkite/.dockerignore ] && cp .buildkite/.dockerignore .dockerignore
Waited 1m 41s
·
Ran in 29s
:ruby: ruby:3.3
Waited 10s
·
Ran in 32s
:ruby: ruby:3.2
Waited 53s
·
Ran in 23s
:ruby: ruby:3.1
Waited 1m 16s
·
Ran in 33s
:ruby: ruby:3.0
Waited 1m 26s
·
Ran in 36s
:ruby: rubylang/ruby:master-nightly-focal
Waited 1m 17s
·
Ran in 22s
Total Job Run Time: 2m 54s