Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cross-project-issues-dev] Project vservers, home directories

David M Williams wrote:


 > If you're using your home directory to run your builds/staging/testing
 > on build.eclipse.org, please discontinue doing so, in favor of using the
 > build server's fast disk array via /shared/your-project. No only will
 > your builds be much, much faster, you'll also be sparing our disk
 > back-end from severe punishment.

Just to clarify, for those of us that don't know don't know our back-ends from our front-ends ... the "run your build" part just refers to disk IO, right? I assume it doesn't matter if we
logon to build.eclipse.org and "launch" from home directories,
so long as the disk IO actually is to /shared/<project>?

:-)

As someone who doesn't know a build from an ant script to a manifest, you appear to be correct: where you launch the build from is irrelevant. I assume that building involves reading CVS (disk read) and checking it out somewhere (disk write) then compiling the code (disk read, cpu), then writing the compiled code (disk write) then testing (disk read) then putting files in a staging area (disk write).

If all those reads and writes happen in /shared (expect for reading CVS), then I'm a happy camper.

Thanks


Thanks


------------------------------------------------------------------------

_______________________________________________
cross-project-issues-dev mailing list
cross-project-issues-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev


--

Denis Roy
Manager, IT Infrastructure
Eclipse Foundation, Inc.  --  http://www.eclipse.org/
Office: 613.224.9461 x224
Cell: 819.210.6481
denis.roy@xxxxxxxxxxx

Are you registered for EclipseCON yet?
http://www.eclipsecon.org/


Back to the top