|
||||||||
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira |
[JIRA] (JENKINS-14483) Remaining Xvfb processes in matrix jobs
thorsten.kah...@dkd.de (JIRA) Mon, 17 Sep 2012 05:52:09 -0700
- [JIRA] (JENKINS-14483) Remaining Xvfb proce... zregv...@java.net (JIRA)
- [JIRA] (JENKINS-14483) Remaining Xvfb ... zregv...@java.net (JIRA)
- [JIRA] (JENKINS-14483) Remaining Xvfb ... thorsten.kah...@dkd.de (JIRA)
- [JIRA] (JENKINS-14483) Remaining Xvfb ... zregv...@java.net (JIRA)
- [JIRA] (JENKINS-14483) Remaining Xvfb ... thorsten.kah...@dkd.de (JIRA)
- [JIRA] (JENKINS-14483) Remaining Xvfb ... zregv...@java.net (JIRA)
- [JIRA] (JENKINS-14483) Remaining Xvfb ... thorsten.kah...@dkd.de (JIRA)
- [JIRA] (JENKINS-14483) Remaining Xvfb ... zregv...@java.net (JIRA)
- [JIRA] (JENKINS-14483) Remaining Xvfb ... scm_issue_l...@java.net (JIRA)
- [JIRA] (JENKINS-14483) Remaining Xvfb ... zregv...@java.net (JIRA)
- [JIRA] (JENKINS-14483) Remaining Xvfb ... thorsten.kah...@dkd.de (JIRA)
- [JIRA] (JENKINS-14483) Remaining Xvfb ... zregv...@java.net (JIRA)
- [JIRA] (JENKINS-14483) Remaining Xvfb ... scm_issue_l...@java.net (JIRA)
- [JIRA] (JENKINS-14483) Remaining Xvfb ... zregv...@java.net (JIRA)
- [JIRA] (JENKINS-14483) Remaining Xvfb ... thorsten.kah...@dkd.de (JIRA)
- [JIRA] (JENKINS-14483) Remaining Xvfb ... scm_issue_l...@java.net (JIRA)
- [JIRA] (JENKINS-14483) Remaining Xvfb ... zregv...@java.net (JIRA)
Hi Zoran,
I'm sorry but it still doesn't work
I think Xvfb shouldn't be started with the matrix job itself but only with every configuration - and stopped there as well. For a standalone Jenkins your current approach might work if Xvfb would not be stopped with configuration jobs (see excerpts from console log below). But as mentionend before with a master-slave setup IMHO the only way would be to start and stop Xvfb with the configuration jobs.
Cheers,
Thorsten
Output of my latest test:
Matrix job:
Xvfb starting$ /usr/bin/Xvfb :60 -screen 0 1024x768x24 -fbdir /... [EnvInject] - Preparing an environment for the job. [EnvInject] - Jenkins system variables are kept. [EnvInject] - Jenkins build variables are kept. Couldn't open RGB_DB '/usr/share/X11/rgb' _XSERVTransmkdir: Owner of /tmp/.X11-unix should be set to root [EnvInject] - Injecting as environment variables the properties content # ... error opening security policy file /usr/lib64/xserver/SecurityPolicy [EnvInject] - Variables injected successfully.
configuration_1 (touchstone build):
gnoring Matrix job, Matrix build (the parent of this job) should have started Xvfb [EnvInject] - Using environment variables injected by the matrix job. Deleting project workspace... done No emails were triggered. [<configuration_1>] $ /bin/bash -le /tmp/hudson3288844765556768259.sh [EnvInject] - Injecting environment variables from a build step. [EnvInject] - Injecting as environment variables the properties file path '/.../<confiugration_1>/build_environment.properties' [EnvInject] - Variables injected successfully. # ... # doing deployment of PHP app # running some Jasmine smoke tests # ... Xvfb stopping Archiving artifacts # ...
configuration_2: