[
https://issues.apache.org/jira/browse/SQOOP-3289?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16392893#comment-16392893
]
Boglarka Egyed commented on SQOOP-3289:
---------------------------------------
Hi [~dvoros],
I think thisĀ is a great first step to ease the development and the test process
for the contributors, so a +1 from my side too.
I agree with Attila and Szabolcs, we should aim to have a stable CI system
which will run all the unit and third party tests on every commit automatically
or what is more on every patch submission. I haven't investigate this topic on
my own so far but the sources Szabolcs shared seem to be a good point to start.
However I also see legal issues with the third party test suite and for that
either the [ApacheĀ Legal Affairs Committee|https://www.apache.org/legal/] or
the [Apache Infrastructure Team|https://www.apache.org/dev/infrastructure.html]
could be contacted perhaps.
> Add .travis.yml
> ---------------
>
> Key: SQOOP-3289
> URL: https://issues.apache.org/jira/browse/SQOOP-3289
> Project: Sqoop
> Issue Type: Task
> Components: build
> Affects Versions: 1.4.7
> Reporter: Daniel Voros
> Assignee: Daniel Voros
> Priority: Minor
> Fix For: 1.5.0
>
>
> Adding a .travis.yml would enable running builds/tests on travis-ci.org.
> Currently if you wish to use Travis for testing your changes, you have to
> manually add a .travis.yml to your branch. Having it committed to trunk would
> save us this extra step.
> I currently have an example
> [{{.travis.yml}}|https://github.com/dvoros/sqoop/blob/93a4c06c1a3da1fd5305c99e379484507797b3eb/.travis.yml]
> on my travis branch running unit tests for every commit and every pull
> request: https://travis-ci.org/dvoros/sqoop/builds
> Later we could add the build status to the project readme as well, see:
> https://github.com/dvoros/sqoop/tree/travis
> Also, an example of a pull request: https://github.com/dvoros/sqoop/pull/1
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)