Sha256: b6953feb1089233eb184d3a4fdd9e543d388eea72ef10b2739935a097f9b87fa

Contents?: true

Size: 1.02 KB

Versions: 6

Compression:

Stored size: 1.02 KB

Contents

---
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

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
omnibus-software-23.7.295 .expeditor/verify.pipeline.yml
omnibus-software-23.6.292 .expeditor/verify.pipeline.yml
omnibus-software-23.6.291 .expeditor/verify.pipeline.yml
omnibus-software-23.2.283 .expeditor/verify.pipeline.yml
omnibus-software-23.2.281 .expeditor/verify.pipeline.yml
omnibus-software-22.11.239 .expeditor/verify.pipeline.yml