How to get Pharo in ci build

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

How to get Pharo in ci build

tinchodias
Hi,

Is this the right first line for fuel ci build*?

wget --quiet -qO - http://files.pharo.org/script/ciPharo20PharoVM.sh | bash

I got it from Pastell ci. I was using:

wget --quiet -qO -
http://pharo.gforge.inria.fr/ci/script/ciPharo20NBCogVM.sh | bash

But it was outdated... right?


(*): https://ci.inria.fr/rmod/job/Fuel/

Thanks in advance,
Martin

Reply | Threaded
Open this post in threaded view
|

Re: How to get Pharo in ci build

EstebanLM
wget --quiet -qO - http://files.pharo.org/script/ciPharo20.sh | bash

for pharo 2.0 image, and

wget --quiet -qO - http://files.pharo.org/script/ciPharoVM.sh | bash

for stable vm ("stable" is just an expression right now, but we are almost there :)

Esteban

On Mar 7, 2013, at 2:44 PM, Martin Dias <[hidden email]> wrote:

> Hi,
>
> Is this the right first line for fuel ci build*?
>
> wget --quiet -qO - http://files.pharo.org/script/ciPharo20PharoVM.sh | bash
>
> I got it from Pastell ci. I was using:
>
> wget --quiet -qO -
> http://pharo.gforge.inria.fr/ci/script/ciPharo20NBCogVM.sh | bash
>
> But it was outdated... right?
>
>
> (*): https://ci.inria.fr/rmod/job/Fuel/
>
> Thanks in advance,
> Martin
>


Reply | Threaded
Open this post in threaded view
|

Re: How to get Pharo in ci build

tinchodias
Thank you.
Seems that "fuel with progress bar" fails with this vm...

On Thu, Mar 7, 2013 at 2:49 PM, Esteban Lorenzano <[hidden email]> wrote:

> wget --quiet -qO - http://files.pharo.org/script/ciPharo20.sh | bash
>
> for pharo 2.0 image, and
>
> wget --quiet -qO - http://files.pharo.org/script/ciPharoVM.sh | bash
>
> for stable vm ("stable" is just an expression right now, but we are almost there :)
>
> Esteban
>
> On Mar 7, 2013, at 2:44 PM, Martin Dias <[hidden email]> wrote:
>
>> Hi,
>>
>> Is this the right first line for fuel ci build*?
>>
>> wget --quiet -qO - http://files.pharo.org/script/ciPharo20PharoVM.sh | bash
>>
>> I got it from Pastell ci. I was using:
>>
>> wget --quiet -qO -
>> http://pharo.gforge.inria.fr/ci/script/ciPharo20NBCogVM.sh | bash
>>
>> But it was outdated... right?
>>
>>
>> (*): https://ci.inria.fr/rmod/job/Fuel/
>>
>> Thanks in advance,
>> Martin
>>
>
>

Reply | Threaded
Open this post in threaded view
|

Re: How to get Pharo in ci build

EstebanLM
all fuel tests pass for me

On Mar 7, 2013, at 4:28 PM, Martin Dias <[hidden email]> wrote:

> Thank you.
> Seems that "fuel with progress bar" fails with this vm...
>
> On Thu, Mar 7, 2013 at 2:49 PM, Esteban Lorenzano <[hidden email]> wrote:
>> wget --quiet -qO - http://files.pharo.org/script/ciPharo20.sh | bash
>>
>> for pharo 2.0 image, and
>>
>> wget --quiet -qO - http://files.pharo.org/script/ciPharoVM.sh | bash
>>
>> for stable vm ("stable" is just an expression right now, but we are almost there :)
>>
>> Esteban
>>
>> On Mar 7, 2013, at 2:44 PM, Martin Dias <[hidden email]> wrote:
>>
>>> Hi,
>>>
>>> Is this the right first line for fuel ci build*?
>>>
>>> wget --quiet -qO - http://files.pharo.org/script/ciPharo20PharoVM.sh | bash
>>>
>>> I got it from Pastell ci. I was using:
>>>
>>> wget --quiet -qO -
>>> http://pharo.gforge.inria.fr/ci/script/ciPharo20NBCogVM.sh | bash
>>>
>>> But it was outdated... right?
>>>
>>>
>>> (*): https://ci.inria.fr/rmod/job/Fuel/
>>>
>>> Thanks in advance,
>>> Martin
>>>
>>
>>
>


Reply | Threaded
Open this post in threaded view
|

Re: How to get Pharo in ci build

tinchodias
I guess you tried the tests that come with Pharo. But in ci we have
additional packages, and there we have 2 tests that fail with this vm
but not with the nbcog that I was using.

https://ci.inria.fr/rmod/job/Fuel/144/artifact/Fuel.zip

You can reproduce running FuelProgressUpdate tests.



On Thu, Mar 7, 2013 at 4:36 PM, Esteban Lorenzano <[hidden email]> wrote:

> all fuel tests pass for me
>
> On Mar 7, 2013, at 4:28 PM, Martin Dias <[hidden email]> wrote:
>
>> Thank you.
>> Seems that "fuel with progress bar" fails with this vm...
>>
>> On Thu, Mar 7, 2013 at 2:49 PM, Esteban Lorenzano <[hidden email]> wrote:
>>> wget --quiet -qO - http://files.pharo.org/script/ciPharo20.sh | bash
>>>
>>> for pharo 2.0 image, and
>>>
>>> wget --quiet -qO - http://files.pharo.org/script/ciPharoVM.sh | bash
>>>
>>> for stable vm ("stable" is just an expression right now, but we are almost there :)
>>>
>>> Esteban
>>>
>>> On Mar 7, 2013, at 2:44 PM, Martin Dias <[hidden email]> wrote:
>>>
>>>> Hi,
>>>>
>>>> Is this the right first line for fuel ci build*?
>>>>
>>>> wget --quiet -qO - http://files.pharo.org/script/ciPharo20PharoVM.sh | bash
>>>>
>>>> I got it from Pastell ci. I was using:
>>>>
>>>> wget --quiet -qO -
>>>> http://pharo.gforge.inria.fr/ci/script/ciPharo20NBCogVM.sh | bash
>>>>
>>>> But it was outdated... right?
>>>>
>>>>
>>>> (*): https://ci.inria.fr/rmod/job/Fuel/
>>>>
>>>> Thanks in advance,
>>>> Martin
>>>>
>>>
>>>
>>
>
>