summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorjaseg <git@jaseg.de>2022-02-06 23:32:14 +0100
committerjaseg <git@jaseg.de>2022-02-06 23:32:14 +0100
commite03e39b421b92bb02c4fbf63393eaf5081f31181 (patch)
tree864eb59a3b41d4224ea0547552bf96d0dcdf31f6 /.gitlab-ci.yml
parenta91d760c0872b68affd6c2064458c0138ea17cf8 (diff)
downloadgerbonara-e03e39b421b92bb02c4fbf63393eaf5081f31181.tar.gz
gerbonara-e03e39b421b92bb02c4fbf63393eaf5081f31181.tar.bz2
gerbonara-e03e39b421b92bb02c4fbf63393eaf5081f31181.zip
CI: remove tests as our test suite is a bit too heavy for public gitlab runnersv0.9.9v0.9.8
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml60
1 files changed, 30 insertions, 30 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 847fa82..9cbd7f1 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -3,7 +3,7 @@ variables:
stages:
- build
- - test
+# - test
- docs
- publish
@@ -20,35 +20,35 @@ build:archlinux:
paths:
- dist/*.whl
-test:archlinux:
- stage: test
- image: "registry.gitlab.com/gerbolyze/build-containers/archlinux:latest"
- script:
- - pytest -o 'testpaths=gerbonara/tests' -o 'norecursedirs=*'
- dependencies:
- - build:archlinux
- cache:
- key: test-image-cache
- paths:
- - gerbonara/tests/image_cache/*.svg
- - gerbonara/tests/image_cache/*.png
- artifacts:
- name: "gerbolyze-$CI_COMMIT_REF_NAME-gerbonara"
- when: on_failure
- paths:
- - gerbonara_test_failures/*
-
-docs:archlinux:
- stage: test
- image: "registry.gitlab.com/gerbolyze/build-containers/archlinux:latest"
- script:
- - sphinx-build -E docs docs/_build
- dependencies:
- - build:archlinux
- artifacts:
- name: "docs-gerbonara-$CI_COMMIT_REF_NAME"
- paths:
- - docs/_build
+#test:archlinux:
+# stage: test
+# image: "registry.gitlab.com/gerbolyze/build-containers/archlinux:latest"
+# script:
+# - pytest -o 'testpaths=gerbonara/tests' -o 'norecursedirs=*'
+# dependencies:
+# - build:archlinux
+# cache:
+# key: test-image-cache
+# paths:
+# - gerbonara/tests/image_cache/*.svg
+# - gerbonara/tests/image_cache/*.png
+# artifacts:
+# name: "gerbolyze-$CI_COMMIT_REF_NAME-gerbonara"
+# when: on_failure
+# paths:
+# - gerbonara_test_failures/*
+#
+#docs:archlinux:
+# stage: test
+# image: "registry.gitlab.com/gerbolyze/build-containers/archlinux:latest"
+# script:
+# - sphinx-build -E docs docs/_build
+# dependencies:
+# - build:archlinux
+# artifacts:
+# name: "docs-gerbonara-$CI_COMMIT_REF_NAME"
+# paths:
+# - docs/_build
publish:gerbonara:
stage: publish