diff --git a/ci/workflows/pull-request.yml b/ci/workflows/pull-request.yml index 1ae02ba16c29..b5fdbd8111f9 100644 --- a/ci/workflows/pull-request.yml +++ b/ci/workflows/pull-request.yml @@ -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