Jump to content
Ruby on Rails
Pipelines
Test Suites
Package Registries
Log In
Sign Up
Learn More…
Ruby on Rails
Pipelines
Test Suites
Package Registries
Rails Nightly
Public
Nightly CI build for the Rails repo
GitHub Icon
Settings
…
#177
/
Shopify:ruby-head-backtrace-fix
/
HEAD
Failed in
15s
rails-nightly-initial-pipeline
Jobs
Canvas
Waterfall
Filter jobs to failures
All
Failures
rails-nightly-initial-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 && if [ -n "$CONFIG_REPO" ]; then && GIT_REPO="$CONFIG_REPO" && elif [ -n "$CONFIG_FORK" ]; then && GIT_REPO="https://github.com/$CONFIG_FORK/buildkite-config" && else && GIT_REPO="https://github.com/rails/buildkite-config" && fi && GIT_BRANCH="${CONFIG_BRANCH-main}" && GIT_BRANCH="${GIT_BRANCH#*:}" && echo "Cloning buildkite-config:" && echo "git clone -b \"$GIT_BRANCH\" \"$GIT_REPO\" .buildkite" && git clone -b "$GIT_BRANCH" "$GIT_REPO" .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/3f98bcc9957c8ddf2204a390bf3a6cdd/raw/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 && agents: && queue: "$BUILDKITE_AGENT_META_DATA_QUEUE" && NESTED && fi && ([ -f .buildkite/.dockerignore ] && cp .buildkite/.dockerignore .dockerignore) || true
Waited
1s
·
Ran in
14s
Agent
Total Job Run Time:
14s