Loading .gitlab-ci.yml +1 −4 Original line number Diff line number Diff line Loading @@ -18,10 +18,7 @@ stages: - build - build - test - unit_test_stage1 - unit_test_stage2 - unit_test_stage3 - unit_test_stage4 - unit_test #- deploy #- end2end_test Loading src/automation/.gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -42,7 +42,7 @@ build automation: unit_test automation: variables: REPORTS_CONTAINER: "${IMAGE_NAME}-reports" stage: unit_test_stage1 stage: unit_test needs: - build automation before_script: Loading src/compute/.gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -43,7 +43,7 @@ unit_test compute: variables: IMAGE_NAME: 'compute' # name of the microservice IMAGE_TAG: 'latest' # tag of the container image (production, development, etc) stage: unit_test_stage1 stage: unit_test needs: - build compute before_script: Loading src/context/.gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -43,7 +43,7 @@ unit_test context: variables: IMAGE_NAME: 'context' # name of the microservice IMAGE_TAG: 'latest' # tag of the container image (production, development, etc) stage: unit_test_stage1 stage: unit_test needs: - build context before_script: Loading src/device/.gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -43,7 +43,7 @@ unit_test device: variables: IMAGE_NAME: 'device' # name of the microservice IMAGE_TAG: 'latest' # tag of the container image (production, development, etc) stage: unit_test_stage1 stage: unit_test needs: - build device before_script: Loading Loading
.gitlab-ci.yml +1 −4 Original line number Diff line number Diff line Loading @@ -18,10 +18,7 @@ stages: - build - build - test - unit_test_stage1 - unit_test_stage2 - unit_test_stage3 - unit_test_stage4 - unit_test #- deploy #- end2end_test Loading
src/automation/.gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -42,7 +42,7 @@ build automation: unit_test automation: variables: REPORTS_CONTAINER: "${IMAGE_NAME}-reports" stage: unit_test_stage1 stage: unit_test needs: - build automation before_script: Loading
src/compute/.gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -43,7 +43,7 @@ unit_test compute: variables: IMAGE_NAME: 'compute' # name of the microservice IMAGE_TAG: 'latest' # tag of the container image (production, development, etc) stage: unit_test_stage1 stage: unit_test needs: - build compute before_script: Loading
src/context/.gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -43,7 +43,7 @@ unit_test context: variables: IMAGE_NAME: 'context' # name of the microservice IMAGE_TAG: 'latest' # tag of the container image (production, development, etc) stage: unit_test_stage1 stage: unit_test needs: - build context before_script: Loading
src/device/.gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -43,7 +43,7 @@ unit_test device: variables: IMAGE_NAME: 'device' # name of the microservice IMAGE_TAG: 'latest' # tag of the container image (production, development, etc) stage: unit_test_stage1 stage: unit_test needs: - build device before_script: Loading