Skip to content
Snippets Groups Projects
Unverified Commit 540c9563 authored by Alexander V. Tikhonov's avatar Alexander V. Tikhonov Committed by Alexander Turenko
Browse files

gitlab-ci: merge test and deploy stages

Current results have some tests with flaky results, which
blocks the deploy stage - decided to merge deploy stage into
test stage temporary to fix it.

Follows up #4156

(cherry picked from commit b37959be)
parent 2990949a
No related branches found
No related tags found
No related merge requests found
stages:
- test
- deploy
variables:
IMAGE_TEST: "${CI_REGISTRY}/${CI_PROJECT_PATH}/testing/debian-stretch:latest"
......@@ -143,7 +142,7 @@ centos_6:
refs:
- "1.10"
- /^.*-full-ci$/
stage: deploy
stage: test
tags:
- deploy
variables:
......@@ -157,7 +156,7 @@ centos_7:
refs:
- "1.10"
- /^.*-full-ci$/
stage: deploy
stage: test
tags:
- deploy_test
variables:
......@@ -171,7 +170,7 @@ fedora_28:
refs:
- "1.10"
- /^.*-full-ci$/
stage: deploy
stage: test
tags:
- deploy_test
variables:
......@@ -185,7 +184,7 @@ fedora_29:
refs:
- "1.10"
- /^.*-full-ci$/
stage: deploy
stage: test
tags:
- deploy_test
variables:
......@@ -199,7 +198,7 @@ fedora_30:
refs:
- "1.10"
- /^.*-full-ci$/
stage: deploy
stage: test
tags:
- deploy_test
variables:
......@@ -213,7 +212,7 @@ ubuntu_14_04:
refs:
- "1.10"
- /^.*-full-ci$/
stage: deploy
stage: test
tags:
- deploy
variables:
......@@ -227,7 +226,7 @@ ubuntu_16_04:
refs:
- "1.10"
- /^.*-full-ci$/
stage: deploy
stage: test
tags:
- deploy
variables:
......@@ -241,7 +240,7 @@ ubuntu_18_04:
refs:
- "1.10"
- /^.*-full-ci$/
stage: deploy
stage: test
tags:
- deploy
variables:
......@@ -255,7 +254,7 @@ ubuntu_18_10:
refs:
- "1.10"
- /^.*-full-ci$/
stage: deploy
stage: test
tags:
- deploy
variables:
......@@ -269,7 +268,7 @@ ubuntu_19_04:
refs:
- "1.10"
- /^.*-full-ci$/
stage: deploy
stage: test
tags:
- deploy
variables:
......@@ -283,7 +282,7 @@ debian_8:
refs:
- "1.10"
- /^.*-full-ci$/
stage: deploy
stage: test
tags:
- deploy
variables:
......@@ -297,7 +296,7 @@ debian_9:
refs:
- "1.10"
- /^.*-full-ci$/
stage: deploy
stage: test
tags:
- deploy
variables:
......@@ -311,7 +310,7 @@ debian_10:
refs:
- "1.10"
- /^.*-full-ci$/
stage: deploy
stage: test
tags:
- deploy
variables:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment