Skip to content

Commit

Permalink
chore(ci): migrate the qa service (#19862)
Browse files Browse the repository at this point in the history
  • Loading branch information
cyliu0 authored Dec 19, 2024
1 parent 34c93df commit 29d697f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions ci/scripts/remove-micro-bench-results.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
./qa ctl -I qa-infra.risingwave-cloud.xyz:8081 execution delete -i "$1"
2 changes: 1 addition & 1 deletion ci/scripts/upload-micro-bench-results.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 29d697f

Please sign in to comment.