Révision 9d7d63a6
Only test with Ruby 2.7 and Puppet 6
.sync.yml | ||
---|---|---|
1 | 1 |
--- |
2 | 2 |
.gitlab-ci.yml: |
3 |
override: true |
|
3 | 4 |
custom: |
4 |
image: 'registry.code.immerda.ch/immerda/container-images/ruby/devel:2.7' |
|
5 |
cache: |
|
6 |
paths: |
|
7 |
- 'vendor/bundle' |
|
8 |
bundler_args: '--without system_tests --path vendor/bundle --jobs $(nproc)' |
|
9 |
custom_stages: |
|
10 |
- syntax |
|
11 |
- unit |
|
12 |
ruby_versions: |
|
13 |
'2.7': |
|
14 |
image: 'registry.code.immerda.ch/immerda/container-images/ruby/devel' |
|
15 |
checks: |
|
16 |
- 'syntax lint metadata_lint check:symlinks check:git_ignore check:dot_underscore check:test_file rubocop' |
|
17 |
- 'parallel_spec' |
|
18 |
puppet_version: '~> 6' |
|
19 |
tags: |
|
20 |
- 'container' |
Formats disponibles : Unified diff