Skip to content

Commit

Permalink
fix(ci): fix main ci build timeout (risingwavelabs#4444)
Browse files Browse the repository at this point in the history
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
  • Loading branch information
huangjw806 and mergify[bot] authored Aug 4, 2022
1 parent 96c8ea6 commit 934350c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 17 deletions.
2 changes: 1 addition & 1 deletion ci/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ steps:
run: rw-build-env
config: ci/docker-compose.yml
mount-buildkite-agent: true
timeout_in_minutes: 10
timeout_in_minutes: 20
retry: *auto-retry

- label: "end-to-end test (release mode)"
Expand Down
16 changes: 0 additions & 16 deletions ci/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,16 +48,10 @@ steps:
depends_on: "build"
plugins:
- gencer/cache#v2.4.10: *cargo-cache
- seek-oss/aws-sm#v2.3.1:
env:
BUILDKITE_ANALYTICS_TOKEN: buildkite-build-analytics-sqllogictest-token
- docker-compose#v3.9.0:
run: rw-build-env
config: ci/docker-compose.yml
mount-buildkite-agent: true
- test-collector#v1.0.0:
files: "*-junit.xml"
format: "junit"
- ./ci/plugins/upload-failure-logs
timeout_in_minutes: 10
retry: *auto-retry
Expand All @@ -67,16 +61,10 @@ steps:
depends_on: "build"
plugins:
- gencer/cache#v2.4.10: *cargo-cache
- seek-oss/aws-sm#v2.3.1:
env:
BUILDKITE_ANALYTICS_TOKEN: buildkite-build-analytics-sqllogictest-token
- docker-compose#v3.9.0:
run: rw-build-env
config: ci/docker-compose.yml
mount-buildkite-agent: true
- test-collector#v1.0.0:
files: "*-junit.xml"
format: "junit"
- ./ci/plugins/upload-failure-logs
timeout_in_minutes: 10
retry: *auto-retry
Expand Down Expand Up @@ -116,15 +104,11 @@ steps:
- seek-oss/aws-sm#v2.3.1:
env:
CODECOV_TOKEN: my-codecov-token
BUILDKITE_ANALYTICS_TOKEN: buildkite-test-analytics-token
- docker-compose#v3.9.0:
run: rw-build-env
config: ci/docker-compose.yml
environment:
- CODECOV_TOKEN
- test-collector#v1.0.0:
files: "target/nextest/ci/junit-*.xml"
format: "junit"
timeout_in_minutes: 15
retry: *auto-retry

Expand Down

0 comments on commit 934350c

Please sign in to comment.