Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/duplicati/duplicati.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorverhoek <30193551+verhoek@users.noreply.github.com>2019-12-07 01:28:31 +0300
committerverhoek <30193551+verhoek@users.noreply.github.com>2019-12-07 01:33:39 +0300
commit1668c9b4d820382057a4727c2cdb91dab0d6d9a5 (patch)
tree8ec37b8cb650d31142b2f76c15edfe840ff6ad29 /.travis.yml
parent38247381581e104892b99ef3e194c7950e525050 (diff)
Reduce number of unit test scripts by favouring parameters.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml11
1 files changed, 6 insertions, 5 deletions
diff --git a/.travis.yml b/.travis.yml
index 5e1bf6c13..d7d15bd9d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -46,35 +46,36 @@ jobs:
- $HOME/download/
- $BUILD_DIR
script:
- - ${ROOT_DIR}/pipeline/jobs/unittest1_job.sh
+ - ${ROOT_DIR}/pipeline/jobs/unittest_job.sh --testcategories BulkNormal --testdata data.zip
- stage: tests
cache:
directories:
- $HOME/download/
- $BUILD_DIR
script:
- - ${ROOT_DIR}/pipeline/jobs/unittest2_job.sh
+ - ${ROOT_DIR}/pipeline/jobs/unittest_job.sh --testcategories BulkNoSize --testdata data.zip
- stage: tests
cache:
directories:
- $HOME/download/
- $BUILD_DIR
script:
- - ${ROOT_DIR}/pipeline/jobs/unittest3_job.sh
+ - ${ROOT_DIR}/pipeline/jobs/unittest_job.sh --testcategories SVNDataLong,SVNData --testdata DSMCBE.zip
- stage: tests
cache:
directories:
- $HOME/download/
- $BUILD_DIR
script:
- - ${ROOT_DIR}/pipeline/jobs/unittest4_job.sh
+ - ${ROOT_DIR}/pipeline/jobs/unittest_job.sh --testcategories Border
- stage: tests
cache:
directories:
- $HOME/download/
- $BUILD_DIR
script:
- - ${ROOT_DIR}/pipeline/jobs/unittest5_job.sh
+ - ${ROOT_DIR}/pipeline/jobs/unittest_job.sh --testctegories Filter,Targeted,Purge,Serialization,WebApi,Utility,UriUtility,IO,ImportExport,Disruption
+
- stage: tests
cache:
directories: