Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-pages.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '.gitlab/ci/test.yml')
-rw-r--r--.gitlab/ci/test.yml4
1 files changed, 0 insertions, 4 deletions
diff --git a/.gitlab/ci/test.yml b/.gitlab/ci/test.yml
index 9da5b883..654262dd 100644
--- a/.gitlab/ci/test.yml
+++ b/.gitlab/ci/test.yml
@@ -13,21 +13,18 @@
script:
- echo "Running all unit tests without daemonizing..."
- make test ARGS='-short'
- - make junit-report
.tests-acceptance-tmpdir:
extends: .tests-common
script:
- echo "Running just the acceptance tests daemonized (tmpdir)...."
- TEST_DAEMONIZE=tmpdir make acceptance
- - make junit-report
.tests-acceptance-inplace:
extends: .tests-common
script:
- echo "Running just the acceptance tests daemonized (inplace)...."
- TEST_DAEMONIZE=inplace make acceptance
- - make junit-report
test:1.14:
extends: .tests-unit
@@ -72,7 +69,6 @@ race:
- echo "Running race detector"
- make setup
- make race
- - make junit-report
cover:
extends: .tests-common