Skip to content

Commit

Permalink
Test with Sidekiq 6
Browse files Browse the repository at this point in the history
  • Loading branch information
imjoehaines committed Jan 5, 2021
1 parent e1eae66 commit e41b9ed
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ steps:
env:
RUBY_TEST_VERSION: "2.5"

- label: ':sidekiq: Sidekiq 5 tests'
- label: ':sidekiq: Sidekiq 6 tests'
timeout_in_minutes: 30
plugins:
docker-compose#v3.1.0:
Expand All @@ -95,7 +95,7 @@ steps:
command: ["features/sidekiq.feature", "--tags", "not @wip"]
env:
RUBY_TEST_VERSION: "2.5"
SIDEKIQ_VERSION: "5"
SIDEKIQ_VERSION: "6"

- wait

Expand Down Expand Up @@ -356,6 +356,17 @@ steps:
concurrency: 4
concurrency_group: 'ruby/integrations-maze-runner-tests'

- label: ':sidekiq: Sidekiq 5 tests'
timeout_in_minutes: 30
plugins:
docker-compose#v3.1.0:
run: ruby-maze-runner
use-aliases: true
command: ["features/sidekiq.feature", "--tags", "not @wip"]
env:
RUBY_TEST_VERSION: "2.5"
SIDEKIQ_VERSION: "5"

- label: ':rails: Rails 3 Ruby 2.0 tests'
timeout_in_minutes: 30
plugins:
Expand Down

0 comments on commit e41b9ed

Please sign in to comment.