Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
Metabase
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
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
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Engineering Digital Service
Metabase
Commits
4f19a4df
Commit
4f19a4df
authored
7 years ago
by
Tom Robinson
Browse files
Options
Downloads
Patches
Plain Diff
More rebalancing
parent
b1ad937f
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
bin/ci
+9
-6
9 additions, 6 deletions
bin/ci
with
9 additions
and
6 deletions
bin/ci
+
9
−
6
View file @
4f19a4df
...
...
@@ -11,6 +11,8 @@ node-0() {
MB_MYSQL_TEST_USER
=
ubuntu run_step lein-test
}
node-1
()
{
run_step lein docstring-checker
is_enabled
"drivers"
&&
export
ENGINES
=
"h2,sqlserver,oracle"
||
export
ENGINES
=
"h2"
if
is_engine_enabled
"oracle"
;
then
run_step install-oracle
...
...
@@ -19,6 +21,8 @@ node-1() {
run_step lein-test
}
node-2
()
{
run_step lein bikeshed
is_enabled
"drivers"
&&
export
ENGINES
=
"h2,postgres,sqlite,presto"
||
export
ENGINES
=
"h2"
if
is_engine_enabled
"crate"
;
then
run_step install-crate
...
...
@@ -31,6 +35,9 @@ node-2() {
run_step lein-test
}
node-3
()
{
run_step yarn run lint
run_step yarn run flow
is_enabled
"drivers"
&&
export
ENGINES
=
"h2,redshift,druid,vertica"
||
export
ENGINES
=
"h2"
if
is_engine_enabled
"vertica"
;
then
run_step install-vertica
...
...
@@ -41,22 +48,18 @@ node-3() {
fi
}
node-4
()
{
run_step lein bikeshed
run_step lein docstring-checker
run_step ./bin/reflection-linter
# build the frontend, jar, and record the sizes
run_step ./bin/build version frontend sample-dataset uberjar
report-frontend-size
report-uberjar-size
}
node-5
()
{
run_step lein eastwood
run_step yarn run lint
run_step yarn run
flow
run_step yarn run
test-karma
run_step yarn run test-unit
report-frontend-coverage
run_step yarn run test-karma
}
node-6
()
{
run_step ./bin/build version sample-dataset uberjar
...
...
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