Skip to content
This repository has been archived by the owner on Apr 21, 2021. It is now read-only.

Commit

Permalink
merge-ci OMERO-test-integration/config.xml 2020-08-17
Browse files Browse the repository at this point in the history
This is a verbatim copy of home/jobs/OMERO-test-integration/config.xml from merge-ci on 2020-08-17
  • Loading branch information
manics committed Aug 17, 2020
1 parent 7a7c6ba commit 7650b60
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions home/jobs/OMERO-test-integration/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,8 @@
<concurrentBuild>false</concurrentBuild>
<builders>
<hudson.tasks.Shell>
<command>if [ ! -e $WORKSPACE/.venv3 ]; then
virtualenv $WORKSPACE/.venv3
fi
<command>rm -rf $WORKSPACE/.venv3
python -m venv $WORKSPACE/.venv3

source $WORKSPACE/.venv3/bin/activate
pip install https://github.com/ome/zeroc-ice-py-centos7/releases/download/0.2.1/zeroc_ice-3.6.5-cp36-cp36m-linux_x86_64.whl
Expand Down Expand Up @@ -144,6 +143,8 @@ omero admin diagnostics
# RUN TESTS
export OMERO_SESSION_DIR=/tmp/$JOB_NAME/$BUILD_NUMBER
export ICE_CONFIG=$SRC/dist/etc/ice.config
#export PYTEST_ADDOPTS=&quot;-n16&quot;

echo Running the integration tests with -Dtestng.useDefaultListeners=true

$SRC/build.py -f components/tools/OmeroJava/build.xml -Dtestng.useDefaultListeners=true -Dtestreports.dir=target/reports/integration integration
Expand Down Expand Up @@ -182,4 +183,4 @@ deactivate
<buildWrappers>
<hudson.plugins.timestamper.TimestamperBuildWrapper plugin="timestamper@1.9"/>
</buildWrappers>
</project>
</project>

0 comments on commit 7650b60

Please sign in to comment.