Merge changes I0f3c810b,I39d468dc
* changes: bazel: use 'flaky' attribute for flaky tests. bazel: add polymer licenses to the documentation.
This commit is contained in:
@@ -48,6 +48,7 @@ license_map(
|
|||||||
targets = [
|
targets = [
|
||||||
"//gerrit-pgm:pgm",
|
"//gerrit-pgm:pgm",
|
||||||
"//gerrit-gwtui:ui_module",
|
"//gerrit-gwtui:ui_module",
|
||||||
|
"//polygerrit-ui/app:polygerrit_ui",
|
||||||
],
|
],
|
||||||
opts = ["--asciidoctor"],
|
opts = ["--asciidoctor"],
|
||||||
visibility = ['//visibility:public'],
|
visibility = ['//visibility:public'],
|
||||||
|
@@ -2,8 +2,6 @@
|
|||||||
|
|
||||||
Bazel build is experimental. Major missing parts:
|
Bazel build is experimental. Major missing parts:
|
||||||
|
|
||||||
* License tracking
|
|
||||||
* Version stamping
|
|
||||||
* Custom plugins
|
* Custom plugins
|
||||||
* Eclipse project generation.
|
* Eclipse project generation.
|
||||||
* Test suites for SSH, acceptance, etc.
|
* Test suites for SSH, acceptance, etc.
|
||||||
|
@@ -51,4 +51,5 @@ junit_tests(
|
|||||||
'//lib/jgit/org.eclipse.jgit:jgit',
|
'//lib/jgit/org.eclipse.jgit:jgit',
|
||||||
'//lib/jgit/org.eclipse.jgit.junit:junit',
|
'//lib/jgit/org.eclipse.jgit.junit:junit',
|
||||||
],
|
],
|
||||||
|
flaky = 1,
|
||||||
)
|
)
|
||||||
|
@@ -63,6 +63,7 @@ genrule2(
|
|||||||
|
|
||||||
bower_component_bundle(
|
bower_component_bundle(
|
||||||
name = 'test_components',
|
name = 'test_components',
|
||||||
|
testonly = 1,
|
||||||
deps = [
|
deps = [
|
||||||
'//polygerrit-ui:polygerrit_components',
|
'//polygerrit-ui:polygerrit_components',
|
||||||
'//lib/js:iron-test-helpers',
|
'//lib/js:iron-test-helpers',
|
||||||
|
Reference in New Issue
Block a user