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

Lint with default_ruby

Passed in 34m 43s and blocked
Review Build Script

✍️ buildkite-config/plan

Show Output
   - label: rubocop
     command:
     - exec rubocop --parallel
     depends_on:
-    - docker-image-ruby-3-3
+    - docker-image-ruby-3-4-0-preview2
     artifact_paths:
     - test-reports/*/*.xml
     agents:
       queue: default
     env:
-      IMAGE_NAME: 973266071021.dkr.ecr.us-east-1.amazonaws.com/builds:ruby-3-3-build_id
+      IMAGE_NAME: 973266071021.dkr.ecr.us-east-1.amazonaws.com/builds:ruby-3-4-0-preview2-build_id
     timeout_in_minutes: 30
     plugins:
     - artifacts#v1.9.3:
         download: ".dockerignore"
         config: ".buildkite/docker-compose.yml"
         shell:
         - runner
         - "."
-  - label: guides guides:lint (3.3)
+  - label: guides guides:lint (3.4.0-preview2)
     command:
     - rake guides:lint
     depends_on:
-    - docker-image-ruby-3-3
+    - docker-image-ruby-3-4-0-preview2
     artifact_paths:
     - test-reports/*/*.xml
     agents:
       queue: default
         exit_status: -1
       - limit: 2
         exit_status: 255
     env:
-      IMAGE_NAME: 973266071021.dkr.ecr.us-east-1.amazonaws.com/builds:ruby-3-3-build_id
+      IMAGE_NAME: 973266071021.dkr.ecr.us-east-1.amazonaws.com/builds:ruby-3-4-0-preview2-build_id
     timeout_in_minutes: 30
     plugins:
     - artifacts#v1.9.3:
         download: ".dockerignore"
   - label: changelogs
     command:
     - exec tools/railspect changelogs .
     depends_on:
-    - docker-image-ruby-3-3
+    - docker-image-ruby-3-4-0-preview2
     artifact_paths:
     - test-reports/*/*.xml
     agents:
       queue: default
     env:
-      IMAGE_NAME: 973266071021.dkr.ecr.us-east-1.amazonaws.com/builds:ruby-3-3-build_id
+      IMAGE_NAME: 973266071021.dkr.ecr.us-east-1.amazonaws.com/builds:ruby-3-4-0-preview2-build_id
     timeout_in_minutes: 30
     plugins:
     - artifacts#v1.9.3:
         download: ".dockerignore"
   - label: configuration
     command:
     - exec tools/railspect configuration .
     depends_on:
-    - docker-image-ruby-3-3
+    - docker-image-ruby-3-4-0-preview2
     artifact_paths:
     - test-reports/*/*.xml
     agents:
       queue: default
     env:
-      IMAGE_NAME: 973266071021.dkr.ecr.us-east-1.amazonaws.com/builds:ruby-3-3-build_id
+      IMAGE_NAME: 973266071021.dkr.ecr.us-east-1.amazonaws.com/builds:ruby-3-4-0-preview2-build_id
     timeout_in_minutes: 30
     plugins:
     - artifacts#v1.9.3:
         download: ".dockerignore"

✍️ buildkite-config-nightly/plan

Show Output
   - label: rubocop
     command:
     - exec rubocop --parallel
     depends_on:
-    - docker-image-ruby-3-3
+    - docker-image-rubylang-ruby-master
     artifact_paths:
     - test-reports/*/*.xml
     agents:
       queue: default
     env:
-      IMAGE_NAME: 973266071021.dkr.ecr.us-east-1.amazonaws.com/builds:ruby-3-3-build_id
+      IMAGE_NAME: 973266071021.dkr.ecr.us-east-1.amazonaws.com/builds:rubylang-ruby-master-build_id
     timeout_in_minutes: 30
     plugins:
     - artifacts#v1.9.3:
         download: ".dockerignore"
         config: ".buildkite/docker-compose.yml"
         shell:
         - runner
         - "."
-  - label: guides guides:lint (3.3)
+  - label: guides guides:lint (master)
     command:
     - rake guides:lint
     depends_on:
-    - docker-image-ruby-3-3
+    - docker-image-rubylang-ruby-master
     artifact_paths:
     - test-reports/*/*.xml
     agents:
       queue: default
         exit_status: -1
       - limit: 2
         exit_status: 255
     env:
-      IMAGE_NAME: 973266071021.dkr.ecr.us-east-1.amazonaws.com/builds:ruby-3-3-build_id
+      IMAGE_NAME: 973266071021.dkr.ecr.us-east-1.amazonaws.com/builds:rubylang-ruby-master-build_id
     timeout_in_minutes: 30
     plugins:
     - artifacts#v1.9.3:
         download: ".dockerignore"
   - label: changelogs
     command:
     - exec tools/railspect changelogs .
     depends_on:
-    - docker-image-ruby-3-3
+    - docker-image-rubylang-ruby-master
     artifact_paths:
     - test-reports/*/*.xml
     agents:
       queue: default
     env:
-      IMAGE_NAME: 973266071021.dkr.ecr.us-east-1.amazonaws.com/builds:ruby-3-3-build_id
+      IMAGE_NAME: 973266071021.dkr.ecr.us-east-1.amazonaws.com/builds:rubylang-ruby-master-build_id
     timeout_in_minutes: 30
     plugins:
     - artifacts#v1.9.3:
         download: ".dockerignore"
   - label: configuration
     command:
     - exec tools/railspect configuration .
     depends_on:
-    - docker-image-ruby-3-3
+    - docker-image-rubylang-ruby-master
     artifact_paths:
     - test-reports/*/*.xml
     agents:
       queue: default
     env:
-      IMAGE_NAME: 973266071021.dkr.ecr.us-east-1.amazonaws.com/builds:ruby-3-3-build_id
+      IMAGE_NAME: 973266071021.dkr.ecr.us-east-1.amazonaws.com/builds:rubylang-ruby-master-build_id
     timeout_in_minutes: 30
     plugins:
     - artifacts#v1.9.3:
         download: ".dockerignore"
Matthew Draper unblocked Review Build Script
💅 buildkite-config: lintgit config --global --add safe.directory /workdir && bundle install && bundle exec rubocop
Waited 3s
·
Ran in 28s
🧪 buildkite-config: rake testgit config --global --add safe.directory /workdir && bundle install && bundle exec rake test
Waited 7s
·
Ran in 28s
✍️ 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 2s
·
Ran in 30s
✍️ 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 1s
·
Ran in 22s
Matthew Draper unblocked Rails CI main
:pipeline: Build Rails main with new configTriggered build of main / HEAD on rails-ci
Build #270 ran in 9m 21s
:pipeline: Build Rails 6-1-stable with new configTriggered build of 6-1-stable / HEAD on rails-ci
Matthew Draper unblocked Rails CI nightly
:pipeline: Build Rails main with new nightly configTriggered build of main / HEAD on Rails CI Nightly
Build #47 ran in 24m 45s
:pipeline: Build Rails 6-1-stable with new nightly configTriggered build of 6-1-stable / HEAD on Rails CI Nightly
Total Job Run Time: 1m 48s