-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #204 from RediSearch/update_version_to_2.0.3
Update version to 2.0.3
- Loading branch information
Showing
11 changed files
with
94 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -40,7 +40,7 @@ $ mkdir build | |
|
||
$ python configure.py | ||
|
||
$ cd buidl | ||
$ cd build | ||
|
||
$ make | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule RediSearch
updated
from 116565 to 6f6269
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
6.0.12-29 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,8 +6,10 @@ | |
"email_recipients": "[email protected]", | ||
"sut_environments": [], | ||
"tools_environment": {}, | ||
"module_name": "search", | ||
"modules_version": "master", | ||
"test_names_modules": [ | ||
"{{RS_MODULE}}" | ||
], | ||
"cycle_environments_setup": [ | ||
{ | ||
"teardown": true, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,18 @@ | ||
# https://qa-automation-center.redislabs.com/ui#dashboard/info/single_module_test_cycle | ||
# Redis-Enterprise/rl-automation/microservices/cycles/single_module_test_cycle_sanity_and_extended/service.yaml | ||
|
||
service_id: single_module_test_cycle | ||
name: redisearch automation-testing | ||
properties: | ||
sut_version: master | ||
sut_version: {{RS_VERSION}} | ||
email_recipients: [email protected] | ||
sut_environments: [] | ||
tools_environment: {} | ||
module_name: search | ||
modules_version: master | ||
test_names_modules: | ||
- {{RS_MODULE}} | ||
cycle_environments_setup: | ||
- name: bionic-amd64-aws | ||
# module_url: http://redismodules.s3.amazonaws.com/redisearch/snapshots/redisearch.Linux-ubuntu18.04-x86_64.master-snapshot.zip | ||
# module_url: http://redismodules.s3.amazonaws.com/redisearch/snapshots/{{RS_MODULE_FILE_PREFIX}}.Linux-ubuntu18.04-x86_64.master-snapshot.zip | ||
teardown: true | ||
concurrency: 1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,32 +2,34 @@ | |
"service_id": "single_module_test_cycle", | ||
"name": "redisearch automation-testing", | ||
"properties": { | ||
"sut_version": "master", | ||
"sut_version": "{{RS_VERSION}}", | ||
"email_recipients": "[email protected]", | ||
"sut_environments": [], | ||
"tools_environment": {}, | ||
"module_name": "search", | ||
"modules_version": "{{MODULE_VERSION}}", | ||
"test_names_modules": [ | ||
"{{RS_MODULE}}" | ||
], | ||
"cycle_environments_setup": [ | ||
{ | ||
"teardown": true, | ||
"name":"trusty-amd64-aws", | ||
"concurrency": 4 | ||
"concurrency": 1 | ||
}, | ||
{ | ||
"teardown": true, | ||
"name": "xenial-amd64-aws", | ||
"concurrency": 4 | ||
"concurrency": 1 | ||
}, | ||
{ | ||
"teardown": true, | ||
"name": "bionic-amd64-aws", | ||
"concurrency": 4 | ||
"concurrency": 1 | ||
}, | ||
{ | ||
"teardown": true, | ||
"name": "rhel7.7-x86_64-aws", | ||
"concurrency": 4 | ||
"concurrency": 1 | ||
} | ||
] | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,30 @@ | ||
# https://qa-automation-center.redislabs.com/ui#dashboard/info/single_module_test_cycle | ||
# Redis-Enterprise/rl-automation/microservices/cycles/single_module_test_cycle_sanity_and_extended/service.yaml | ||
|
||
service_id: single_module_test_cycle | ||
name: redisearch automation-testing | ||
properties: | ||
sut_version: master | ||
sut_version: {{RS_VERSION}} | ||
email_recipients: [email protected] | ||
sut_environments: [] | ||
tools_environment: {} | ||
module_name: search | ||
modules_version: "{{MODULE_VERSION}}" | ||
modules_version: {{MODULE_VERSION}} | ||
test_names_modules: | ||
- {{RS_MODULE}} | ||
cycle_environments_setup: | ||
- name: trusty-amd64-aws | ||
# module_url: "http://redismodules.s3.amazonaws.com/redisearch/snapshots/redisearch.Linux-ubuntu18.04-x86_64.{{MODULE_VERSION}}-snapshot.zip" | ||
# module_url: "http://redismodules.s3.amazonaws.com/redisearch/snapshots/{{RS_MODULE_FILE_PREFIX}}.Linux-ubuntu14.04-x86_64.{{MODULE_VERSION}}-snapshot.zip" | ||
teardown: true | ||
concurrency: 4 | ||
concurrency: 1 | ||
- name: xenial-amd64-aws | ||
# module_url: "http://redismodules.s3.amazonaws.com/redisearch/snapshots/redisearch.Linux-ubuntu18.04-x86_64.{{MODULE_VERSION}}-snapshot.zip" | ||
# module_url: "http://redismodules.s3.amazonaws.com/redisearch/snapshots/{{RS_MODULE_FILE_PREFIX}}.Linux-ubuntu16.04-x86_64.{{MODULE_VERSION}}-snapshot.zip" | ||
teardown: true | ||
concurrency: 4 | ||
concurrency: 1 | ||
- name: bionic-amd64-aws | ||
# module_url: "http://redismodules.s3.amazonaws.com/redisearch/snapshots/redisearch.Linux-ubuntu18.04-x86_64.{{MODULE_VERSION}}-snapshot.zip" | ||
# module_url: "http://redismodules.s3.amazonaws.com/redisearch/snapshots/{{RS_MODULE_FILE_PREFIX}}.Linux-ubuntu18.04-x86_64.{{MODULE_VERSION}}-snapshot.zip" | ||
teardown: true | ||
concurrency: 4 | ||
- name: rhel7.8-amd64-aws | ||
# module_url: "http://redismodules.s3.amazonaws.com/redisearch/snapshots/redisearch.Linux-ubuntu18.04-x86_64.{{MODULE_VERSION}}-snapshot.zip" | ||
concurrency: 1 | ||
- name: rhel7.7-amd64-aws | ||
# module_url: "http://redismodules.s3.amazonaws.com/redisearch/snapshots/{{RS_MODULE_FILE_PREFIX}}.Linux-rhel7-x86_64.{{MODULE_VERSION}}-snapshot.zip" | ||
teardown: true | ||
concurrency: 4 | ||
concurrency: 1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters