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:
authorfeistel <6742251-feistel@users.noreply.gitlab.com>2021-09-28 18:49:03 +0300
committerfeistel <6742251-feistel@users.noreply.gitlab.com>2021-10-07 16:47:32 +0300
commit7f36718986818a270a8aed1c7acce984758edb6d (patch)
treecc12aa4a4bf3573bec4b3c1fa54fdc1df086343b /.gitlab
parentafe78f95d1b0525da39b49a384551395f50d69c3 (diff)
ci: remove test-acceptance-daemonize jobs
Diffstat (limited to '.gitlab')
-rw-r--r--.gitlab/ci/test.yml14
1 files changed, 0 insertions, 14 deletions
diff --git a/.gitlab/ci/test.yml b/.gitlab/ci/test.yml
index a29acb7d..ea7b6932 100644
--- a/.gitlab/ci/test.yml
+++ b/.gitlab/ci/test.yml
@@ -20,12 +20,6 @@
- echo "Running just the acceptance tests...."
- make acceptance
-.tests-acceptance-daemonize:
- extends: .tests-common
- script:
- - echo "Running just the acceptance tests as daemon...."
- - make acceptance ARGS='-daemonize'
-
test:1.16:
extends: .tests-unit
image: golang:1.16
@@ -34,10 +28,6 @@ test-acceptance:1.16:
extends: .tests-acceptance
image: golang:1.16
-test-acceptance-daemonize:1.16:
- extends: .tests-acceptance-daemonize
- image: golang:1.16
-
test:1.17:
extends: .tests-unit
image: golang:1.17
@@ -46,10 +36,6 @@ test-acceptance:1.17:
extends: .tests-acceptance
image: golang:1.17
-test-acceptance-daemonize:1.17:
- extends: .tests-acceptance-daemonize
- image: golang:1.17
-
race:
extends: .tests-common
script: