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
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
5
Merged
Wojciech Barcik
requested to merge
wb-ci-all-in-one-job
into
develop
4 years ago
Overview
0
Commits
2
Pipelines
0
Changes
5
Expand
0
0
Merge request reports
Compare
develop
version 7
dcd92098
4 years ago
version 6
e5eac65d
4 years ago
version 5
e1c60660
4 years ago
version 4
707251dc
4 years ago
version 3
ba1a014b
4 years ago
version 2
b1c57a14
4 years ago
version 1
2ff435a4
4 years ago
develop (base)
and
latest version
latest version
57340c0a
2 commits,
4 years ago
version 7
dcd92098
4 commits,
4 years ago
version 6
e5eac65d
2 commits,
4 years ago
version 5
e1c60660
1 commit,
4 years ago
version 4
707251dc
1 commit,
4 years ago
version 3
ba1a014b
8 commits,
4 years ago
version 2
b1c57a14
7 commits,
4 years ago
version 1
2ff435a4
6 commits,
4 years ago
5 files
+
430
−
335
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Some changes are not shown
For a faster browsing experience, some files are collapsed by default.
Expand all files
Files
5
Search (e.g. *.vue) (Ctrl+P)
scripts/ci/start-api-benchmarks.sh
+
1
−
1
Options
@@ -6,7 +6,7 @@ pip install tox
export
HIVEMIND_ADDRESS
=
$1
export
HIVEMIND_PORT
=
$2
ITERATIONS
=
$
3
ITERATIONS
=
$
{
3
:-
5
}
JOBS
=
${
4
:-
auto
}
export
TAVERN_DISABLE_COMPARATOR
=
true
Loading