[
https://issues.apache.org/jira/browse/HBASE-28325?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17810767#comment-17810767
]
Nick Dimiduk commented on HBASE-28325:
--------------------------------------
I reverted the original commit.
bq. Does multijdk build run different jdk builds in parallel? Otherwise it will
double the pre commit time...
Hmm true, yes, it likely does run them sequentially. Even if it could run them
in parallel, the resource utilizastion on the worker would be ... a lot.
bq. What i'd really love to do is get them on GH Actions, if that were possible.
Yetus has nice, easy support for GH Actions ... but last I looked into it, the
ASF isn't really ready for us to use GH Actions. Like the bad old days of
Jenkins, they have a single pool of resources for all projects. Since several
have adopted use of actions, the processing queue is often saturated. That
said, Apache has accepted donations specifically ear-marked for HBase. We use
this money today for our dedicated Jenkins infrastructure. I'm sure that we
could pursue a similar distribution toward GH Action ; I don't know if our
account with GitHub can be partitioned that way. That would be a question for
the users@infra list or an INFRA ticket.
bq. Or somehow get the old ones auto-hidden.
I manually hide the old comments as outdated, so yeah, this is on my list as
well. It should be possible to add a step to the Jenkins job that reads the old
comments, parses the ones that have links containing a previous build-id, and
then hiding them. Or maybe this should be a Yetus feature. Either way, I
haven't tried this yet...
> Enable infra automation to comment on a Jira when a new PR is posted
> --------------------------------------------------------------------
>
> Key: HBASE-28325
> URL: https://issues.apache.org/jira/browse/HBASE-28325
> Project: HBase
> Issue Type: Task
> Components: community
> Reporter: Nick Dimiduk
> Assignee: Nick Dimiduk
> Priority: Minor
>
> https://cwiki.apache.org/confluence/display/INFRA/Git+-+.asf.yaml+features#Git.asf.yamlfeatures-Jiranotificationoptions
> Currently we make use of the "link" feature. This does not send a
> notification to watchers, so I propose that we add the "comment" feature, so
> that a comment will also be sent, and watchers can find out about the
> availability of the PR.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)