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 \