Skip to content
Snippets Groups Projects
Commit 920e956bce1c authored by Laurent Peuch's avatar Laurent Peuch
Browse files

ci: add smoke tests

parent c45e0190de9b
No related branches found
No related tags found
1 merge request!44ci: add smoke tests
Pipeline #192446 passed with warnings
...@@ -21,9 +21,10 @@ ...@@ -21,9 +21,10 @@
- "templates/upload-to-pypi.yml" # on a new mercurial tag (expected to be done with release-new), will push a release on pypi - "templates/upload-to-pypi.yml" # on a new mercurial tag (expected to be done with release-new), will push a release on pypi
# - "templates/lint/mypy.yml" # will do the equivalent of 'tox -e mypy' # - "templates/lint/mypy.yml" # will do the equivalent of 'tox -e mypy'
# - "templates/upload-python-package-to-heptapod.yml" # upload the package to heptapod registry on new tag # - "templates/upload-python-package-to-heptapod.yml" # upload the package to heptapod registry on new tag
- "templates/smoke/test-cube-instance-creation.yml" # try to start an instance of the cube and do a GET request on "/
stages: stages:
- lint - lint
- tests - tests
- release - release
- publish - publish
...@@ -24,6 +25,12 @@ ...@@ -24,6 +25,12 @@
stages: stages:
- lint - lint
- tests - tests
- release - release
- publish - publish
- qa
test-cube-instance-creation:
variables:
SMOKE_URL: "api/v1/schema"
SMOKE_HTTP_CODE: 401
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