Save test machine config files

This commit is contained in:
Laurent Rineau 2010-09-07 08:47:32 +00:00
parent 8bec67d0b9
commit a45f6a699b
5 changed files with 89 additions and 0 deletions

4
.gitattributes vendored
View File

@ -1791,6 +1791,10 @@ Maintenance/deb/squeeze/debian/libcgal5.shlibs -text
Maintenance/deb/squeeze/debian/patches/00list -text
Maintenance/deb/squeeze/debian/rules -text
Maintenance/deb/squeeze/debian/watch -text
Maintenance/infrastructure/cgal.geometryfactory.com/.autocgal_with_cmake_rc -text
Maintenance/infrastructure/cgal.geometryfactory.com/.autocgalrc -text
Maintenance/infrastructure/cgal.geometryfactory.com/.cgal_create_new_release_rc -text
Maintenance/infrastructure/cgal.geometryfactory.com/.cgalmanualrc -text
Maintenance/infrastructure/matisse.geometryfactory.com/.autocgalrc -text
Maintenance/public_release/announcement/CGAL-3.2 -text
Maintenance/public_release/announcement/CGAL-3.3 -text

View File

@ -0,0 +1,19 @@
# -*- mode: shell-script -*-
source $HOME/.autocgalrc
CGAL_ROOT=/home/lrineau/CGAL/releases-and-testsuites-with-cmake
LOGS_DIR="${CGAL_ROOT}/AUTOTEST_LOGS"
LOCK_FILE="${CGAL_ROOT}/autotest_cgal_with_cmake.lock"
REFERENCE_PLATFORMS_DIR=/home/lrineau/CGAL/releases-and-testsuites-with-cmake/reference-platforms
COMPILERS_localhost="i686_Linux-2.6_g++-3.4.6_CentOS-5.1-O2 i686_Linux-2.6_g++-4.1.2_CentOS-5.1 i686_Linux-2.6_g++-4.1.2_CentOS-5.1-O2 i686_Linux-2.6_g++-4.1.2_CentOS-5.1-O3 i686_Linux-2.6_g++-4.3.3_CentOS-5.1 i686_Linux-2.6_g++-4.3.3_CentOS-5.1-O2 i686_Linux-2.6_g++-4.3.3_CentOS-5.1-O3"
# Ignored: i686_Linux-2.6_g++-4.1.2_CentOS-5.1-NOGMP
# ignore COMPILERS_localhost and use all ref platformes:
USE_REFERENCE_PLATFORMS=yes
# TAUCS
CGAL_TAUCS_DIR=$HOME/CGAL/taucs_full
export CGAL_TAUCS_DIR

View File

@ -0,0 +1,37 @@
# -*- mode: shell-script -*-
BUILD_HOSTS="localhost"
PROCESSORS_localhost=6
#PROCESSORS_localhost=2
#COMPILERS_localhost="i686_Linux-2.6_g++-4.1.2_CentOS-5.1-O3 i686_Linux-2.6_g++-4.1.2_CentOS-5.1-O2 i686_Linux-2.6_g++-4.1.2_CentOS-5.1 i686_Linux-2.6_g++-4.3.2_CentOS-5.1-O3 i686_Linux-2.6_g++-4.3.2_CentOS-5.1"
COMPILERS_localhost="i686_Linux-2.6_g++-4.3.2_CentOS-5.1"
CGAL_TESTER="lrineau"
CGAL_TESTER_NAME="GeometryFactory"
CGAL_TESTER_ADDRESS=Laurent.Rineau__cgal_testsuite@normalesup.org
CGAL_ROOT=/home/lrineau/CGAL/releases-and-testsuites
LOGS_DIR="${CGAL_ROOT}/AUTOTEST_LOGS"
LOCK_FILE="${CGAL_ROOT}/autotest_cgal_with_cmake.lock"
# Do not output anything on console (otherwise crond sens emails)
CONSOLE_OUTPUT=""
# QTDIR
source /etc/profile.d/qt.sh
# set locale
LC_ALL=C
LANG=C
export LC_ALL
export LANG
# pass QTDIR and locale to the shell
MYSHELL="QTDIR=$QTDIR LC_ALL=C LANG=C /bin/sh -c"
# Prevent core files :
# ulimit -c 0
# 3 hours maximum per process.
# ulimit -t 10800
# Maximum memory to be used : 2GB
# ulimit -v 2000000
# Maximum files size : 500MB
ULIMIT_OPTIONS="-H -c 0 -t 10800 -v 2000000 -t 500000"

View File

@ -0,0 +1,5 @@
#TMPDIR=$HOME/CGAL/create_internal_release
HTML_DIR=/var/CGAL/www/Members/Releases
MAKENSIS=$HOME/CGAL/NSIS-3.4/makensis.exe
WINE=wine
CGAL_MANUAL=$HOME/bin/cgal_manual

View File

@ -0,0 +1,24 @@
export TEXINPUTS=".:$HOME/CGAL/Manual_tools-installed/sty:$HOME/CGAL/last-release-branch/Manual/doc_tex:$TEXINPUTS"
export BIBINPUTS="$HOME/CGAL/last-release-branch/Manual/doc_tex:$BIBINPUTS"
export LATEX_CONV_CONFIG=$HOME/CGAL/Manual_tools-installed/latex_conv_config
export LATEX_CONV_INPUTS=$LATEX_CONV_CONFIG/html:$HOME/CGAL/last-release-branch/Manual/doc_tex:
# Use makeindex from Fedora 10:
# kpathsea-2007-35.fc10.i386
# texlive-2007-35.fc10.i386
export PATH=$HOME/bin:$PATH
export LD_PRELOAD=$HOME/bin/libkpathsea.so.4
# Selects the different output formats supported
MakePS=0
MakePDF=1
MakeHTML=1
# Number of older test-suite results kept. Test-suite results beyond this
# number are deleted.
TestSuiteHistory=20
# Number of older test-suites for which the full results will be kept. Older
# test suites will have their manuals removed to save space.
TestSuiteFullHistory=10