buildkite-config
PublicThis pipeline is intended for running rails/buildkite-config in CI
💅 buildkite-config: lintgit config --global --add safe.directory /workdir && bundle install && bundle exec rubocop
Waited 2m 25s
Ran in 33s
🧪 buildkite-config: rake testgit config --global --add safe.directory /workdir && bundle install && bundle exec rake test
Waited 2m 25s
Ran in 43s
✍️ buildkite-config: annotate diffmkdir -p tmp && sh -c "$ANNOTATE_COMMAND" > tmp/annotate.diff && if [[ -z $(grep '[^[:space:]]' tmp/annotate.diff) ]]; then && echo "annotate.diff is empty" && else && echo "annotate.diff is not empty" && cat tmp/annotate.diff && printf '%b\n' "$(cat tmp/annotate.diff)" | buildkite-agent annotate --style info --context config && fi
Waited 2m 31s
Ran in 34s
✍️ buildkite-config: annotate nightly diffmkdir -p tmp && sh -c "$ANNOTATE_COMMAND" > tmp/annotate-nightly.diff && if [[ -z $(grep '[^[:space:]]' tmp/annotate-nightly.diff) ]]; then && echo "annotate-nightly.diff is empty" && else && echo "annotate-nightly.diff is not empty" && cat tmp/annotate-nightly.diff && printf '%b\n' "$(cat tmp/annotate-nightly.diff)" | buildkite-agent annotate --style info --context nightly && fi
Waited 2m 31s
Ran in 46s
Build Rails main with new configTriggered build of
main
/ HEAD
on rails-ci Build Rails 6-1-stable with new configTriggered build of
6-1-stable
/ HEAD
on rails-ci Build Rails main with new nightly configTriggered build of
main
/ HEAD
on Rails CI Nightly Build Rails 6-1-stable with new nightly configTriggered build of
6-1-stable
/ HEAD
on Rails CI NightlyTotal Job Run Time: 2m 35s