:rails:

Rails

Public

:rails:

Merge pull request #54400 from ian-cameron/patch-1

Passed in 3m 3s
:pipeline: rails-initial-pipelinePATH=/bin:/usr/bin && set -e && if [ -d ".buildkite" ]; then && echo "+++ :bk-status-failed: .buildkite/ already exists; please remove it and try again" && exit 1 && fi && if [ -n "$CONFIG_REPO" ]; then && GIT_REPO="$CONFIG_REPO" && 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 && echo "Fetching pull-request metadata:" && (docker run --rm \ && -v "$PWD":/app:ro -w /app \ && -e GITHUB_PUBLIC_REPO_TOKEN \ && -e BUILDKITE_REPO \ && -e BUILDKITE_PULL_REQUEST \ && ruby:latest \ && .buildkite/bin/fetch-pr > .buildkite/tmp/.pr-meta.json) || true && echo "Generating pipeline:" && sh -c "$PIPELINE_COMMAND" && ([ -f .buildkite/.dockerignore ] && cp .buildkite/.dockerignore .dockerignore) || true
Waited 1s
·
Ran in 28s
:docker: ruby:3.4
Waited 10s
·
Ran in 15s
:docker: ruby:3.3
Waited 1s
·
Ran in 14s
:docker: ruby:3.2
Waited 10s
·
Ran in 16s
rubocoprubocop --parallel
Waited 6s
·
Ran in 2m 3s
guides guides:lint (3.4)rake guides:lint
Waited 7s
·
Ran in 37s
changelogstools/railspect changelogs .
Waited 7s
·
Ran in 20s
configurationtools/railspect configuration .
Waited 5s
·
Ran in 21s
Total Job Run Time: 4m 33s