scylladb / gocql

Package gocql implements a fast and robust ScyllaDB client for the Go programming language.
https://docs.scylladb.com/stable/using-scylla/drivers/cql-drivers/scylla-go-driver.html
BSD 3-Clause "New" or "Revised" License
169 stars 47 forks source link

Add advanced/extended CI for gocql #203

Closed sylwiaszunejko closed 2 weeks ago

sylwiaszunejko commented 2 weeks ago

Epic to track activities aiming to make the CI more reliable and efficient.

### Tasks
- [ ] make every PR to build [scylla-bench ](https://github.com/scylladb/scylla-bench) from a PR branch and run simple scylla-bench test
- [ ] for more complex PRs run more advanced tests from scylla-bench
- [ ] connect CI to jenkins
sylwiaszunejko commented 2 weeks ago

duplicate