You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by "John Sirois (JIRA)" <ji...@apache.org> on 2016/02/12 20:19:18 UTC

[jira] [Commented] (THRIFT-3620) Cleanup and consolidate Thrift* jenkins jobs.

    [ https://issues.apache.org/jira/browse/THRIFT-3620?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15145116#comment-15145116 ] 

John Sirois commented on THRIFT-3620:
-------------------------------------

[~jfarrell], [~jensg], [~roger.meier] and [~nsuke] - I could use your institutional knowledge and feedback here.  I'd love to kill the cruft and convert the useful but broken, but I need feedback to do this right.  If you can comment on my proposal and set me straight on what I've got wrong, I'd be much appreciative.

> Cleanup and consolidate Thrift* jenkins jobs.
> ---------------------------------------------
>
>                 Key: THRIFT-3620
>                 URL: https://issues.apache.org/jira/browse/THRIFT-3620
>             Project: Thrift
>          Issue Type: Task
>          Components: Test Suite
>            Reporter: John Sirois
>
> I spent some time resurrecting the [Thrift-precommit|https://builds.apache.org/job/Thrift-precommit/] job which vets pull-requests to use the pool of docker slaves using a dockerized CI with guidance from [~jfarrell].  The remaining crop of Thrift* jobs should be culled and converted as appropriate.
> Currently we have the jobs [here|https://builds.apache.org/view/S-Z/view/Thrift/]:
> {noformat}
> $ curl --netrc -sS https://builds.apache.org/view/S-Z/view/Thrift/config.xml | xmllint -xpath "//jobNames" - | grep "<string>" | cut -d'>' -f2 | cut -d'<' -f1
> Thrift
> Thrift-all
> Thrift-Compiler-Linux64
> Thrift-Compiler-Windows
> Thrift-env
> Thrift-env-Windows
> Thrift-Test
> Thrift-Windows
> {noformat}
> Of those, [Thrift-env|https://builds.apache.org/job/Thrift-env], [Thrift-env-Windows|https://builds.apache.org/job/Thrift-env-Windows] and [Thrift-Windows|https://builds.apache.org/job/Thrift-Windows] are all disabled and [Thrift|https://builds.apache.org/job/Thrift] and [Thrift-Compiler-Linux64|https://builds.apache.org/job/Thrift-Compiler-Linux64] seem to be unused based on last run dates.  This leaves the following active jobs fwict:
> * [|https://builds.apache.org/job/Thrift-all]
> * [|https://builds.apache.org/job/Thrift-Compiler-Windows]
> * [|https://builds.apache.org/job/Thrift-precommit]
> Of these {{Thrift-all}} is broken in a known-way, it really needs to be converted to use a Dockerized build like {{Thrift-precommit}} to be insulated from the vagaries of the underlying worker machines.
> I propose deltion of all disabled (3) and inactive (2) jobs listed above and conversion of {{Thrift-all}} to a Dockerized CI job to guard master with.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)