You are viewing a plain text version of this content. The canonical link for it is here.
Posted to infrastructure-issues@apache.org by "Dmitriy Barkalov (JIRA)" <ji...@apache.org> on 2015/01/09 17:15:35 UTC

[jira] [Commented] (INFRA-8588) Setup buildbot for Cordova project

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

Dmitriy Barkalov commented on INFRA-8588:
-----------------------------------------

Here is the full list of repos that should trigger build if there are some changes. Note that they should trigger the special project to use in filter:
{code:python}
c['schedulers'].append(SingleBranchScheduler(
	name=test["title"],
	change_filter=ChangeFilter(
		branch=test["branch"],
		project=test["categories"]),
	treeStableTimer=CONFIG.stabletime,
	builderNames=test_builders))
{code}

https://git-wip-us.apache.org/repos/asf/cordova-medic.git, project:"CORDOVA-TESTMASTER",
https://git-wip-us.apache.org/repos/asf/cordova-coho.git, project:"CORDOVA-COHO",
https://git-wip-us.apache.org/repos/asf/cordova-mobile-spec.git, project:"CORDOVA-MSPEC",

https://git-wip-us.apache.org/repos/asf/cordova-cli.git, project:"CORDOVA-CLI",
https://git-wip-us.apache.org/repos/asf/cordova-plugman.git, project:"CORDOVA-PLUGMAN",
https://git-wip-us.apache.org/repos/asf/cordova-lib.git, project:"CORDOVA-CLI",
https://git-wip-us.apache.org/repos/asf/cordova-js.git, project:"CORDOVA-JS",

https://git-wip-us.apache.org/repos/asf/cordova-android.git, project:"CORDOVA-ANDROID",
https://git-wip-us.apache.org/repos/asf/cordova-ios.git, project:"CORDOVA-IOS",
https://git-wip-us.apache.org/repos/asf/cordova-wp8.git, project:"CORDOVA-WP8",
https://git-wip-us.apache.org/repos/asf/cordova-windows.git, project:"CORDOVA-WINDOWS",
https://git-wip-us.apache.org/repos/asf/cordova-blackberry.git, project:"CORDOVA-BLACKBERRY",

Project:"CORDOVA-PLUGIN"
https://git-wip-us.apache.org/repos/asf/cordova-plugin-test-framework.git,
https://git-wip-us.apache.org/repos/asf/cordova-plugin-battery-status.git,
https://git-wip-us.apache.org/repos/asf/cordova-plugin-camera.git,
https://git-wip-us.apache.org/repos/asf/cordova-plugin-console.git,
https://git-wip-us.apache.org/repos/asf/cordova-plugin-contacts.git,
https://git-wip-us.apache.org/repos/asf/cordova-plugin-device.git,
https://git-wip-us.apache.org/repos/asf/cordova-plugin-device-motion.git,
https://git-wip-us.apache.org/repos/asf/cordova-plugin-device-orientation.git,
https://git-wip-us.apache.org/repos/asf/cordova-plugin-dialogs.git,
https://git-wip-us.apache.org/repos/asf/cordova-plugin-file.git,
https://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer.git,
https://git-wip-us.apache.org/repos/asf/cordova-plugin-geolocation.git,
https://git-wip-us.apache.org/repos/asf/cordova-plugin-globalization.git,
https://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser.git,
https://git-wip-us.apache.org/repos/asf/cordova-plugin-media.git,
https://git-wip-us.apache.org/repos/asf/cordova-plugin-media-capture.git,
https://git-wip-us.apache.org/repos/asf/cordova-plugin-network-information.git,
https://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen.git,
https://git-wip-us.apache.org/repos/asf/cordova-plugin-statusbar.git,
https://git-wip-us.apache.org/repos/asf/cordova-plugin-vibration.git

> Setup buildbot for Cordova project
> ----------------------------------
>
>                 Key: INFRA-8588
>                 URL: https://issues.apache.org/jira/browse/INFRA-8588
>             Project: Infrastructure
>          Issue Type: Wish
>            Reporter: Vladimir Kotikov
>            Assignee: Gavin
>              Labels: Cordova
>         Attachments: config.json, master.cfg, repos.json
>
>
> We'd like to setup a buildbot build for Cordova. 
> I assume it would be good to have buildbot master inside Apache infra and ability to add slaves from external network. This way we would get single point for CI without big load on Apache infra. Cordova slaves need some special set up and programs on board. So it’s hardly possible to use existing slave machines.
> Please confirm that this is valid approach.
> Also Cordova testing environment uses CouchDB to store test run results. Can we have CouchDB server inside Apache infrastructure?
> We already have buildbot configuration in terms of medic project https://github.com/apache/cordova-medic. There are:
> master.cfg – buildbot configuration file
> repos.json, config.json – special configuration files used in master.cfg (now should be level upper than master.cfg)
> Please let me know your thoughts about it.



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