[Pharo-project] How to get Pharo in ci build
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
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 <tinchodias@gmail.com> 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
Thank you. Seems that "fuel with progress bar" fails with this vm... On Thu, Mar 7, 2013 at 2:49 PM, Esteban Lorenzano <estebanlm@gmail.com> 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 <tinchodias@gmail.com> 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
all fuel tests pass for me On Mar 7, 2013, at 4:28 PM, Martin Dias <tinchodias@gmail.com> wrote:
Thank you. Seems that "fuel with progress bar" fails with this vm...
On Thu, Mar 7, 2013 at 2:49 PM, Esteban Lorenzano <estebanlm@gmail.com> 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 <tinchodias@gmail.com> 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
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 <estebanlm@gmail.com> wrote:
all fuel tests pass for me
On Mar 7, 2013, at 4:28 PM, Martin Dias <tinchodias@gmail.com> wrote:
Thank you. Seems that "fuel with progress bar" fails with this vm...
On Thu, Mar 7, 2013 at 2:49 PM, Esteban Lorenzano <estebanlm@gmail.com> 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 <tinchodias@gmail.com> 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
participants (2)
-
Esteban Lorenzano -
Martin Dias