Skip to content

Commit

Permalink
chore(ci): specify rw image tag for integration test (#13261)
Browse files Browse the repository at this point in the history
  • Loading branch information
huangjw806 authored Nov 6, 2023
1 parent 13d2957 commit 60f1758
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ci/scripts/integration-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,11 @@ cd integration_tests/scripts

echo "--- case: ${case}, format: ${format}"

if [ -n "${RW_IMAGE_TAG}" ]; then
export RW_IMAGE="ghcr.io/risingwavelabs/risingwave:${RW_IMAGE_TAG}"
echo Docker image: $RW_IMAGE
fi

if [ "${BUILDKITE_SOURCE}" == "schedule" ]; then
# Use ghcr nightly image for scheduled build. If not specified, we use dockerhub's 'risingwavelabs/risingwave'.
export RW_IMAGE="ghcr.io/risingwavelabs/risingwave:nightly-$(date '+%Y%m%d')"
Expand Down

0 comments on commit 60f1758

Please sign in to comment.