From 77b445fcc075d32719784213296492fc9eb36394 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 18 Oct 2024 06:42:17 +0000 Subject: [PATCH] fix(ci): change backfill test config (#18994) (#18995) Co-authored-by: congyi wang <58715567+wcy-fdu@users.noreply.github.com> --- ci/scripts/run-backfill-tests.sh | 2 +- risedev.yml | 22 ++++++++++++++++++++++ 2 files changed, 23 insertions(+), 1 deletion(-) diff --git a/ci/scripts/run-backfill-tests.sh b/ci/scripts/run-backfill-tests.sh index b589b148dd94..46655c963391 100755 --- a/ci/scripts/run-backfill-tests.sh +++ b/ci/scripts/run-backfill-tests.sh @@ -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" diff --git a/risedev.yml b/risedev.yml index 4fca6ebd7348..dd3f69a1acf6 100644 --- a/risedev.yml +++ b/risedev.yml @@ -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: