Skip to content

Commit 9b49dde

Browse files
authored
chore(ci): migrate the qa service (#19862) (#20040)
1 parent fcfd877 commit 9b49dde

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

ci/scripts/remove-micro-bench-results.sh

+1-2
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,4 @@ set -euo pipefail
88

99
# Example
1010
# remove-micro-bench-results.sh
11-
12-
./qa ctl -I 52.207.243.214:8081 execution delete -i "$1"
11+
./qa ctl -I qa-infra.risingwave-cloud.xyz:8081 execution delete -i "$1"

ci/scripts/upload-micro-bench-results.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ echo "Commit: $COMMIT"
6767
echo "Branch: $BRANCH"
6868
echo "Date: $END_DATE"
6969

70-
./qa ctl -I 52.207.243.214:8081 execution create-micro-benchmark-executions \
70+
./qa ctl -I qa-infra.risingwave-cloud.xyz:8081 execution create-micro-benchmark-executions \
7171
--exec-url "${BUILDKITE_BUILD_URL}" \
7272
--branch "$BRANCH" \
7373
--tag latest \

0 commit comments

Comments
 (0)