Skip to content

Commit

Permalink
feat(ci): support trigger standalone tests in pull-request workflow (
Browse files Browse the repository at this point in the history
  • Loading branch information
kwannoel authored Sep 19, 2023
1 parent e19a536 commit 86dfcc4
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions ci/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -460,3 +460,19 @@ steps:
mount-buildkite-agent: true
- ./ci/plugins/upload-failure-logs
timeout_in_minutes: 5

- label: "e2e standalone binary test"
command: "ci/scripts/e2e-test.sh -p ci-dev -m standalone"
if: build.pull_request.labels includes "ci/run-e2e-standalone-tests"
depends_on:
- "build"
- "build-other"
- "docslt"
plugins:
- docker-compose#v4.9.0:
run: rw-build-env
config: ci/docker-compose.yml
mount-buildkite-agent: true
- ./ci/plugins/upload-failure-logs
timeout_in_minutes: 25
retry: *auto-retry

0 comments on commit 86dfcc4

Please sign in to comment.