Run integration tests in parallel

Revert "Try to fix alpine integration tests"

This reverts commit a47854103c
This commit is contained in:
ta264 2020-08-15 14:18:51 +01:00 committed by Qstick
commit 74f1d804aa
6 changed files with 43 additions and 32 deletions

View file

@ -489,9 +489,8 @@ stages:
cp -r -v ${BUILD_ARTIFACTSTAGINGDIRECTORY}/bin/Lidarr/. ./bin/
displayName: Move Package Contents
- bash: |
cd ${TESTSFOLDER}
chmod a+x test.sh
./test.sh ${OSNAME} Integration Test
chmod a+x ${TESTSFOLDER}/test.sh
${TESTSFOLDER}/test.sh ${OSNAME} Integration Test
displayName: Run Integration Tests
- task: PublishTestResults@2
inputs:
@ -567,9 +566,8 @@ stages:
cp -r -v ${BUILD_ARTIFACTSTAGINGDIRECTORY}/bin/Lidarr/. ./bin/
displayName: Move Package Contents
- bash: |
cd ${TESTSFOLDER}
chmod a+x test.sh
./test.sh Linux Integration Test
chmod a+x ${TESTSFOLDER}/test.sh
${TESTSFOLDER}/test.sh Linux Integration Test
displayName: Run Integration Tests
- task: PublishTestResults@2
inputs: