2025-07-22 01:23 CEST

View Issue Details Jump to Notes ]
IDProjectCategoryView StatusLast Update
0003838Spring engineBuildbotpublic2013-07-10 03:43
Reporterabma 
Assigned Toabma 
PrioritynormalSeverityfeatureReproducibilityalways
StatusresolvedResolutionwon't fix 
Product Version 
Target VersionFixed in Version 
Summary0003838: extend list.php to trigger builds of the develop branch
Descriptionauth needed!
disallow build of master branch!
Steps To Reproducefor example:

http://springrts.com/dl/buildbot/list.php?branch=develop&version=94.1.1-607-g9a3b752&target=engine_linux64&user=...&password=....
Additional Informationhttps://github.com/spring/spring/blob/develop/buildbot/version_list/list.php
TagsNo tags attached.
Checked infolog.txt for Errors
Attached Files

-Relationships
+Relationships

-Notes

~0010846

abma (administrator)

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>"

~0010847

abma (administrator)

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" />

~0010848

Licho (reporter)

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 :)

~0010990

abma (administrator)

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
+Notes

-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
+Issue History