[PATCH 4/5] Get the gui tests running in parallel.

Chris Lumens clumens at redhat.com
Fri Nov 14 15:29:34 UTC 2014


> > diff --git a/tests/gui/run_gui_tests.sh b/tests/gui/run_gui_tests.sh
> > index b77cc3d..ee78b5d 100755
> > --- a/tests/gui/run_gui_tests.sh
> > +++ b/tests/gui/run_gui_tests.sh
> > @@ -22,6 +22,8 @@ function doit() {
> >      ARGS="-s \
> >            -v \
> >            --nologcapture \
> > +          --process-timeout=1200 \
> > +          --processes=2 \
> Would using '--processes=-1' (which means number of CPUs) make sense
> here for future development?

Yes definitely.  It is currently set to 2 because that means 4 GB of
memory, which is probably all any test machine can spare.  If I can find
an answer to that question, I can set this to -1.

- Chris


More information about the anaconda-patches mailing list