Michaël Zasso

Results 1686 comments of Michaël Zasso

> Jenkins Workspace Machines ![CleanShot 2024-05-14 at 09 20 20](https://github.com/nodejs/build/assets/2352663/46bdb516-cf62-4f33-ae36-d1bc1f006cbc) ``` root@test-equinix-ubuntu2204-x64-1:~# df -h Filesystem Size Used Avail Use% Mounted on tmpfs 3.2G 1.5M 3.2G 1% /run /dev/sda3 439G 359G...

Example of a host that would benefit from it: https://ci.nodejs.org/computer/test%2Dibm%2Dubuntu2204%2Dx64%2D2/ ``` root@test-ibm-ubuntu2204-x64-2:~# df -h Filesystem Size Used Avail Use% Mounted on tmpfs 390M 1.1M 388M 1% /run /dev/xvda2 24G 22G...

I started by updating https://ci.nodejs.org/view/All/job/node-test-commit-custom-suites-freestyle/ and https://ci.nodejs.org/view/All/job/node-test-commit-linux/ Their custom workspace is now `/home/iojs/build/workspace/node`

The changes seem to work, but now I'm not sure how to handle `node-stress-single-test`. The job runs on machines that don't have `/home/iojs/build/workspace` (macOS, Windows). I would like to use...

Thanks, done. Test run: https://ci.nodejs.org/view/Stress/job/node-stress-single-test/536/

I cancelled it and reverted the config change. It ran in `/home/iojs/build/node` on the workspace machine and `C:\node` on Windows.

Trying again with `workspace/node`: https://ci.nodejs.org/job/node-stress-single-test/537/

mmmh that's annoying. Maybe there's a variable we can use in the config to also append the `@2` ?

I guess my question doesn't really make sense. It cannot know that a suffix is needed before evaluating this parameter.