diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2024-10-10 21:00:05 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2024-10-11 14:21:40 +0300 |
commit | 29f9eb0c59740519c1b356e7e925f5743ae33bfb (patch) | |
tree | ed838f17bb9316690d8cc4750e9d3a84d7f494ec /tests/integration/testscript | |
parent | 4889704a27b13e9c356108ff2842b41740c1a168 (diff) |
Clean tests subprojects and external test packages to free up disk space in worker
Diffstat (limited to 'tests/integration/testscript')
-rw-r--r-- | tests/integration/testscript | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/tests/integration/testscript b/tests/integration/testscript index 942d8ec..8d6ad4e 100644 --- a/tests/integration/testscript +++ b/tests/integration/testscript @@ -372,7 +372,7 @@ sys:libz/* #\ pkg = odb -ver = 2.5.0-b.22.20220629083600.4a9af07ee566 +ver = 2.5.0-b.28.20241009172401.fa4b44129d84 rep_url = "https://git.codesynthesis.com/odb/odb.git#master" rep_type = git rfp = yes @@ -408,8 +408,8 @@ rfp = yes #\ pkg = libodb-sqlite -ver = 2.5.0-b.26.20240131175206.1c7f67f47770 -rep_url = "https://git.codesynthesis.com/var/scm/odb/odb.git" +ver = 2.5.0-b.28.20241009172401.fa4b44129d84 +rep_url = "https://git.codesynthesis.com/var/scm/odb/odb.git#master" rep_type = git rfp = yes tests="tests: odb-tests == $ver"' ? (!$defined(config.odb_tests.database)) config.odb_tests.database=sqlite' @@ -424,7 +424,7 @@ package_config = 'package-config: #\ pkg = libodb-pgsql ver = 2.5.0-b.26.20240131175206.1c7f67f47770 -rep_url = "https://git.codesynthesis.com/var/scm/odb/odb.git" +rep_url = "https://git.codesynthesis.com/var/scm/odb/odb.git#master" rep_type = git rfp = yes tests="tests: odb-tests == $ver"' ? (!$defined(config.odb_tests.database)) config.odb_tests.database=pgsql' @@ -439,7 +439,7 @@ package_config = 'package-config: #\ pkg = odb-tests ver = 2.5.0-b.26.20240131175206.1c7f67f47770 -rep_url = "https://git.codesynthesis.com/var/scm/odb/odb.git" +rep_url = "https://git.codesynthesis.com/var/scm/odb/odb.git#master" rep_type = git rfp = yes #\ @@ -453,7 +453,7 @@ config.odb_tests.database="sqlite pgsql" #\ pkg = libodb-oracle ver = 2.5.0-b.26.20240201133448.3fa01c83a095 -rep_url = "https://git.codesynthesis.com/var/scm/odb/odb.git" +rep_url = "https://git.codesynthesis.com/var/scm/odb/odb.git#master" rep_type = git rfp = yes package_config = 'package-config: @@ -465,7 +465,7 @@ config.cc.poptions+=-I/usr/include/oracle/12.2/client64 config.cc.loptions+=-L/u #\ pkg = libodb-qt ver = 2.5.0-b.26.20240201180613.633ad7ccad39 -rep_url = "https://git.codesynthesis.com/var/scm/odb/odb.git" +rep_url = "https://git.codesynthesis.com/var/scm/odb/odb.git#master" rep_type = git rfp = yes #\ |