From 29d697fd7c292417ca8ebe7991e0fecf6b1ffd5a Mon Sep 17 00:00:00 2001 From: Chengyou Liu <35356271+cyliu0@users.noreply.github.com> Date: Thu, 19 Dec 2024 14:00:54 +0800 Subject: [PATCH] chore(ci): migrate the qa service (#19862) --- ci/scripts/remove-micro-bench-results.sh | 3 +-- ci/scripts/upload-micro-bench-results.sh | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/ci/scripts/remove-micro-bench-results.sh b/ci/scripts/remove-micro-bench-results.sh index bcc9f3c837842..0c6de149a9892 100755 --- a/ci/scripts/remove-micro-bench-results.sh +++ b/ci/scripts/remove-micro-bench-results.sh @@ -8,5 +8,4 @@ set -euo pipefail # Example # remove-micro-bench-results.sh - -./qa ctl -I 52.207.243.214:8081 execution delete -i "$1" \ No newline at end of file +./qa ctl -I qa-infra.risingwave-cloud.xyz:8081 execution delete -i "$1" \ No newline at end of file diff --git a/ci/scripts/upload-micro-bench-results.sh b/ci/scripts/upload-micro-bench-results.sh index b01d09ee71963..f836a7451f275 100755 --- a/ci/scripts/upload-micro-bench-results.sh +++ b/ci/scripts/upload-micro-bench-results.sh @@ -67,7 +67,7 @@ echo "Commit: $COMMIT" echo "Branch: $BRANCH" echo "Date: $END_DATE" -./qa ctl -I 52.207.243.214:8081 execution create-micro-benchmark-executions \ +./qa ctl -I qa-infra.risingwave-cloud.xyz:8081 execution create-micro-benchmark-executions \ --exec-url "${BUILDKITE_BUILD_URL}" \ --branch "$BRANCH" \ --tag latest \