You are viewing a plain text version of this content. The canonical link for it is here.
Posted to hdfs-dev@hadoop.apache.org by Александр Богданов <ss...@gmail.com> on 2023/11/13 09:45:56 UTC

How to restart build pipeline or mark Yetus check passed

Dear HDFS devs,

I've raised a merge request for my first HDFS contribution:
https://issues.apache.org/jira/plugins/servlet/mobile#issue/HDFS-17221

Apache Yetus check failed because of some unit tests:
https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-6230/1/

Looks like those failures are not related to my change and this is just a
flicker.

Is there a way to restart pipeline or mark Yetus check as passed? If not,
what should I do next?

Alexander Bogdanov.

Re: How to restart build pipeline or mark Yetus check passed

Posted by Ayush Saxena <ay...@gmail.com>.
Just push an empty commit & it will trigger the build again.

It anyway has checkstyle issues, fix them & push a new commit

https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-6230/1/artifact/out/results-checkstyle-hadoop-hdfs-project_hadoop-hdfs.txt

-Ayush

> On 13-Nov-2023, at 3:16 PM, Александр Богданов <ss...@gmail.com> wrote:
> Dear HDFS devs,
> 
> I've raised a merge request for my first HDFS contribution:
> https://issues.apache.org/jira/plugins/servlet/mobile#issue/HDFS-17221
> 
> Apache Yetus check failed because of some unit tests:
> https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-6230/1/
> 
> Looks like those failures are not related to my change and this is just a
> flicker.
> 
> Is there a way to restart pipeline or mark Yetus check as passed? If not,
> what should I do next?
> 
> Alexander Bogdanov.