Parallel scaling RSpec tests on Buildkite to increase CI build speed

This page summarizes the projects mentioned and recommended in the original post on dev.to

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • knapsack_pro-ruby

    Knapsack Pro gem splits tests across parallel CI nodes and makes sure that tests run in optimal time

  • env: # You should hide you secrets like API token # Please follow https://buildkite.com/docs/pipelines/secrets KNAPSACK_PRO_TEST_SUITE_TOKEN_RSPEC: "204abb31f698a6686120a40efeff31e5" # allow to run the same set of test files on job retry # https://github.com/KnapsackPro/knapsack_pro-ruby#knapsack_pro_fixed_queue_split-remember-queue-split-on-retry-ci-node KNAPSACK_PRO_FIXED_QUEUE_SPLIT: true steps: - command: "bundle exec rake knapsack_pro:queue:rspec" parallelism: 2

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Testing Ruby on Rails on Github Actions with RSpec

    3 projects | dev.to | 19 Apr 2021
  • Run 1 hour test suite in 2 min with optimal parallelisation on existing CI infra

    1 project | news.ycombinator.com | 25 Oct 2022
  • 49 Days of Ruby: Day 46 -- Testing Frameworks: Minitest

    1 project | dev.to | 11 May 2021
  • Best way to learn testing in RSpec?

    1 project | /r/rails | 31 Mar 2021
  • Six things you should consider while designing a test architecture

    1 project | dev.to | 23 Feb 2021