Skip to content

Commit

Permalink
rename pr to other sql backend
Browse files Browse the repository at this point in the history
Signed-off-by: Bugen Zhao <[email protected]>
  • Loading branch information
BugenZhao committed Nov 26, 2024
1 parent 773526b commit 3a7df77
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: [""]
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 3a7df77

Please sign in to comment.