From 3a7df779fc0ad093f08e32dd42ad97dd6342e75e Mon Sep 17 00:00:00 2001 From: Bugen Zhao Date: Tue, 26 Nov 2024 16:54:07 +0800 Subject: [PATCH] rename pr to other sql backend Signed-off-by: Bugen Zhao --- ci/workflows/pull-request.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ci/workflows/pull-request.yml b/ci/workflows/pull-request.yml index 1e23415cfc1a8..cf46aa5801634 100644 --- a/ci/workflows/pull-request.yml +++ b/ci/workflows/pull-request.yml @@ -19,7 +19,7 @@ cargo-cache: &cargo-cache - ".cargo/registry/cache" - ".cargo/git" -sql-backend: &sql-backend +other-sql-backend: &other-sql-backend setup: label: [""] endpoint: [""] @@ -811,7 +811,7 @@ steps: retry: *auto-retry - label: "end-to-end test ({{matrix.label}} backend)" - matrix: *sql-backend + matrix: *other-sql-backend command: "ci/scripts/e2e-test.sh -p ci-dev -m ci-3streaming-2serving-3fe" if: build.pull_request.labels includes "ci/run-e2e-test-other-backends" || build.env("CI_STEPS") =~ /(^|,)e2e-test-other-backends?(,|$$)/ depends_on: