You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- cmd: cd integration-tests/smoke/ccip && go test ccip_ooo_execution_test.go -timeout 12m -test.parallel=1 -count=1 -json
50
51
name: "OOO Execution Test"
51
-
- cmd: cd integration-tests/smoke/ccip && go test -run "Test_CCIPMessaging_EVM2EVM" ccip_messaging_test.go -timeout 12m -test.parallel=2 -count=1 -json
52
-
name: "Messaging Test"
52
+
- cmd: cd integration-tests/smoke/ccip && go test -run "Test_CCIPMessaging_EVM2EVM" ccip_messaging_test.go -timeout 20m -test.parallel=1 -count=1 -json
53
+
name: "Messaging Test Test_CCIPMessaging_EVM2EVM"
54
+
- cmd: cd integration-tests/smoke/ccip && go test -run "^Test_CCIPMessaging_EVM2Solana$" ccip_messaging_test.go -timeout 30m -test.parallel=1 -count=1 -json
55
+
name: "Messaging Test Test_CCIPMessaging_EVM2Solana"
56
+
- cmd: cd integration-tests/smoke/ccip && go test -run "^Test_CCIPMessaging_Solana2EVM$" ccip_messaging_test.go -timeout 30m -test.parallel=1 -count=1 -json
57
+
name: "Messaging Test Test_CCIPMessaging_Solana2EVM"
58
+
- cmd: cd integration-tests/smoke/ccip && go test -run "^Test_CCIPMessaging_EVM2SolanaMultiExecReports$" ccip_messaging_test.go -timeout 35m -test.parallel=1 -count=1 -json
59
+
name: "Messaging Test Test_CCIPMessaging_EVM2SolanaMultiExecReports"
53
60
- cmd: cd integration-tests/smoke/ccip && go test -run "Test_CCIPBatching_MaxBatchSizeEVM" ccip_batching_test.go -timeout 12m -test.parallel=1 -count=1 -json
54
61
name: "Batching Test Test_CCIPBatching_MaxBatchSizeEVM"
55
62
- cmd: cd integration-tests/smoke/ccip && go test -run "^Test_CCIPBatching_MultiSource$" ccip_batching_test.go -timeout 12m -test.parallel=1 -count=1 -json
56
63
name: "Batching Test Test_CCIPBatching_MultiSource"
57
-
- cmd: cd integration-tests/smoke/ccip && go test -run "Test_CCIPBatching_MultiSource_MultiReports" ccip_batching_test.go -timeout 12m -test.parallel=1 -count=1 -json
58
-
name: "Batching Test Test_CCIPBatching_MultiSource_MultiReports"
64
+
- cmd: cd integration-tests/smoke/ccip && go test -run "Test_CCIPBatching_MultiSource_MultiRoot" ccip_batching_test.go -timeout 12m -test.parallel=1 -count=1 -json
65
+
name: "Batching Test Test_CCIPBatching_MultiSource_MultiRoot"
59
66
- cmd: cd integration-tests/smoke/ccip && go test -run "^Test_CCIPBatching_SingleSource$" ccip_batching_test.go -timeout 12m -test.parallel=1 -count=1 -json
60
67
name: "Batching Test Test_CCIPBatching_SingleSource"
61
-
- cmd: cd integration-tests/smoke/ccip && go test -run "Test_CCIPBatching_SingleSource_MultipleReports" ccip_batching_test.go -timeout 12m -test.parallel=1 -count=1 -json
62
-
name: "Batching Test Test_CCIPBatching_SingleSource_MultipleReports"
68
+
- cmd: cd integration-tests/smoke/ccip && go test -run "Test_CCIPBatching_SingleSource_MultiRoot" ccip_batching_test.go -timeout 12m -test.parallel=1 -count=1 -json
69
+
name: "Batching Test Test_CCIPBatching_SingleSource_MultiRoot"
63
70
- cmd: cd integration-tests/smoke/ccip && go test ccip_gas_price_updates_test.go -timeout 12m -test.parallel=2 -count=1 -json
64
71
name: "Gas Price Updates Test"
65
72
# TODO: this can only run in docker for now, switch to in-memory and uncomment
@@ -85,21 +92,62 @@ jobs:
85
92
- name: Fetch latest pull request data
86
93
id: fetch_pr_data
87
94
uses: actions/github-script@v6
88
-
# only run this step if the event is a pull request
89
-
if: github.event_name == 'pull_request'
95
+
# only run this step if the event is a pull request or merge_group
0 commit comments