mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-01-03 20:02:54 +00:00
* chore(ci): add cfg for setup GreptimeDB cluster * chore: use kind * chore: always print info * chore: add debug print * chore: set etcd replica to 1 * ci: refactor e2e cfg * ci: add Fuzz Test for distributed mode * Apply suggestions from code review * chore: apply suggestions from CR * chore(ci): upload logs
11 lines
209 B
YAML
11 lines
209 B
YAML
name: Setup Kind
|
|
description: Deploy Kind
|
|
runs:
|
|
using: composite
|
|
steps:
|
|
- uses: actions/checkout@v4
|
|
- name: Create kind cluster
|
|
shell: bash
|
|
run: |
|
|
./.github/scripts/kind-with-registry.sh
|