when is cleanUpForRelease called on the build server?
Hi, When is cleanUpForRelease called during the build process on the Pharo CI? Had a quick look but could not find it. We want to add some tests to our build to stress test the inspector and spotter, to maybe catch future memory leaks :) Cheers, Andrei
On 25 Mar 2015, at 23:26, Andrei Chis <chisvasileandrei@gmail.com> wrote:
Hi,
When is cleanUpForRelease called during the build process on the Pharo CI? Had a quick look but could not find it.
We want to add some tests to our build to stress test the inspector and spotter, to maybe catch future memory leaks :)
https://ci.inria.fr/pharo/job/Pharo-4.0-Update-Step-1-Tracker <https://ci.inria.fr/pharo/job/Pharo-4.0-Update-Step-1-Tracker> loads the update and then does the cleanup: ./pharo Pharo.image update --from-file=updates40.staged ./pharo Pharo.image clean --release
Thanks Marcus. So you run the cleanup before running the tests. Cheers, Andrei On Thu, Mar 26, 2015 at 7:39 AM, Marcus Denker <marcus.denker@inria.fr> wrote:
On 25 Mar 2015, at 23:26, Andrei Chis <chisvasileandrei@gmail.com> wrote:
Hi,
When is cleanUpForRelease called during the build process on the Pharo CI? Had a quick look but could not find it.
We want to add some tests to our build to stress test the inspector and spotter, to maybe catch future memory leaks :)
https://ci.inria.fr/pharo/job/Pharo-4.0-Update-Step-1-Tracker
loads the update and then does the cleanup:
./pharo Pharo.image update --from-file=updates40.staged ./pharo Pharo.image clean --release
On 26 Mar 2015, at 09:29, Andrei Chis <chisvasileandrei@gmail.com> wrote:
Thanks Marcus. So you run the cleanup before running the tests.
Yes! and we then ship this image if the tests are mot red. (this means that the tests can destroy the image, we do not ship an image where the tests have run). Marcus
Makes perfect sense. Thanks for the explanation. Cheers, Andrei On Thu, Mar 26, 2015 at 9:34 AM, Marcus Denker <marcus.denker@inria.fr> wrote:
On 26 Mar 2015, at 09:29, Andrei Chis <chisvasileandrei@gmail.com> wrote:
Thanks Marcus. So you run the cleanup before running the tests.
Yes! and we then ship this image if the tests are mot red. (this means that the tests can destroy the image, we do not ship an image where the tests have run).
Marcus
participants (2)
-
Andrei Chis -
Marcus Denker