You are viewing a plain text version of this content. The canonical link for it is here.
Posted to general@hadoop.apache.org by Gautham Banasandra <ga...@apache.org> on 2021/11/12 16:08:29 UTC

Tracing the adding of Hadoop CI's endpoint

Hi Hadoop devs,

At the end of the Yetus's pre-commit run, we see the following table -

|| Subsystem || Report/Notes ||
============================================================================
|  cc  | https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-3650/1/artifact/out/results-compile-cc-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server-jdkUbuntu-11.0.11+9-Ubuntu-0ubuntu2.20.04.txt
|
|  unit  | https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-3650/1/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-resourcemanager.txt
|

May I know how the Hadoop CI's endpoint gets specified to Yetus?

Please see this JIRA to get some context on what I'm trying to do with this
- [HADOOP-18007] Use platform specific endpoints for CI report - ASF JIRA
(apache.org) <https://issues.apache.org/jira/browse/HADOOP-18007>

Thanks,
--Gautham

Re: Tracing the adding of Hadoop CI's endpoint

Posted by Akira Ajisaka <aa...@apache.org>.
(Added common-dev to CC and moved general to BCC because this is a
development topic)

Hi Gautham,

Yes, your assumption is correct. Every Jenkins job has a BUILD_URL
environment variable [1], and it is used in Yetus [2].

[1] https://wiki.jenkins.io/display/JENKINS/Building+a+software+project
[2]
https://github.com/apache/yetus/blob/477eeecec11d18b3f4e10bb25b1b5987970f2deb/precommit/src/main/shell/test-patch.sh#L714

Thanks,
Akira

On Tue, Nov 16, 2021 at 3:55 AM Gautham Banasandra <ga...@apache.org>
wrote:

> Hi Hadoop devs,
>
> Any ideas on this? I'm guessing there's some environment variable that
> specifies the Hadoop CI's endpoint which Yetus reads. I'm unable to find it
> though. I would really appreciate any help regarding this.
>
> Thanks,
> --Gautham
>
> On Fri, 12 Nov 2021 at 21:38, Gautham Banasandra <ga...@apache.org>
> wrote:
>
> > Hi Hadoop devs,
> >
> > At the end of the Yetus's pre-commit run, we see the following table -
> >
> > || Subsystem || Report/Notes ||
> >
> >
> ============================================================================
> > |  cc  |
> https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-3650/1/artifact/out/results-compile-cc-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server-jdkUbuntu-11.0.11+9-Ubuntu-0ubuntu2.20.04.txt
> > |
> > |  unit  |
> https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-3650/1/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-resourcemanager.txt
> > |
> >
> > May I know how the Hadoop CI's endpoint gets specified to Yetus?
> >
> > Please see this JIRA to get some context on what I'm trying to do with
> > this - [HADOOP-18007] Use platform specific endpoints for CI report - ASF
> > JIRA (apache.org) <https://issues.apache.org/jira/browse/HADOOP-18007>
> >
> > Thanks,
> > --Gautham
> >
>

Re: Tracing the adding of Hadoop CI's endpoint

Posted by Akira Ajisaka <aa...@apache.org>.
(Added common-dev to CC and moved general to BCC because this is a
development topic)

Hi Gautham,

Yes, your assumption is correct. Every Jenkins job has a BUILD_URL
environment variable [1], and it is used in Yetus [2].

[1] https://wiki.jenkins.io/display/JENKINS/Building+a+software+project
[2]
https://github.com/apache/yetus/blob/477eeecec11d18b3f4e10bb25b1b5987970f2deb/precommit/src/main/shell/test-patch.sh#L714

Thanks,
Akira

On Tue, Nov 16, 2021 at 3:55 AM Gautham Banasandra <ga...@apache.org>
wrote:

> Hi Hadoop devs,
>
> Any ideas on this? I'm guessing there's some environment variable that
> specifies the Hadoop CI's endpoint which Yetus reads. I'm unable to find it
> though. I would really appreciate any help regarding this.
>
> Thanks,
> --Gautham
>
> On Fri, 12 Nov 2021 at 21:38, Gautham Banasandra <ga...@apache.org>
> wrote:
>
> > Hi Hadoop devs,
> >
> > At the end of the Yetus's pre-commit run, we see the following table -
> >
> > || Subsystem || Report/Notes ||
> >
> >
> ============================================================================
> > |  cc  |
> https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-3650/1/artifact/out/results-compile-cc-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server-jdkUbuntu-11.0.11+9-Ubuntu-0ubuntu2.20.04.txt
> > |
> > |  unit  |
> https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-3650/1/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-resourcemanager.txt
> > |
> >
> > May I know how the Hadoop CI's endpoint gets specified to Yetus?
> >
> > Please see this JIRA to get some context on what I'm trying to do with
> > this - [HADOOP-18007] Use platform specific endpoints for CI report - ASF
> > JIRA (apache.org) <https://issues.apache.org/jira/browse/HADOOP-18007>
> >
> > Thanks,
> > --Gautham
> >
>

Re: Tracing the adding of Hadoop CI's endpoint

Posted by Gautham Banasandra <ga...@apache.org>.
Hi Hadoop devs,

Any ideas on this? I'm guessing there's some environment variable that
specifies the Hadoop CI's endpoint which Yetus reads. I'm unable to find it
though. I would really appreciate any help regarding this.

Thanks,
--Gautham

On Fri, 12 Nov 2021 at 21:38, Gautham Banasandra <ga...@apache.org> wrote:

> Hi Hadoop devs,
>
> At the end of the Yetus's pre-commit run, we see the following table -
>
> || Subsystem || Report/Notes ||
>
> ============================================================================
> |  cc  | https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-3650/1/artifact/out/results-compile-cc-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server-jdkUbuntu-11.0.11+9-Ubuntu-0ubuntu2.20.04.txt
> |
> |  unit  | https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-3650/1/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-resourcemanager.txt
> |
>
> May I know how the Hadoop CI's endpoint gets specified to Yetus?
>
> Please see this JIRA to get some context on what I'm trying to do with
> this - [HADOOP-18007] Use platform specific endpoints for CI report - ASF
> JIRA (apache.org) <https://issues.apache.org/jira/browse/HADOOP-18007>
>
> Thanks,
> --Gautham
>

Re: Tracing the adding of Hadoop CI's endpoint

Posted by Gautham Banasandra <ga...@apache.org>.
Hi Hadoop devs,

Any ideas on this? I'm guessing there's some environment variable that
specifies the Hadoop CI's endpoint which Yetus reads. I'm unable to find it
though. I would really appreciate any help regarding this.

Thanks,
--Gautham

On Fri, 12 Nov 2021 at 21:38, Gautham Banasandra <ga...@apache.org> wrote:

> Hi Hadoop devs,
>
> At the end of the Yetus's pre-commit run, we see the following table -
>
> || Subsystem || Report/Notes ||
>
> ============================================================================
> |  cc  | https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-3650/1/artifact/out/results-compile-cc-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server-jdkUbuntu-11.0.11+9-Ubuntu-0ubuntu2.20.04.txt
> |
> |  unit  | https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-3650/1/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-resourcemanager.txt
> |
>
> May I know how the Hadoop CI's endpoint gets specified to Yetus?
>
> Please see this JIRA to get some context on what I'm trying to do with
> this - [HADOOP-18007] Use platform specific endpoints for CI report - ASF
> JIRA (apache.org) <https://issues.apache.org/jira/browse/HADOOP-18007>
>
> Thanks,
> --Gautham
>

Re: Tracing the adding of Hadoop CI's endpoint

Posted by Gautham Banasandra <ga...@apache.org>.
Hi Hadoop devs,

Any ideas on this? I'm guessing there's some environment variable that
specifies the Hadoop CI's endpoint which Yetus reads. I'm unable to find it
though. I would really appreciate any help regarding this.

Thanks,
--Gautham

On Fri, 12 Nov, 2021, 9:38 pm Gautham Banasandra, <ga...@apache.org>
wrote:

> Hi Hadoop devs,
>
> At the end of the Yetus's pre-commit run, we see the following table -
>
> || Subsystem || Report/Notes ||
>
> ============================================================================
> |  cc  | https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-3650/1/artifact/out/results-compile-cc-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server-jdkUbuntu-11.0.11+9-Ubuntu-0ubuntu2.20.04.txt
> |
> |  unit  | https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-3650/1/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-resourcemanager.txt
> |
>
> May I know how the Hadoop CI's endpoint gets specified to Yetus?
>
> Please see this JIRA to get some context on what I'm trying to do with
> this - [HADOOP-18007] Use platform specific endpoints for CI report - ASF
> JIRA (apache.org) <https://issues.apache.org/jira/browse/HADOOP-18007>
>
> Thanks,
> --Gautham
>