| View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||||
| ID | Project | Category | View Status | Date Submitted | Last Update | ||||
|---|---|---|---|---|---|---|---|---|---|
| 0003838 | Spring engine | Buildbot | public | 2013-06-09 13:06 | 2013-07-10 03:43 | ||||
| Reporter | abma | ||||||||
| Assigned To | abma | ||||||||
| Priority | normal | Severity | feature | Reproducibility | always | ||||
| Status | resolved | Resolution | won't fix | ||||||
| Product Version | |||||||||
| Target Version | Fixed in Version | ||||||||
| Summary | 0003838: extend list.php to trigger builds of the develop branch | ||||||||
| Description | auth needed! disallow build of master branch! | ||||||||
| Steps To Reproduce | for example: http://springrts.com/dl/buildbot/list.php?branch=develop&version=94.1.1-607-g9a3b752&target=engine_linux64&user=...&password=.... | ||||||||
| Additional Information | https://github.com/spring/spring/blob/develop/buildbot/version_list/list.php | ||||||||
| Tags | No tags attached. | ||||||||
| Checked infolog.txt for Errors | |||||||||
| Attached Files |
| ||||||||
Notes |
|
|
abma (administrator) 2013-06-09 13:13 |
this would require a new table that keeps infomation about builds triggered so builds aren't build multiple times, with maybe a timeout of a day. also, the buildbot should notify back about success or failure of builds to the script. should be easy to add: same parameters as above, but "&action=result&status=ok|<error string>" |
|
abma (administrator) 2013-06-09 13:18 |
to trigger a build: http://buildbot.springrts.com/builders/full-windows-test <form method="post" name="force_build" action="../builders/full-windows-test/force" class="command forcebuild"> <input type="text" name="username"/> <input type="password" name="passwd"/> <input type='text' name='comments' /> <input type='text' name='branch' value='develop' /> <input type='text' name='revision' /> <input type="submit" value="Force Build" /> |
|
Licho (reporter) 2013-06-09 13:20 |
How would I get information whether the build failed or suceeded and/or some progress info? If its possible to get that i would show progress bar just like ordinary download :) |
|
abma (administrator) 2013-07-10 03:43 |
sorry, thats to much work as it would require to setup a buildslave as it was... the bad thing is, our build setup is in the repository, too, so if we build an older version, stuff will break! so for a specific revision we need a specific setup: libs & compiler versions have to match. either we just keep builds or we are out of look getting old revisions. i've already increased the deletion time to 180 days: https://github.com/spring/spring/blob/develop/buildbot/master/cleanup.sh#L6 |
Issue History |
|||
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2013-06-09 13:06 | abma | New Issue | |
| 2013-06-09 13:06 | abma | Status | new => assigned |
| 2013-06-09 13:06 | abma | Assigned To | => abma |
| 2013-06-09 13:07 | abma | Steps to Reproduce Updated | View Revisions |
| 2013-06-09 13:07 | abma | Steps to Reproduce Updated | View Revisions |
| 2013-06-09 13:13 | abma | Note Added: 0010846 | |
| 2013-06-09 13:18 | abma | Note Added: 0010847 | |
| 2013-06-09 13:20 | Licho | Note Added: 0010848 | |
| 2013-07-10 03:43 | abma | Note Added: 0010990 | |
| 2013-07-10 03:43 | abma | Status | assigned => resolved |
| 2013-07-10 03:43 | abma | Resolution | open => won't fix |


