Commit b196dc3 1 parent 26a4395 commit b196dc3 Copy full SHA for b196dc3
File tree 1 file changed +3
-1
lines changed
1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -29,6 +29,7 @@ test_containers:
29
29
description : Use latest version of dependencies during testing
30
30
type : boolean
31
31
default : false
32
+ resource_class : <<parameters.resource_class_to_use>>
32
33
- &container_base_environment
33
34
BUNDLE_GEMFILE : /app/Gemfile
34
35
JRUBY_OPTS : --dev # Faster JVM startup: https://github.com/jruby/jruby/wiki/Improving-startup-time#use-the---dev-flag
@@ -483,6 +484,7 @@ job_configuration:
483
484
<< : *filters_all_branches_and_tags
484
485
ruby_version : ' jruby-9.2.0.0'
485
486
image : ivoanjo/docker-library:ddtrace_rb_jruby_9_2_0_0
487
+ resource_class_to_use : medium+
486
488
- &config-jruby-9_2-latest # More recent release of 9.2
487
489
<< : *filters_all_branches_and_tags
488
490
ruby_version : ' jruby-9.2-latest'
@@ -492,7 +494,7 @@ job_configuration:
492
494
<< : *filters_all_branches_and_tags
493
495
ruby_version : ' truffleruby-21.0.0'
494
496
image : ivoanjo/docker-library:ddtrace_rb_truffleruby_21_0_0
495
- resource_class_to_use : large
497
+ resource_class_to_use : medium+
496
498
497
499
workflows :
498
500
version : 2
You can’t perform that action at this time.
0 commit comments