
* add hash prefixing to rocksdb * don't need to offset internal keys * remove hashslot prefix when loading from rocksdb * don't prefix internal keys * implement slot to keys with rocksdb * fix compile * add hashslot enum to test storage provider * add --flash option for tests * forgot return statement in getKeysInSlot * check for count mismatch * forgot ; * add assert to ensure correctness * fix warnings * add option to show logs of 1 server at a time * add fixed length prefix extractor * add machamp * switch machamp to main branch * add machamp script
17 lines
517 B
YAML
17 lines
517 B
YAML
# Doc: https://wiki.sc-corp.net/display/TOOL/ci.yaml+User+Guide
|
|
version: 1
|
|
on:
|
|
pull_request:
|
|
- workflows:
|
|
# All builds that use machamp should use the defined `backend_workflow`
|
|
- workflow_type: backend_workflow
|
|
# references a build defined in build.yaml
|
|
build_name: keydb-build
|
|
arch_types: ["amd64", "arm64"]
|
|
push:
|
|
- branches: [main]
|
|
workflows:
|
|
- workflow_type: backend_workflow
|
|
build_name: keydb-build
|
|
arch_types: ["amd64", "arm64"]
|