[
https://issues.apache.org/jira/browse/HBASE-18376?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16094912#comment-16094912
]
Sean Busbey commented on HBASE-18376:
-------------------------------------
ah! I looked at the yetus docs a bit more.
http://yetus.apache.org/documentation/0.5.0/precommit-advanced/#important-variables
bq. DOCKER_EXTRAARGS[@] is an array of command line arguments to apply to the
docker run command.
I don't think personalities have all of the tooling plugins do, we could handle
both the cli args part and the docker part by defining a plugin for the
excludes and then using {{pluginname_parse_args}} and
{{pluginname_docker_support}}:
http://yetus.apache.org/documentation/0.5.0/precommit-advanced/#common-plug-in-functions
I suspect adding to DOCKER_EXTRAARGS is the fastest path to works-at-all.
> Flaky exclusion doesn't appear to work in precommit
> ---------------------------------------------------
>
> Key: HBASE-18376
> URL: https://issues.apache.org/jira/browse/HBASE-18376
> Project: HBase
> Issue Type: Bug
> Components: community, test
> Reporter: Sean Busbey
> Priority: Critical
> Attachments: HBASE-18376.master.001.patch
>
>
> Yesterday we started defaulting the precommit parameter for the flaky test
> list to point to the job on builds.a.o. Looks like the personality is
> ignoring it.
> example build that's marked to keep:
> https://builds.apache.org/job/PreCommit-HBASE-Build/7646/
> (search for 'Running unit tests' to skip to the right part of the console')
> should add some more debug output in there too.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)