Issue 3635 in pharo: [Hudson] reuse images downstream

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

Issue 3635 in pharo: [Hudson] reuse images downstream

pharo
Status: Accepted
Owner: [hidden email]

New issue 3635 by [hidden email]: [Hudson] reuse images downstream
http://code.google.com/p/pharo/issues/detail?id=3635

Pharo Full should use the image created by Pharo core.

Normally this should work, but it did not. Maybe because we use a build  
slave?


Reply | Threaded
Open this post in threaded view
|

Re: Issue 3635 in pharo: [Hudson] reuse images downstream

pharo

Comment #1 on issue 3635 by [hidden email]: [Hudson] reuse images  
downstream
http://code.google.com/p/pharo/issues/detail?id=3635

It seems the last successful build are not availale on the build slave

the script searches for them in some /lastSuccessful/ directory:

        elif [ -n "$WORKSPACE" ] ; then
                                INPUT_IMAGE=`find -L "$WORKSPACE/../.." -name "$OPTARG.image" |  
grep "/lastSuccessful/" | head -n 1`
                        fi


Reply | Threaded
Open this post in threaded view
|

Re: Issue 3635 in pharo: [Hudson] reuse images downstream

pharo

Comment #2 on issue 3635 by [hidden email]: [Hudson] reuse images  
downstream
http://code.google.com/p/pharo/issues/detail?id=3635

There is a plugin to copy files to the slave.

http://wiki.hudson-ci.org//display/HUDSON/Copy+To+Slave+Plugin

Sady, our version of Hudson is to old for installing this.


Reply | Threaded
Open this post in threaded view
|

Re: Issue 3635 in pharo: [Hudson] reuse images downstream

pharo
Updates:
        Status: Closed

Comment #3 on issue 3635 by [hidden email]: [Hudson] reuse images  
downstream
http://code.google.com/p/pharo/issues/detail?id=3635

Now this is solved (using the same solution as already used for the Moose  
based projects)

The latest Core is available as Core1.2, the latest Full as Full1.2
These are always the latest builds and can be used with builder just with  
-i Core1.2

I changed all Pharo builds to use this. We should check with Cyrille the  
other projects and unify.