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
Merge requests
!390
Something went wrong on our end
Compact all CI jobs to one
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Compact all CI jobs to one
wb-ci-all-in-one-job
into
develop
Overview
0
Commits
2
Pipelines
0
Changes
1
Merged
Wojciech Barcik
requested to merge
wb-ci-all-in-one-job
into
develop
4 years ago
Overview
0
Commits
2
Pipelines
0
Changes
1
Expand
0
0
Merge request reports
Viewing commit
e5eac65d
Show latest version
1 file
+
2
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
e5eac65d
Attach out.json to artifacts
· e5eac65d
Wojciech Barcik
authored
4 years ago
.gitlab-ci.yaml
+
2
−
1
Options
@@ -387,7 +387,7 @@ sync-e2e-benchmark:
stage
:
sync-e2e-benchmark
needs
:
[]
script
:
-
*hive-sync-script-common
#
- *hive-sync-script-common
-
./scripts/ci/hive-server.sh start
-
pip install tox
-
touch tox-installed
@@ -411,6 +411,7 @@ sync-e2e-benchmark:
-
pg-stats
-
hive-sync-runner-id.txt
-
tavern_benchmarks_report.html
-
tests/tests_api/hivemind/tavern/**/*.out.json
reports
:
junit
:
"
*.xml"
expire_in
:
7 days
Loading