Skip to content

bump timeout for RMN curse uncurse test #17732

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

Draft
wants to merge 1 commit into
base: develop
Choose a base branch
from
Draft
Changes from all 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
26 changes: 13 additions & 13 deletions .github/integration-in-memory-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ runner-test-matrix:
triggers:
- PR Integration CCIP Tests
- Nightly Integration CCIP Tests
test_cmd: go test smoke/ccip/ccip_cs_rmn_curse_uncurse_test.go -run "^TestRMNCurse$" -timeout 20m -test.parallel=1 -count=1 -json
test_cmd: go test smoke/ccip/ccip_cs_rmn_curse_uncurse_test.go -run "^TestRMNCurse$" -timeout 30m -test.parallel=1 -count=1 -json
test_go_project_path: integration-tests

- id: smoke/ccip/ccip_cs_rmn_curse_uncurse_test.go:TestRMNCurseBypass
Expand All @@ -174,7 +174,7 @@ runner-test-matrix:
triggers:
- PR Integration CCIP Tests
- Nightly Integration CCIP Tests
test_cmd: go test smoke/ccip/ccip_cs_rmn_curse_uncurse_test.go -run "^TestRMNCurseBypass$" -timeout 20m -test.parallel=1 -count=1 -json
test_cmd: go test smoke/ccip/ccip_cs_rmn_curse_uncurse_test.go -run "^TestRMNCurseBypass$" -timeout 30m -test.parallel=1 -count=1 -json
test_go_project_path: integration-tests

- id: smoke/ccip/ccip_cs_rmn_curse_uncurse_test.go:TestRMNCurseIdempotent
Expand All @@ -184,7 +184,7 @@ runner-test-matrix:
triggers:
- PR Integration CCIP Tests
- Nightly Integration CCIP Tests
test_cmd: go test smoke/ccip/ccip_cs_rmn_curse_uncurse_test.go -run "^TestRMNCurseIdempotent$" -timeout 20m -test.parallel=1 -count=1 -json
test_cmd: go test smoke/ccip/ccip_cs_rmn_curse_uncurse_test.go -run "^TestRMNCurseIdempotent$" -timeout 30m -test.parallel=1 -count=1 -json
test_go_project_path: integration-tests

- id: smoke/ccip/ccip_cs_rmn_curse_uncurse_test.go:TestRMNUncurseIdempotent
Expand All @@ -194,7 +194,7 @@ runner-test-matrix:
triggers:
- PR Integration CCIP Tests
- Nightly Integration CCIP Tests
test_cmd: go test smoke/ccip/ccip_cs_rmn_curse_uncurse_test.go -run "^TestRMNUncurseIdempotent$" -timeout 20m -test.parallel=1 -count=1 -json
test_cmd: go test smoke/ccip/ccip_cs_rmn_curse_uncurse_test.go -run "^TestRMNUncurseIdempotent$" -timeout 30m -test.parallel=1 -count=1 -json
test_go_project_path: integration-tests

- id: smoke/ccip/ccip_cs_rmn_curse_uncurse_test.go:TestRMNUncurse
Expand All @@ -204,7 +204,7 @@ runner-test-matrix:
triggers:
- PR Integration CCIP Tests
- Nightly Integration CCIP Tests
test_cmd: go test smoke/ccip/ccip_cs_rmn_curse_uncurse_test.go -run "^TestRMNUncurse$" -timeout 20m -test.parallel=1 -count=1 -json
test_cmd: go test smoke/ccip/ccip_cs_rmn_curse_uncurse_test.go -run "^TestRMNUncurse$" -timeout 30m -test.parallel=1 -count=1 -json
test_go_project_path: integration-tests

- id: smoke/ccip/ccip_cs_rmn_curse_uncurse_test.go:TestRMNUncurseBypass
Expand All @@ -214,7 +214,7 @@ runner-test-matrix:
triggers:
- PR Integration CCIP Tests
- Nightly Integration CCIP Tests
test_cmd: go test smoke/ccip/ccip_cs_rmn_curse_uncurse_test.go -run "^TestRMNUncurseBypass$" -timeout 20m -test.parallel=1 -count=1 -json
test_cmd: go test smoke/ccip/ccip_cs_rmn_curse_uncurse_test.go -run "^TestRMNUncurseBypass$" -timeout 30m -test.parallel=1 -count=1 -json
test_go_project_path: integration-tests

- id: smoke/ccip/ccip_cs_rmn_curse_uncurse_test.go:TestRMNCurseConfigValidate
Expand All @@ -224,7 +224,7 @@ runner-test-matrix:
triggers:
- PR Integration CCIP Tests
- Nightly Integration CCIP Tests
test_cmd: go test smoke/ccip/ccip_cs_rmn_curse_uncurse_test.go -run "^TestRMNCurseConfigValidate$" -timeout 20m -test.parallel=1 -count=1 -json
test_cmd: go test smoke/ccip/ccip_cs_rmn_curse_uncurse_test.go -run "^TestRMNCurseConfigValidate$" -timeout 30m -test.parallel=1 -count=1 -json
test_go_project_path: integration-tests

- id: smoke/ccip/ccip_cs_rmn_curse_uncurse_test.go:TestRMNCurseNoConnectedLanes
Expand All @@ -234,7 +234,7 @@ runner-test-matrix:
triggers:
- PR Integration CCIP Tests
- Nightly Integration CCIP Tests
test_cmd: go test smoke/ccip/ccip_cs_rmn_curse_uncurse_test.go -run "^TestRMNCurseNoConnectedLanes$" -timeout 20m -test.parallel=1 -count=1 -json
test_cmd: go test smoke/ccip/ccip_cs_rmn_curse_uncurse_test.go -run "^TestRMNCurseNoConnectedLanes$" -timeout 30m -test.parallel=1 -count=1 -json
test_go_project_path: integration-tests

- id: smoke/ccip/ccip_cs_rmn_curse_uncurse_test.go:TestRMNCurseOneConnectedLanes
Expand All @@ -244,7 +244,7 @@ runner-test-matrix:
triggers:
- PR Integration CCIP Tests
- Nightly Integration CCIP Tests
test_cmd: go test smoke/ccip/ccip_cs_rmn_curse_uncurse_test.go -run "^TestRMNCurseOneConnectedLanes$" -timeout 20m -test.parallel=1 -count=1 -json
test_cmd: go test smoke/ccip/ccip_cs_rmn_curse_uncurse_test.go -run "^TestRMNCurseOneConnectedLanes$" -timeout 30m -test.parallel=1 -count=1 -json
test_go_project_path: integration-tests

- id: smoke/ccip/ccip_cs_rmn_curse_uncurse_test.go:TestRMNCurseOneConnectedLanesSolana
Expand All @@ -254,7 +254,7 @@ runner-test-matrix:
triggers:
- PR Integration CCIP Tests
- Nightly Integration CCIP Tests
test_cmd: go test smoke/ccip/ccip_cs_rmn_curse_uncurse_test.go -run "^TestRMNCurseOneConnectedLanesSolana$" -timeout 20m -test.parallel=1 -count=1 -json
test_cmd: go test smoke/ccip/ccip_cs_rmn_curse_uncurse_test.go -run "^TestRMNCurseOneConnectedLanesSolana$" -timeout 30m -test.parallel=1 -count=1 -json
test_go_project_path: integration-tests

- id: smoke/ccip/ccip_cs_rmn_curse_uncurse_test.go:TestRMNCurseOneConnectedLanesGlobalOnly
Expand All @@ -264,7 +264,7 @@ runner-test-matrix:
triggers:
- PR Integration CCIP Tests
- Nightly Integration CCIP Tests
test_cmd: go test smoke/ccip/ccip_cs_rmn_curse_uncurse_test.go -run "^TestRMNCurseOneConnectedLanesGlobalOnly$" -timeout 20m -test.parallel=1 -count=1 -json
test_cmd: go test smoke/ccip/ccip_cs_rmn_curse_uncurse_test.go -run "^TestRMNCurseOneConnectedLanesGlobalOnly$" -timeout 30m -test.parallel=1 -count=1 -json
test_go_project_path: integration-tests

- id: smoke/ccip/ccip_cs_rmn_curse_uncurse_test.go:TestRMNCurseOneConnectedLanesLaneOnlyOnSource
Expand All @@ -274,7 +274,7 @@ runner-test-matrix:
triggers:
- PR Integration CCIP Tests
- Nightly Integration CCIP Tests
test_cmd: go test smoke/ccip/ccip_cs_rmn_curse_uncurse_test.go -run "^TestRMNCurseOneConnectedLanesLaneOnlyOnSource$" -timeout 20m -test.parallel=1 -count=1 -json
test_cmd: go test smoke/ccip/ccip_cs_rmn_curse_uncurse_test.go -run "^TestRMNCurseOneConnectedLanesLaneOnlyOnSource$" -timeout 30m -test.parallel=1 -count=1 -json
test_go_project_path: integration-tests

- id: smoke/ccip/ccip_cs_rmn_curse_uncurse_test.go:TestRMNUncurseForceOption
Expand All @@ -284,7 +284,7 @@ runner-test-matrix:
triggers:
- PR Integration CCIP Tests
- Nightly Integration CCIP Tests
test_cmd: go test smoke/ccip/ccip_cs_rmn_curse_uncurse_test.go -run "^TestRMNUncurseForceOption$" -timeout 20m -test.parallel=1 -count=1 -json
test_cmd: go test smoke/ccip/ccip_cs_rmn_curse_uncurse_test.go -run "^TestRMNUncurseForceOption$" -timeout 30m -test.parallel=1 -count=1 -json
test_go_project_path: integration-tests

- id: smoke/ccip/ccip_disable_lane_test.go:*
Expand Down
Loading