Skip to content

Commit

Permalink
chore(ci): update notify for mqtt, iceberg tests + increase standalon…
Browse files Browse the repository at this point in the history
…e test timeout (#19042)
  • Loading branch information
kwannoel authored Oct 22, 2024
1 parent 8865c58 commit b299fe9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
7 changes: 4 additions & 3 deletions ci/scripts/notify.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
"recovery-test-deterministic": ["runji", "noelkwan"],
"background-ddl-arrangement-backfill-recovery-test-deterministic": ["runji", "noelkwan"],
"background-ddl-recovery-test-deterministic": ["runji", "noelkwan"],
"e2e-iceberg-sink-test": ["zilin"],
"e2e-iceberg-sink-v2-test": ["zilin"],
"e2e-iceberg-sink-test": ["zilin", "xinhao"],
"e2e-iceberg-sink-v2-test": ["zilin", "xinhao"],
"e2e-java-binding-tests": ["yiming"],
"s3-source-check-aws": ["bohan"],
"s3-source-check-aws-json-parser": ["bohan"],
Expand All @@ -55,8 +55,9 @@
"e2e-redis-sink-tests": ["xinhao"],
"e2e-starrocks-sink-tests": ["xinhao"],
"e2e-cassandra-sink-tests": ["xinhao"],
"e2e-clickhouse-sink-tests": ["bohan","xinhao"],
"e2e-clickhouse-sink-tests": ["bohan", "xinhao"],
"e2e-pulsar-sink-tests": ["bohan"],
"e2e-mqtt-sink-tests": ["xinhao"],
"connector-node-integration-test": ["siyuan"],
}

Expand Down
2 changes: 1 addition & 1 deletion ci/workflows/main-cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -764,7 +764,7 @@ steps:
config: ci/docker-compose.yml
mount-buildkite-agent: true
- ./ci/plugins/upload-failure-logs
timeout_in_minutes: 25
timeout_in_minutes: 35
retry: *auto-retry

- label: "e2e single-node binary test"
Expand Down
2 changes: 1 addition & 1 deletion ci/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -771,7 +771,7 @@ steps:
config: ci/docker-compose.yml
mount-buildkite-agent: true
- ./ci/plugins/upload-failure-logs
timeout_in_minutes: 30
timeout_in_minutes: 40
retry: *auto-retry

- label: "e2e single-node binary test"
Expand Down

0 comments on commit b299fe9

Please sign in to comment.