[
https://issues.apache.org/jira/browse/HBASE-18376?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16093911#comment-16093911
]
Appy commented on HBASE-18376:
------------------------------
Doesn't personality run inside docker container? In which case our core problem
still remains, how do we pass information from jenkins job params to docker
container env?
Once we can breach the barrier, it can be env variable, or cli or anything else.
I think the best fix would be in yetus here:
https://github.com/apache/yetus/blob/master/precommit/core.d/docker.sh#L50
Adding --dockercmdextraargs or DOCKERCMDEXTRAARGS which will be added to all
docker cmd runs. Will make a lot more customizations possible in future.
What do you say?
> 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)