Skip to content

Commit

Permalink
include meta backup test in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
zwang28 committed Jun 12, 2024
1 parent f0fda3d commit bf89a4c
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions ci/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,24 @@ steps:
timeout_in_minutes: 8
retry: *auto-retry

- label: "meta backup test"
key: "e2e-meta-backup-test"
command: "ci/scripts/run-meta-backup-test.sh -p ci-dev -m ci-3streaming-2serving-3fe"
if: |
build.pull_request.labels includes "ci/run-e2e-meta-backup-test"
depends_on:
- "build"
- "build-other"
- "docslt"
plugins:
- docker-compose#v5.1.0:
run: rw-build-env
config: ci/docker-compose.yml
mount-buildkite-agent: true
- ./ci/plugins/upload-failure-logs
timeout_in_minutes: 45
retry: *auto-retry

- label: "end-to-end test (parallel)"
command: "ci/scripts/e2e-test-parallel.sh -p ci-dev"
if: |
Expand Down

0 comments on commit bf89a4c

Please sign in to comment.