Skip to content

Fix EE builds

Kamil Trzcińśki requested to merge fix-ee-builds into master

If we specify a new services in context of job we need to specify all used services, because they overwrite what is specified in global context.

It did not fail for some builds, because we still have mixed infrastructure: Some runners do have pre-configured mysql, postgres and redis in their environment.

All future runners will be migrated to drop the pre-configured services.

/cc @vsizov

Merge request reports