Merge branch 'refactor/ci-config-move-global-entries' into 'master'
Move global ci entries handling from legacy to new config
## What does this MR do?
This MR moves responsibility of handling global CI config entries (like `image`, `services`), from legacy `GitlabCiYamlProcessor` to new CI Config
## Why was this MR needed?
This is the next iteration of CI configuration refactoring
## What are the relevant issue numbers?
#15060
## Does this MR meet the acceptance criteria?
- Tests
- [x] Added for this feature/bug
- [x] All builds are passing
- [x] Conform by the [style guides](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CONTRIBUTING.md#style-guides)
- [x] Branch has no merge conflicts with `master` (if you do - rebase it please)
See merge request !4820
Showing
lib/gitlab/ci/config/node/boolean.rb
0 → 100644
lib/gitlab/ci/config/node/cache.rb
0 → 100644
lib/gitlab/ci/config/node/image.rb
0 → 100644
lib/gitlab/ci/config/node/key.rb
0 → 100644
lib/gitlab/ci/config/node/paths.rb
0 → 100644
lib/gitlab/ci/config/node/services.rb
0 → 100644
lib/gitlab/ci/config/node/stages.rb
0 → 100644
lib/gitlab/ci/config/node/variables.rb
0 → 100644
spec/lib/gitlab/ci/config/node/cache_spec.rb
0 → 100644
spec/lib/gitlab/ci/config/node/image_spec.rb
0 → 100644
spec/lib/gitlab/ci/config/node/key_spec.rb
0 → 100644
spec/lib/gitlab/ci/config/node/paths_spec.rb
0 → 100644
Please
register
or
sign in
to comment