Skip to content

Commit 3321e10

Browse files
committed
demo: Make improvements/corrections to demo test
- The "last release" tests weren't using "latest-stable", which is *actually* the last release. - The grafana-against-HEAD test wasn't actually using HEAD because the env var definitions in the step weren't the right syntax. - The step dependency graph has been adjusted so now the demo pipeline runs in about 7 min instead of 20 min. Change-Id: I48e8f6e120e29871875b38954f21b754b8fdb4a9 Reviewed-on: https://gerrit.readyset.name/c/readyset/+/8986 Tested-by: Buildkite CI Reviewed-by: Mohamed Yasser Abdelhamed Abdeen <[email protected]>
1 parent 28137b0 commit 3321e10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.buildkite/test-demo.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ fi
2323
# Allows setting this manually if testing locally
2424
if [ -z "$READYSET_DOCKER_IMG" ]; then
2525
# Use the latest image that hasn't been pushed to docker hub yet (if any) to test it before releasing it
26-
READYSET_DOCKER_IMG="public.ecr.aws/z3o1l5n4/readyset:latest"
26+
READYSET_DOCKER_IMG="public.ecr.aws/z3o1l5n4/readyset:latest-stable"
2727
fi
2828

2929
sed_in_place() {

0 commit comments

Comments
 (0)