From 4fec3cfd8be23001d41c62c55e61488d311c34e1 Mon Sep 17 00:00:00 2001 From: Ed Willink Date: Thu, 22 Sep 2016 09:28:02 +0100 Subject: [releng] icewm not mutter, describe in README.txt --- .../org.eclipse.qvtd.releng.buckminster/README.txt | 43 ++++++++++++++++++++++ 1 file changed, 43 insertions(+) diff --git a/releng/org.eclipse.qvtd.releng.buckminster/README.txt b/releng/org.eclipse.qvtd.releng.buckminster/README.txt index 6f57a3237..f49d80e51 100644 --- a/releng/org.eclipse.qvtd.releng.buckminster/README.txt +++ b/releng/org.eclipse.qvtd.releng.buckminster/README.txt @@ -26,3 +26,46 @@ After each first repo contribution, remember to update the aggregates e.g. cd downloads/mmt/qvtd/updates/milestones ant -f /shared/modeling/tools/promotion/manage-composite.xml add -Dchild.repository=0.14.0 +-------- + +GIT repo: git://git.eclipse.org/gitroot/mmt/org.eclipse.qvtd.git + +Poll SCM schedule: 0 */6 * * * + +Run XVNC during build + +Pre Buckminster shell: + +# window manager for UI tests +icewm --replace --sm-disable & + +chmod +x ${WORKSPACE}/org.eclipse.qvtd.git/releng/org.eclipse.qvtd.releng.buckminster/scripts/qvtd-pre-buckminster.sh +${WORKSPACE}/org.eclipse.qvtd.git/releng/org.eclipse.qvtd.releng.buckminster/scripts/qvtd-pre-buckminster.sh +# NB: This script contains some shell commands which prepare the build.properties file used by buckminster. +# It will be called before buckminster commands execution. You may check its content at the following URL: +# https://hudson.eclipse.org/ocl/job/qvtd-oxygen-master/ws/org.eclipse.qvtd.git/releng/org.eclipse.qvtd.releng.buckminster/scripts/qvtd-pre-buckminster.sh/*view*/ + +Buckminster job (4.5): + +${WORKSPACE}/org.eclipse.qvtd.git/releng/org.eclipse.qvtd.releng.buckminster/scripts/qvtd-buckminster.script + +Advanced change workspace: ${WORKSPACE}/buildroot/buckminster.workspace + +Advanced JVM arguments: + +-Dcheckout.location=${WORKSPACE} +-Dreference.repository=https://hudson.eclipse.org/ocl/job/${JOB_NAME}/lastSuccessfulBuild/artifact/QVTd.p2.repository/ +-Xmx2g +-noverify + +Post Buckminster shell: + +chmod +x ${WORKSPACE}/org.eclipse.qvtd.git/releng/org.eclipse.qvtd.releng.buckminster/scripts/qvtd-post-buckminster.sh +${WORKSPACE}/org.eclipse.qvtd.git/releng/org.eclipse.qvtd.releng.buckminster/scripts/qvtd-post-buckminster.sh +# NB: This script contains some shell commands which will be extecuted prior to archive artifacts. +# It will be called after buckminster commands execution. You may check its content at the following URL: +# https://hudson.eclipse.org/ocl/job/qvtd-oxygen-master/ws/org.eclipse.qvtd.git/releng/org.eclipse.qvtd.releng.buckminster/scripts/qvtd-post-buckminster.sh/*view*/ + +Publish JUnit test report: QVTd.test.results/** + +Archive the artefacts: QVTd.*/**, publishroot/**, promote.properties \ No newline at end of file -- cgit v1.2.3