Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
B
balance_tracker
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
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
hive
balance_tracker
Commits
4a343a8d
Commit
4a343a8d
authored
2 weeks ago
by
Michal Zander
Browse files
Options
Downloads
Patches
Plain Diff
Add pattern test job
parent
52f35107
No related branches found
No related tags found
1 merge request
!171
Unify API returns to sql composite types, add pattern tests for REST API
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+31
-0
31 additions, 0 deletions
.gitlab-ci.yml
with
31 additions
and
0 deletions
.gitlab-ci.yml
+
31
−
0
View file @
4a343a8d
...
...
@@ -392,6 +392,37 @@ performance-test:
tags
:
-
data-cache-storage
pattern-test
:
extends
:
.pytest_based_template
stage
:
test
needs
:
-
job
:
sync
artifacts
:
true
-
job
:
docker-setup-docker-image-build
artifacts
:
true
-
job
:
prepare_haf_image
artifacts
:
true
services
:
-
*hfm-only-service
-
*postgrest-service
variables
:
DATA_SOURCE
:
${DATA_CACHE_HAF_PREFIX}_${HAF_COMMIT}_${CI_PIPELINE_ID}
JUNIT_REPORT
:
$CI_PROJECT_DIR/tests/tavern/report.xml
PYTEST_BASED_IMAGE_NAME
:
$BUILDER_IMAGE_PATH
POETRY_INSTALL_ROOT_DIR
:
$CI_PROJECT_DIR/haf/hive/tests/python/hive-local-tools
BTRACKER_ADDRESS
:
postgrest-server
BTRACKER_PORT
:
3000
TAVERN_DIR
:
$CI_PROJECT_DIR/tests/tavern
script
:
-
|
cd $CI_PROJECT_DIR/tests/tavern
pytest -n $PYTEST_NUMBER_OF_PROCESSES --junitxml report.xml .
artifacts
:
paths
:
-
"
**/*.out.json"
tags
:
-
data-cache-storage
build_and_publish_image
:
stage
:
publish
extends
:
.publish_docker_image_template
...
...
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