Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
api
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
cubicweb
cubes
api
Commits
920e956bce1c
Commit
920e956bce1c
authored
1 year ago
by
Laurent Peuch
Browse files
Options
Downloads
Patches
Plain Diff
ci: add smoke tests
parent
c45e0190de9b
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!44
ci: add smoke tests
Pipeline
#192446
passed with warnings
1 year ago
Stage: lint
Stage: tests
Stage: qa
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+7
-0
7 additions, 0 deletions
.gitlab-ci.yml
with
7 additions
and
0 deletions
.gitlab-ci.yml
+
7
−
0
View file @
920e956b
...
...
@@ -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/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/smoke/test-cube-instance-creation.yml"
# try to start an instance of the cube and do a GET request on "/
stages
:
-
lint
-
tests
-
release
-
publish
...
...
@@ -24,6 +25,12 @@
stages
:
-
lint
-
tests
-
release
-
publish
-
qa
test-cube-instance-creation
:
variables
:
SMOKE_URL
:
"
api/v1/schema"
SMOKE_HTTP_CODE
:
401
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment