Skip to content

Commit 53f3fcd

Browse files
authored
Merge pull request #7 from buildkite/PB-39-rails-parallel
PB-39 update bundler
2 parents 299b462 + 296450b commit 53f3fcd

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

.buildkite/screenshot.png

273 KB
Loading

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ DEPENDENCIES
2929
rspec
3030

3131
BUNDLED WITH
32-
1.11.2
32+
2.4.22

Readme.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,14 @@
1-
# Buildkite Rails Parallel Example
1+
# Buildkite Rails Parallel Pipeline Example
22

3+
[![Build status](https://badge.buildkite.com/aab023f2f33ab06766ed6236bc40caf0df1d9448e4f590d0ee.svg?branch=main)](https://buildkite.com/buildkite/rails-parallel-example)
34
[![Add to Buildkite](https://buildkite.com/button.svg)](https://buildkite.com/new)
45

56
This repository is an example on how to easily run 20 parallel testing agents for a [Rails](https://rubyonrails.org/) application using [Buildkite](https://buildkite.com/), [rbenv](https://github.com/rbenv/rbenv) and [Knapsack](https://github.com/ArturT/knapsack).
67

8+
See the full [Getting Started Guide](https://buildkite.com/docs/guides/getting-started) for step-by-step instructions on how to get this running, or [Add to Buildkite](https://buildkite.com/new) to try it yourself.
9+
10+
<a href="https://buildkite.com/buildkite/rails-parallel-example/builds?branch=main"><img width="1491" alt="Screenshot of Buildkite Rails Parallel example pipeline" src=".buildkite/screenshot.png" /></a>
11+
712
This repository doesn't actually include a Rails sample application, but has the same CI scripts you would use for a production application.
813

914
Files to note:

0 commit comments

Comments
 (0)