Skip to content

Commit

Permalink
Temporarily use default circleci resource class
Browse files Browse the repository at this point in the history
  • Loading branch information
cjcolvar committed Apr 16, 2020
1 parent 0b795fa commit c36cd2d
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ jobs:
executor:
name: 'samvera/ruby'
ruby_version: << parameters.ruby_version >>
resource_class: medium+
# FIXME: Uncomment this when CircleCI plan is fixed
#resource_class: medium+
environment:
RAILS_VERSION: << parameters.rails_version >>
NOKOGIRI_USE_SYSTEM_LIBRARIES: true
Expand All @@ -40,7 +41,8 @@ jobs:
executor:
name: 'samvera/ruby'
ruby_version: << parameters.ruby_version >>
resource_class: medium+
# FIXME: Uncomment this when CircleCI plan is fixed
#resource_class: medium+
steps:
- attach_workspace:
at: ~/
Expand All @@ -60,7 +62,8 @@ jobs:
executor:
name: 'samvera/ruby'
ruby_version: << parameters.ruby_version >>
resource_class: medium+
# FIXME: Uncomment this when CircleCI plan is fixed
#resource_class: medium+
environment:
RAILS_VERSION: << parameters.rails_version >>
NOKOGIRI_USE_SYSTEM_LIBRARIES: true
Expand Down Expand Up @@ -94,8 +97,9 @@ jobs:
executor:
name: 'samvera/ruby_fcrepo_solr_redis'
ruby_version: << parameters.ruby_version >>
resource_class: medium+
parallelism: 10
# FIXME: Uncomment these two lines when CircleCI plan is fixed
#resource_class: medium+
#parallelism: 10
environment:
HYRAX_VALKYRIE: << parameters.hyrax_valkyrie >>
VALKYRIE_SOLR_PORT: 8985
Expand Down

0 comments on commit c36cd2d

Please sign in to comment.