Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: revert extension of scaling test timeout #8462

Merged
merged 4 commits into from
Mar 10, 2023
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions ci/workflows/main-cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,15 +130,15 @@ steps:
retry: *auto-retry

- label: "scaling test (deterministic simulation)"
command: "TEST_NUM=60 timeout 110m ci/scripts/deterministic-scale-test.sh"
command: "TEST_NUM=60 timeout 55m ci/scripts/deterministic-scale-test.sh"
depends_on: "build-simulation"
plugins:
- gencer/cache#v2.4.10: *cargo-cache
- docker-compose#v4.9.0:
run: rw-build-env
config: ci/docker-compose.yml
mount-buildkite-agent: true
timeout_in_minutes: 120
timeout_in_minutes: 60
retry: *auto-retry

- label: "end-to-end test (deterministic simulation)"
Expand Down
4 changes: 2 additions & 2 deletions ci/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -228,15 +228,15 @@ steps:
retry: *auto-retry

- label: "scaling test (deterministic simulation)"
command: "TEST_NUM=30 timeout 50m ci/scripts/deterministic-scale-test.sh"
command: "TEST_NUM=30 timeout 30m ci/scripts/deterministic-scale-test.sh"
depends_on: "build-simulation"
plugins:
- gencer/cache#v2.4.10: *cargo-cache
- docker-compose#v4.9.0:
run: rw-build-env
config: ci/docker-compose.yml
mount-buildkite-agent: true
timeout_in_minutes: 55
timeout_in_minutes: 35
retry: *auto-retry

- label: "end-to-end test (deterministic simulation)"
Expand Down