Skip to content

Commit e6bf102

Browse files
committed
👷 More GitLab CI updates
1 parent 155d83a commit e6bf102

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

.gitlab-ci.yml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ default:
44
variables:
55
BUNDLE_INSTALL_FLAGS: "--quiet --jobs=$(nproc) --retry=3"
66
BUNDLE_FROZEN: "false" # No lockfile!
7-
BUNDLE_GEMFILE: gemfiles/omnibus.gemfile
87
K_SOUP_COV_DEBUG: true
98
K_SOUP_COV_DO: true
109
K_SOUP_COV_HARD: true
@@ -31,7 +30,7 @@ workflow:
3130
- gem update --system > /dev/null 2>&1
3231
- bundle config --local path vendor
3332
- bundle install
34-
- bundle exec rake test
33+
- bundle exec rake
3534
cache:
3635
key: ${CI_JOB_IMAGE}
3736
paths:
@@ -54,6 +53,9 @@ workflow:
5453
- vendor/ruby
5554

5655
ruby-current:
56+
variables:
57+
BUNDLE_GEMFILE: gemfiles/omnibus.gemfile
58+
K_SOUP_COV_DO: true
5759
<<: *test_definition-current
5860
parallel:
5961
matrix:
@@ -62,6 +64,8 @@ ruby-current:
6264
ruby-ruby3_1:
6365
variables:
6466
RUBYGEMS_VERSION: "3.6.9"
67+
BUNDLE_GEMFILE: gemfiles/vanilla.gemfile
68+
K_SOUP_COV_DO: false
6569
<<: *test_definition-legacy
6670
parallel:
6771
matrix:
@@ -70,6 +74,8 @@ ruby-ruby3_1:
7074
ruby-ruby3_0:
7175
variables:
7276
RUBYGEMS_VERSION: "3.5.23"
77+
BUNDLE_GEMFILE: gemfiles/vanilla.gemfile
78+
K_SOUP_COV_DO: false
7379
<<: *test_definition-legacy
7480
parallel:
7581
matrix:
@@ -78,6 +84,8 @@ ruby-ruby3_0:
7884
ruby-ruby2_7:
7985
variables:
8086
RUBYGEMS_VERSION: "3.4.22"
87+
BUNDLE_GEMFILE: gemfiles/vanilla.gemfile
88+
K_SOUP_COV_DO: false
8189
<<: *test_definition-legacy
8290
parallel:
8391
matrix:

0 commit comments

Comments
 (0)