Skip to content

Commit

Permalink
fix(ci): change backfill test config (#18994) (#18995)
Browse files Browse the repository at this point in the history
Co-authored-by: congyi wang <[email protected]>
  • Loading branch information
github-actions[bot] and wcy-fdu authored Oct 18, 2024
1 parent e140f08 commit 77b445f
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
2 changes: 1 addition & 1 deletion ci/scripts/run-backfill-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ CLUSTER_PROFILE='ci-1cn-1fe-user-kafka-with-recovery'
echo "--- Configuring cluster profiles"
if [[ -n "${BUILDKITE:-}" ]]; then
echo "Running in buildkite"
RUNTIME_CLUSTER_PROFILE='ci-3cn-1fe'
RUNTIME_CLUSTER_PROFILE='ci-backfill-3cn-1fe'
MINIO_RATE_LIMIT_CLUSTER_PROFILE='ci-backfill-3cn-1fe-with-minio-rate-limit'
else
echo "Running locally"
Expand Down
22 changes: 22 additions & 0 deletions risedev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -584,6 +584,28 @@ profile:
- use: frontend
- use: compactor

ci-backfill-3cn-1fe:
config-path: src/config/ci-longer-streaming-upload-timeout.toml
steps:
- use: minio
- use: sqlite
- use: meta-node
meta-backend: sqlite
- use: compute-node
port: 5687
exporter-port: 1222
enable-tiered-cache: true
- use: compute-node
port: 5688
exporter-port: 1223
enable-tiered-cache: true
- use: compute-node
port: 5689
exporter-port: 1224
enable-tiered-cache: true
- use: frontend
- use: compactor

ci-backfill-3cn-1fe-with-monitoring:
config-path: src/config/ci-longer-streaming-upload-timeout.toml
steps:
Expand Down

0 comments on commit 77b445f

Please sign in to comment.