This pipeline is intended for running rails/buildkite-config in CI

Disable `innodb_snapshot_isolation` for MariaDB

Blocked
Review Build Script
💅 buildkite-config: lintgit config --global --add safe.directory /workdir && bundle install && bundle exec rubocop
🧪 buildkite-config: rake testgit config --global --add safe.directory /workdir && bundle install && bundle exec rake test
✍️ 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
✍️ 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
:pipeline: Build Rails main with new configTriggered build of main / HEAD on rails-ci
:pipeline: Build Rails 6-1-stable with new configTriggered build of 6-1-stable / HEAD on rails-ci
:pipeline: Build Rails main with new nightly configTriggered build of main / HEAD on Rails CI Nightly
:pipeline: Build Rails 6-1-stable with new nightly configTriggered build of 6-1-stable / HEAD on Rails CI Nightly
Total Job Run Time: 0s