[Webkit-unassigned] [Bug 47981] [NRWT] Get child process number from environment variable

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 20 11:35:23 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=47981





--- Comment #6 from Gabor Rapcsanyi <rgabor at inf.u-szeged.hu>  2010-10-20 11:35:22 PST ---
(In reply to comment #5)
> I guess.  Always feels strange to have environment variables for these sorts of things.
> 
> I assume the command-line wins out over the environment variable.
> 
> If you have concerns like this you could also have the buildbot run some wrapper script that you can control more easily.

Yes, the command-line is the primary.
Now we run all of our buildbots with different and custom environment and these kind of options are not port or platform specifics so we can't set them on the buildbot master.
The wrapper is not good because the buildbot master will "call" the original script not your wrapper. So I think that's the simplest way to set different child process number on buildbots like WEBKIT_WAIT_FOR_HTTPD in ORWT to set http lock and BUILD_WEBKIT_ARGS in build-webkit script.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list