From a22effcc2ae5a292e0a275ddb61b620f2015e7fd Mon Sep 17 00:00:00 2001 From: Shanicky Chen Date: Thu, 11 Jul 2024 18:04:45 +0800 Subject: [PATCH] tmp Signed-off-by: Shanicky Chen --- ci/workflows/pull-request.yml | 16 ++-------------- 1 file changed, 2 insertions(+), 14 deletions(-) diff --git a/ci/workflows/pull-request.yml b/ci/workflows/pull-request.yml index d903e869f4ae5..35c5213d21ff4 100644 --- a/ci/workflows/pull-request.yml +++ b/ci/workflows/pull-request.yml @@ -32,20 +32,8 @@ steps: - wait - label: "build" - command: "ci/scripts/build.sh -p ci-dev" - key: "build" - plugins: - - gencer/cache#v2.4.10: *cargo-cache - - docker-compose#v5.1.0: - run: rw-build-env - config: ci/docker-compose.yml - mount-buildkite-agent: true - timeout_in_minutes: 15 - retry: *auto-retry - - - label: "build-release" command: "ci/scripts/build.sh -p ci-release" - key: "build-release" + key: "build" plugins: - gencer/cache#v2.4.10: *cargo-cache - docker-compose#v5.1.0: @@ -75,7 +63,7 @@ steps: || build.pull_request.labels includes "ci/run-e2e-parallel-in-memory-tests" || build.env("CI_STEPS") =~ /(^|,)e2e-parallel-in-memory-tests?(,|$$)/ depends_on: - - "build-release" + - "build" - "docslt" plugins: - docker-compose#v5.1.0: