Skip to content

Commit

Permalink
ci: remove max-in-flight constraint
Browse files Browse the repository at this point in the history
because the concourse deployment is now using a container placement strategy
  • Loading branch information
flavorjones committed Nov 25, 2020
1 parent e051fe8 commit fbe0846
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
2 changes: 0 additions & 2 deletions concourse/loofah.yml
Expand Up @@ -14,7 +14,6 @@ jobs:
% RUBIES[:mri].each do |ruby_version|
- name: ruby-<%= ruby_version %>
public: true
serial_groups: ["ruby"]
plan:
- get: ci
- get: loofah
Expand All @@ -37,7 +36,6 @@ jobs:
% RUBIES[:jruby].each do |jruby_version|
- name: jruby-<%= jruby_version %>
public: true
serial_groups: ["jruby"]
plan:
- get: ci
- get: loofah
Expand Down
5 changes: 0 additions & 5 deletions concourse/loofah.yml.generated
Expand Up @@ -18,7 +18,6 @@ resources:
jobs:
- name: ruby-2.4
public: true
serial_groups: ["ruby"]
plan:
- get: ci
- get: loofah
Expand All @@ -38,7 +37,6 @@ jobs:
path: ci/concourse/tasks/rake-test/run.sh
- name: ruby-2.5
public: true
serial_groups: ["ruby"]
plan:
- get: ci
- get: loofah
Expand All @@ -58,7 +56,6 @@ jobs:
path: ci/concourse/tasks/rake-test/run.sh
- name: ruby-2.6
public: true
serial_groups: ["ruby"]
plan:
- get: ci
- get: loofah
Expand All @@ -78,7 +75,6 @@ jobs:
path: ci/concourse/tasks/rake-test/run.sh
- name: ruby-2.7
public: true
serial_groups: ["ruby"]
plan:
- get: ci
- get: loofah
Expand All @@ -99,7 +95,6 @@ jobs:

- name: jruby-9.2
public: true
serial_groups: ["jruby"]
plan:
- get: ci
- get: loofah
Expand Down

0 comments on commit fbe0846

Please sign in to comment.