Skip to content

Commit

Permalink
Use 19.04 and 18.10 SDS versions for test
Browse files Browse the repository at this point in the history
  • Loading branch information
murlock authored and fvennetier committed Oct 23, 2019
1 parent b0446fc commit 51fc095
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
path = third_party/oio-sds
url = https://github.com/open-io/oio-sds.git
# Latest stable/supported version
branch = 4.x
branch = 5.x
[submodule "third_party/swift3"]
path = third_party/swift3
url = https://github.com/open-io/swift3
10 changes: 5 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,16 @@ env:
matrix:
- TEST_SUITE=s3 # Latest stable/supported versions
- TEST_SUITE=s3 SDS_BRANCH=master # Integration with latest versions
- TEST_SUITE=s3 SDS_BRANCH=4.2.x SWIFT_BRANCH=stable/pike # Previous versions
- TEST_SUITE=s3 SDS_BRANCH=4.x SWIFT_BRANCH=stable/pike # Previous versions
- TEST_SUITE=encryption
- TEST_SUITE=encryption SDS_BRANCH=master
- TEST_SUITE=encryption SDS_BRANCH=4.2.x SWIFT_BRANCH=stable/pike
- TEST_SUITE=encryption SDS_BRANCH=4.x SWIFT_BRANCH=stable/pike
- TEST_SUITE=swift
- TEST_SUITE=swift SDS_BRANCH=4.2.x SWIFT_BRANCH=stable/pike
- TEST_SUITE=swift SDS_BRANCH=4.x SWIFT_BRANCH=stable/pike
- TEST_SUITE=ns-wide-versioning
- TEST_SUITE=ns-wide-versioning SDS_BRANCH=4.2.x SWIFT_BRANCH=stable/pike
- TEST_SUITE=ns-wide-versioning SDS_BRANCH=4.x SWIFT_BRANCH=stable/pike
- TEST_SUITE=unit
- TEST_SUITE=unit SDS_BRANCH=4.2.x SWIFT_BRANCH=stable/pike
- TEST_SUITE=unit SDS_BRANCH=4.x SWIFT_BRANCH=stable/pike

before_install:
- sudo apt-get update -qq
Expand Down
2 changes: 1 addition & 1 deletion test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ lxml
mock
nose
nose-timer
oio>=4.1.0
oio>=4.8.0
s3cmd
unittest2

0 comments on commit 51fc095

Please sign in to comment.