--- expeditor: cached_folders: - vendor defaults: buildkite: retry: automatic: limit: 1 timeout_in_minutes: 30 steps: - label: run-lint-and-specs-ruby-2.7 command: - .expeditor/run_linux_tests.sh rake expeditor: executor: docker: image: ruby:2.7-buster - label: run-lint-and-specs-ruby-3.0 command: - .expeditor/run_linux_tests.sh rake expeditor: executor: docker: image: ruby:3.0-buster - label: run-lint-and-specs-ruby-3.1 command: - .expeditor/run_linux_tests.sh rake expeditor: executor: docker: image: ruby:3.1-buster - label: ":pipeline: generate-test-build-steps" command: expeditor buildkite trigger-pipeline test/generate_steps.rb agents: queue: pipeline-trigger plugins: - docker#v3.5.0: image: "$EXPEDITOR_TRIGGER_IMAGE_NAME:$EXPEDITOR_TRIGGER_IMAGE_VERSION" propagate-environment: true network: host environment: - AWS_ACCOUNT_ID - AWS_REGION