Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
Signed-off-by: Shanicky Chen <[email protected]>
  • Loading branch information
shanicky committed Jul 11, 2024
1 parent a2a1769 commit a22effc
Showing 1 changed file with 2 additions and 14 deletions.
16 changes: 2 additions & 14 deletions ci/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit a22effc

Please sign in to comment.