@@ -492,387 +492,4 @@ runner-test-matrix:
492492 E2E_JD_VERSION : 0.9.0
493493 CCIP_V16_TEST_ENV : docker
494494 test_go_project_path : integration-tests
495- # END: CCIPv1.6 tests
496-
497- # START: CCIP tests
498-
499- - id : ccip-smoke
500- path : integration-tests/ccip-tests/smoke/ccip_test.go
501- test_env_type : docker
502- runs_on : ubuntu-latest
503- triggers :
504- - PR E2E CCIP Tests
505- - Merge Queue E2E CCIP Tests
506- - Nightly E2E Tests
507- - Push E2E CCIP Tests
508- - Workflow Dispatch E2E CCIP Tests
509- test_cmd : |
510- cd ccip-tests/smoke && \
511- gotestsum \
512- --junitfile=/tmp/junit.xml \
513- --jsonfile=/tmp/gotest.log \
514- --format=github-actions \
515- -- -run "^TestSmokeCCIPForBidirectionalLane$" -timeout 30m -count=1 -parallel=1
516- test_env_vars :
517- E2E_TEST_SELECTED_NETWORK : SIMULATED_1,SIMULATED_2
518- CHAINLINK_USER_TEAM : CCIP
519- test_go_project_path : integration-tests
520- free_disk_space : true
521-
522- - id : ccip-smoke-usdc
523- path : integration-tests/ccip-tests/smoke/ccip_test.go
524- test_env_type : docker
525- runs_on : ubuntu-latest
526- triggers :
527- - PR E2E CCIP Tests
528- - Merge Queue E2E CCIP Tests
529- - Nightly E2E Tests
530- - Push E2E CCIP Tests
531- - Workflow Dispatch E2E CCIP Tests
532- test_cmd : |
533- cd ccip-tests/smoke && \
534- gotestsum \
535- --junitfile=/tmp/junit.xml \
536- --jsonfile=/tmp/gotest.log \
537- --format=github-actions \
538- -- -run "^TestSmokeCCIPForBidirectionalLane$" -timeout 30m -count=1 -parallel=1
539- test_env_vars :
540- E2E_TEST_SELECTED_NETWORK : SIMULATED_1,SIMULATED_2
541- CHAINLINK_USER_TEAM : CCIP
542- test_config_override_path : integration-tests/ccip-tests/testconfig/tomls/usdc_mock_deployment.toml
543- test_go_project_path : integration-tests
544-
545- - id : ccip-smoke-lbtc-multiple-tokens
546- path : integration-tests/ccip-tests/smoke/ccip_test.go
547- test_env_type : docker
548- runs_on : ubuntu-latest
549- triggers :
550- - PR E2E CCIP Tests
551- - Merge Queue E2E CCIP Tests
552- - Nightly E2E Tests
553- - Push E2E CCIP Tests
554- - Workflow Dispatch E2E CCIP Tests
555- test_cmd : |
556- cd ccip-tests/smoke && \
557- gotestsum \
558- --junitfile=/tmp/junit.xml \
559- --jsonfile=/tmp/gotest.log \
560- --format=github-actions \
561- -- -run "^TestSmokeCCIPForBidirectionalLane$" -timeout 30m -count=1 -parallel=1
562- test_env_vars :
563- E2E_TEST_SELECTED_NETWORK : SIMULATED_1,SIMULATED_2
564- CHAINLINK_USER_TEAM : CCIP
565- test_config_override_path : integration-tests/ccip-tests/testconfig/tomls/lbtc_mock_deployment_multiple_tokens.toml
566- test_go_project_path : integration-tests
567-
568- - id : ccip-smoke-lbtc-32bytes-destination-pool-data
569- path : integration-tests/ccip-tests/smoke/ccip_test.go
570- test_env_type : docker
571- runs_on : ubuntu-latest
572- triggers :
573- - PR E2E CCIP Tests
574- - Merge Queue E2E CCIP Tests
575- - Nightly E2E Tests
576- - Push E2E CCIP Tests
577- - Workflow Dispatch E2E CCIP Tests
578- test_cmd : |
579- cd ccip-tests/smoke && \
580- gotestsum \
581- --junitfile=/tmp/junit.xml \
582- --jsonfile=/tmp/gotest.log \
583- --format=github-actions \
584- -- -run "^TestSmokeCCIPForBidirectionalLane$" -timeout 30m -count=1 -parallel=1
585- test_env_vars :
586- E2E_TEST_SELECTED_NETWORK : SIMULATED_1,SIMULATED_2
587- CHAINLINK_USER_TEAM : CCIP
588- test_config_override_path : integration-tests/ccip-tests/testconfig/tomls/lbtc_mock_deployment_with_32bytes_data.toml
589- test_go_project_path : integration-tests
590-
591- - id : ccip-smoke-lbtc-non32bytes-destination-pool-data
592- path : integration-tests/ccip-tests/smoke/ccip_test.go
593- test_env_type : docker
594- runs_on : ubuntu-latest
595- triggers :
596- - PR E2E CCIP Tests
597- - Merge Queue E2E CCIP Tests
598- - Nightly E2E Tests
599- - Push E2E CCIP Tests
600- - Workflow Dispatch E2E CCIP Tests
601- test_cmd : |
602- cd ccip-tests/smoke && \
603- gotestsum \
604- --junitfile=/tmp/junit.xml \
605- --jsonfile=/tmp/gotest.log \
606- --format=github-actions \
607- -- -run "^TestSmokeCCIPForBidirectionalLane$" -timeout 30m -count=1 -parallel=1
608- test_env_vars :
609- E2E_TEST_SELECTED_NETWORK : SIMULATED_1,SIMULATED_2
610- CHAINLINK_USER_TEAM : CCIP
611- test_config_override_path : integration-tests/ccip-tests/testconfig/tomls/lbtc_mock_deployment_with_non32bytes_data.toml
612- test_go_project_path : integration-tests
613-
614- - id : ccip-smoke-db-compatibility
615- path : integration-tests/ccip-tests/smoke/ccip_test.go
616- test_env_type : docker
617- runs_on : ubuntu-latest
618- triggers :
619- - PR E2E CCIP Tests
620- - Merge Queue E2E CCIP Tests
621- - Nightly E2E Tests
622- - Push E2E CCIP Tests
623- - Workflow Dispatch E2E CCIP Tests
624- test_cmd : |
625- cd ccip-tests/smoke && \
626- gotestsum \
627- --junitfile=/tmp/junit.xml \
628- --jsonfile=/tmp/gotest.log \
629- --format=github-actions \
630- -- -run "^TestSmokeCCIPForBidirectionalLane$" -timeout 30m -count=1 -parallel=1
631- test_env_vars :
632- E2E_TEST_SELECTED_NETWORK : SIMULATED_1,SIMULATED_2
633- CHAINLINK_USER_TEAM : CCIP
634- test_config_override_path : integration-tests/ccip-tests/testconfig/tomls/db-compatibility.toml
635- test_go_project_path : integration-tests
636- free_disk_space : true
637-
638- - id : ccip-smoke-leader-lane
639- path : integration-tests/ccip-tests/smoke/ccip_test.go
640- test_env_type : docker
641- runs_on : ubuntu-latest
642- # Leader lane test is flakey in Core repo - Need to fix CCIP-3074 to enable it.
643- triggers :
644- # - PR E2E CCIP Tests
645- # - Nightly E2E Tests
646- test_cmd : |
647- cd ccip-tests/smoke && \
648- gotestsum \
649- --junitfile=/tmp/junit.xml \
650- --jsonfile=/tmp/gotest.log \
651- --format=github-actions \
652- -- -run "^TestSmokeCCIPForBidirectionalLane$" -timeout 30m -count=1 -parallel=1
653- test_env_vars :
654- E2E_TEST_SELECTED_NETWORK : SIMULATED_1,SIMULATED_2
655- CHAINLINK_USER_TEAM : CCIP
656- test_config_override_path : integration-tests/ccip-tests/testconfig/tomls/leader-lane.toml
657- test_go_project_path : integration-tests
658-
659- - id : ccip-tests/smoke/ccip_test.go:^TestSmokeCCIPTokenPoolRateLimits$
660- path : integration-tests/ccip-tests/smoke/ccip_test.go
661- test_env_type : docker
662- runs_on : ubuntu-latest
663- triggers :
664- - PR E2E CCIP Tests
665- - Merge Queue E2E CCIP Tests
666- - Nightly E2E Tests
667- - Push E2E CCIP Tests
668- - Workflow Dispatch E2E CCIP Tests
669- test_cmd : |
670- cd ccip-tests/smoke && \
671- gotestsum \
672- --junitfile=/tmp/junit.xml \
673- --jsonfile=/tmp/gotest.log \
674- --format=github-actions \
675- -- -run "^TestSmokeCCIPTokenPoolRateLimits$" -timeout 30m -count=1 -parallel=1
676- test_env_vars :
677- E2E_TEST_SELECTED_NETWORK : SIMULATED_1,SIMULATED_2
678- CHAINLINK_USER_TEAM : CCIP
679- test_go_project_path : integration-tests
680-
681- - id : ccip-tests/smoke/ccip_test.go:^TestSmokeCCIPMulticall$
682- path : integration-tests/ccip-tests/smoke/ccip_test.go
683- test_env_type : docker
684- runs_on : ubuntu-latest
685- triggers :
686- - PR E2E CCIP Tests
687- - Merge Queue E2E CCIP Tests
688- - Nightly E2E Tests
689- - Push E2E CCIP Tests
690- - Workflow Dispatch E2E CCIP Tests
691- test_cmd : |
692- cd ccip-tests/smoke && \
693- gotestsum \
694- --junitfile=/tmp/junit.xml \
695- --jsonfile=/tmp/gotest.log \
696- --format=github-actions \
697- -- -run "^TestSmokeCCIPMulticall$" -timeout 30m -count=1 -parallel=1
698- test_env_vars :
699- E2E_TEST_SELECTED_NETWORK : SIMULATED_1,SIMULATED_2
700- CHAINLINK_USER_TEAM : CCIP
701- test_go_project_path : integration-tests
702- free_disk_space : true
703-
704- - id : ccip-tests/smoke/ccip_test.go:^TestSmokeCCIPManuallyExecuteAfterExecutionFailingDueToInsufficientGas$
705- path : integration-tests/ccip-tests/smoke/ccip_test.go
706- test_env_type : docker
707- runs_on : ubuntu-latest
708- triggers :
709- - PR E2E CCIP Tests
710- - Merge Queue E2E CCIP Tests
711- - Nightly E2E Tests
712- - Push E2E CCIP Tests
713- - Workflow Dispatch E2E CCIP Tests
714- test_cmd : |
715- cd ccip-tests/smoke && \
716- gotestsum \
717- --junitfile=/tmp/junit.xml \
718- --jsonfile=/tmp/gotest.log \
719- --format=github-actions \
720- -- -run "^TestSmokeCCIPManuallyExecuteAfterExecutionFailingDueToInsufficientGas$" -timeout 30m -count=1 -parallel=1
721- test_env_vars :
722- E2E_TEST_SELECTED_NETWORK : SIMULATED_1,SIMULATED_2
723- CHAINLINK_USER_TEAM : CCIP
724- test_go_project_path : integration-tests
725-
726- - id : ccip-tests/smoke/ccip_test.go:^TestSmokeCCIPOnRampLimits$
727- path : integration-tests/ccip-tests/smoke/ccip_test.go
728- test_env_type : docker
729- runs_on : ubuntu-latest
730- triggers :
731- - PR E2E CCIP Tests
732- - Merge Queue E2E CCIP Tests
733- - Nightly E2E Tests
734- - Push E2E CCIP Tests
735- - Workflow Dispatch E2E CCIP Tests
736- test_cmd : |
737- cd ccip-tests/smoke && \
738- gotestsum \
739- --junitfile=/tmp/junit.xml \
740- --jsonfile=/tmp/gotest.log \
741- --format=github-actions \
742- -- -run "^TestSmokeCCIPOnRampLimits$" -timeout 30m -count=1 -parallel=1
743- test_env_vars :
744- E2E_TEST_SELECTED_NETWORK : SIMULATED_1,SIMULATED_2
745- CHAINLINK_USER_TEAM : CCIP
746- test_go_project_path : integration-tests
747-
748- - id : ccip-tests/smoke/ccip_test.go:^TestSmokeCCIPOffRampCapacityLimit$
749- path : integration-tests/ccip-tests/smoke/ccip_test.go
750- test_env_type : docker
751- runs_on : ubuntu-latest
752- triggers :
753- - Nightly E2E Tests
754- - Push E2E CCIP Tests
755- - Workflow Dispatch E2E CCIP Tests
756- test_cmd : |
757- cd ccip-tests/smoke && \
758- gotestsum \
759- --junitfile=/tmp/junit.xml \
760- --jsonfile=/tmp/gotest.log \
761- --format=github-actions \
762- -- -run "^TestSmokeCCIPOffRampCapacityLimit$" -timeout 30m -count=1 -parallel=1
763- test_env_vars :
764- E2E_TEST_SELECTED_NETWORK : SIMULATED_1,SIMULATED_2
765- CHAINLINK_USER_TEAM : CCIP
766- test_go_project_path : integration-tests
767-
768- - id : ccip-tests/smoke/ccip_test.go:^TestSmokeCCIPOffRampAggRateLimit$
769- path : integration-tests/ccip-tests/smoke/ccip_test.go
770- test_env_type : docker
771- runs_on : ubuntu-latest
772- triggers :
773- - Nightly E2E Tests
774- - Push E2E CCIP Tests
775- - Workflow Dispatch E2E CCIP Tests
776- test_cmd : |
777- cd ccip-tests/smoke && \
778- gotestsum \
779- --junitfile=/tmp/junit.xml \
780- --jsonfile=/tmp/gotest.log \
781- --format=github-actions \
782- -- -run "^TestSmokeCCIPOffRampAggRateLimit$" -timeout 30m -count=1 -parallel=1
783- test_env_vars :
784- E2E_TEST_SELECTED_NETWORK : SIMULATED_1,SIMULATED_2
785- CHAINLINK_USER_TEAM : CCIP
786- test_go_project_path : integration-tests
787-
788- - id : ccip-tests/smoke/ccip_test.go:^TestSmokeCCIPReorgBelowFinality$
789- path : integration-tests/ccip-tests/smoke/ccip_test.go
790- test_env_type : docker
791- runs_on : ubuntu-latest
792- triggers :
793- - PR E2E CCIP Tests
794- - Merge Queue E2E CCIP Tests
795- - Nightly E2E Tests
796- - Push E2E CCIP Tests
797- - Workflow Dispatch E2E CCIP Tests
798- test_cmd : |
799- cd ccip-tests/smoke && \
800- gotestsum \
801- --junitfile=/tmp/junit.xml \
802- --jsonfile=/tmp/gotest.log \
803- --format=github-actions \
804- -- -run "^TestSmokeCCIPReorgBelowFinality$" -timeout 30m -count=1 -parallel=1
805- test_env_vars :
806- E2E_TEST_SELECTED_NETWORK : SIMULATED_1,SIMULATED_2
807- CHAINLINK_USER_TEAM : CCIP
808- test_config_override_path : integration-tests/ccip-tests/testconfig/tomls/ccip-reorg.toml
809- test_go_project_path : integration-tests
810- free_disk_space : true
811-
812- - id : ccip-tests/smoke/ccip_test.go:^TestSmokeCCIPReorgAboveFinalityAtDestination$
813- path : integration-tests/ccip-tests/smoke/ccip_test.go
814- test_env_type : docker
815- runs_on : ubuntu-latest
816- triggers :
817- - PR E2E CCIP Tests
818- - Merge Queue E2E CCIP Tests
819- - Nightly E2E Tests
820- - Push E2E CCIP Tests
821- - Workflow Dispatch E2E CCIP Tests
822- test_cmd : |
823- cd ccip-tests/smoke && \
824- gotestsum \
825- --junitfile=/tmp/junit.xml \
826- --jsonfile=/tmp/gotest.log \
827- --format=github-actions \
828- -- -run "^TestSmokeCCIPReorgAboveFinalityAtDestination$" -timeout 30m -count=1 -parallel=1
829- test_env_vars :
830- E2E_TEST_SELECTED_NETWORK : SIMULATED_1,SIMULATED_2
831- CHAINLINK_USER_TEAM : CCIP
832- test_config_override_path : integration-tests/ccip-tests/testconfig/tomls/ccip-reorg.toml
833- test_go_project_path : integration-tests
834-
835- - id : ccip-tests/smoke/ccip_test.go:^TestSmokeCCIPReorgAboveFinalityAtSource$
836- path : integration-tests/ccip-tests/smoke/ccip_test.go
837- test_env_type : docker
838- runs_on : ubuntu-latest
839- triggers :
840- - PR E2E CCIP Tests
841- - Merge Queue E2E CCIP Tests
842- - Nightly E2E Tests
843- - Push E2E CCIP Tests
844- - Workflow Dispatch E2E CCIP Tests
845- test_cmd : |
846- cd ccip-tests/smoke && \
847- gotestsum \
848- --junitfile=/tmp/junit.xml \
849- --jsonfile=/tmp/gotest.log \
850- --format=github-actions \
851- -- -run "^TestSmokeCCIPReorgAboveFinalityAtSource$" -timeout 30m -count=1 -parallel=1
852- test_env_vars :
853- E2E_TEST_SELECTED_NETWORK : SIMULATED_1,SIMULATED_2
854- CHAINLINK_USER_TEAM : CCIP
855- test_config_override_path : integration-tests/ccip-tests/testconfig/tomls/ccip-reorg.toml
856- test_go_project_path : integration-tests
857-
858- - id : ccip-tests/chaos/ccip_test.go
859- path : integration-tests/ccip-tests/chaos/ccip_test.go
860- test_env_type : k8s-remote-runner
861- runs_on : ubuntu-latest
862- triggers :
863- - E2E CCIP Chaos Tests
864- test_cmd : |
865- cd ccip-tests/chaos && \
866- DETACH_RUNNER=false \
867- gotestsum \
868- --junitfile=/tmp/junit.xml \
869- --jsonfile=/tmp/gotest.log \
870- --format=github-actions \
871- -- -v ccip_test.go -parallel=11 -timeout 60m -count=1
872- test_env_vars :
873- TEST_SUITE : chaos
874- TEST_TRIGGERED_BY : ccip-cron-chaos-eth
875- TEST_LOG_LEVEL : debug
876- CHAINLINK_USER_TEAM : CCIP
877- test_go_project_path : integration-tests
878- # END: CCIP tests
495+ # END: CCIPv1.6 tests
0 commit comments