ydb-java-sdk icon indicating copy to clipboard operation
ydb-java-sdk copied to clipboard

Add SLO test workload and CI

Open zeruk opened this issue 1 year ago • 0 comments

CI example is here: https://github.com/ydb-platform/ydb-nodejs-sdk/blob/main/.github/workflows/slo.yml Workload sample and description is here: https://github.com/ydb-platform/ydb-nodejs-sdk/tree/main/slo-workload As you can see from the repository, you will need to create a directory for the workload package and provide a Dockerfile inside it.

Important note: Do not run SLO tests in pull requests. You will either have to open secrets for pull requests, or give rights to each contributor (which is not a safe method either). The way I see it, the best option is to run tests on the main branch

zeruk avatar Mar 03 '23 09:03 zeruk