add tests for gerrit builds
Add tests to verify gerrit builds. We exclude slow tests because those have intermittent failures. Change-Id: I9f4074a6bed47306c73035f489efc2f467147b45
This commit is contained in:
parent
81e8ea0735
commit
2714d3a1ca
@ -119,6 +119,7 @@
|
||||
export PATH=`pwd`/buck/bin:$PATH
|
||||
cd gerrit
|
||||
buck clean
|
||||
buck test --all --exclude slow
|
||||
buck build release
|
||||
- shell: "cp gerrit/buck-out/gen/release.war gerrit/buck-out/gen/gerrit-$PROJECT_VER.war"
|
||||
|
||||
@ -157,6 +158,7 @@
|
||||
export PATH=`pwd`/buck/bin:$PATH
|
||||
cd gerrit
|
||||
buck clean
|
||||
buck test --all --exclude slow
|
||||
buck build release
|
||||
- shell: "cp gerrit/buck-out/gen/release.war gerrit/buck-out/gen/gerrit-$PROJECT_VER.war"
|
||||
|
||||
@ -191,6 +193,7 @@
|
||||
export PATH=`pwd`/buck/bin:$PATH
|
||||
cd gerrit
|
||||
buck clean
|
||||
buck test --all --exclude slow
|
||||
buck build release
|
||||
- shell: "cp gerrit/buck-out/gen/release.war gerrit/buck-out/gen/gerrit-$PROJECT_VER.war"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user