Skip to content
Snippets Groups Projects
Commit e8fecaf2 authored by Bastien DUMONT's avatar Bastien DUMONT :angel:
Browse files

Merge branch 'ci/tests' into 'dev'

ci(speed): parallelize jobs

See merge request !1184
parents 7c01a1bc d5681eae
No related branches found
No related tags found
2 merge requests!12413.1 Release,!1184ci(speed): parallelize jobs
...@@ -46,6 +46,7 @@ build_stack: ...@@ -46,6 +46,7 @@ build_stack:
sonarqube-mr: sonarqube-mr:
stage: quality stage: quality
needs: []
only: only:
- merge_requests - merge_requests
image: ${CI_DEPENDENCY_PROXY_DIRECT_GROUP_IMAGE_PREFIX}/sonarsource/sonar-scanner-cli:4 image: ${CI_DEPENDENCY_PROXY_DIRECT_GROUP_IMAGE_PREFIX}/sonarsource/sonar-scanner-cli:4
...@@ -71,6 +72,7 @@ sonarqube-mr: ...@@ -71,6 +72,7 @@ sonarqube-mr:
sonarqube: sonarqube:
stage: quality stage: quality
needs: []
only: only:
- dev - dev
image: ${CI_DEPENDENCY_PROXY_DIRECT_GROUP_IMAGE_PREFIX}/sonarsource/sonar-scanner-cli:4 image: ${CI_DEPENDENCY_PROXY_DIRECT_GROUP_IMAGE_PREFIX}/sonarsource/sonar-scanner-cli:4
...@@ -96,6 +98,7 @@ sonarqube: ...@@ -96,6 +98,7 @@ sonarqube:
test: test:
stage: test stage: test
needs: []
before_script: before_script:
- apk add git - apk add git
script: script:
...@@ -114,6 +117,7 @@ test: ...@@ -114,6 +117,7 @@ test:
build-dev: build-dev:
stage: build stage: build
needs: []
before_script: before_script:
- apk add git - apk add git
- apk add bash - apk add bash
...@@ -131,6 +135,7 @@ build-dev: ...@@ -131,6 +135,7 @@ build-dev:
build-prod: build-prod:
stage: build stage: build
needs: []
before_script: before_script:
- apk add git - apk add git
- apk add bash - apk add bash
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment