Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
H
hivemind
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor 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
hivemind
Commits
1568214c
Commit
1568214c
authored
4 years ago
by
Dariusz Kędzierski
Browse files
Options
Downloads
Patches
Plain Diff
Fix script path, add test env to tox invocation
parent
933bf13f
No related branches found
Branches containing commit
No related tags found
2 merge requests
!456
Release candidate v1 24
,
!246
API tests execution time reports
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yaml
+1
-1
1 addition, 1 deletion
.gitlab-ci.yaml
scripts/ci/start-api-smoketest.sh
+1
-1
1 addition, 1 deletion
scripts/ci/start-api-smoketest.sh
with
2 additions
and
2 deletions
.gitlab-ci.yaml
+
1
−
1
View file @
1568214c
...
...
@@ -316,7 +316,7 @@ api_smoketest:
stage
:
e2e-test
extends
:
.e2e-test-common
script
:
-
scripts/ci/start
_
api
_
smoketest.sh localhost "$HIVEMIND_HTTP_PORT" . api_smoketest.xml
-
scripts/ci/start
-
api
-
smoketest.sh localhost "$HIVEMIND_HTTP_PORT" . api_smoketest.xml
artifacts
:
reports
:
junit
:
api_smoketest.xml
...
...
This diff is collapsed.
Click to expand it.
scripts/ci/start-api-smoketest.sh
+
1
−
1
View file @
1568214c
...
...
@@ -9,5 +9,5 @@ echo "Starting tests on hivemind server running on ${HIVEMIND_ADDRESS}:${HIVEMIN
echo
"Selected test group (if empty all will be executed):
$3
"
tox
--
-W
ignore::pytest.PytestDeprecationWarning
-n
auto
--durations
=
0
\
tox
-e
tavern
--
-W
ignore::pytest.PytestDeprecationWarning
-n
auto
--durations
=
0
\
--junitxml
=
../../../../
$4
$3
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