From 8ecdb395fb913aae606a7ba77ae64de4feac98f9 Mon Sep 17 00:00:00 2001 From: AnieeG Date: Thu, 19 Sep 2024 13:16:40 -0700 Subject: [PATCH] more fix --- .github/e2e-tests.yml | 23 +++++++++++++---------- 1 file changed, 13 insertions(+), 10 deletions(-) diff --git a/.github/e2e-tests.yml b/.github/e2e-tests.yml index b83f530cba..e1d2ee1584 100644 --- a/.github/e2e-tests.yml +++ b/.github/e2e-tests.yml @@ -189,6 +189,19 @@ runner-test-matrix: # END: OCR tests + # START: CCIPv1.6 tests + - id: smoke/ccipv1_6_test.go:* + path: integration-tests/smoke/ccipv1_6_test.go + test_env_type: docker + runs_on: ubuntu-latest + workflows: + - PR E2E Core Tests + - Nightly E2E Tests + test_cmd: cd integration-tests/ && go test smoke/ccipv1_6_test.go -timeout 12m -test.parallel=1 -count=1 -json + pyroscope_env: ci-smoke-ccipv1_6-evm-simulated + + # END: CCIPv1.6 tests + # START: Automation tests - id: smoke/automation_test.go:^TestAutomationBasic/registry_2_0|TestAutomationBasic/registry_2_1_conditional|TestAutomationBasic/registry_2_1_logtrigger$ @@ -814,16 +827,6 @@ runner-test-matrix: # START: Other tests - - id: smoke/ccipv1_6_test.go:* - path: integration-tests/smoke/ccipv1_6_test.go - test_env_type: docker - runs_on: ubuntu-latest - workflows: - - PR E2E Core Tests - - Nightly E2E Tests - test_cmd: cd integration-tests/ && go test smoke/ccipv1_6_test.go -timeout 12m -test.parallel=2 -count=1 -json - pyroscope_env: ci-smoke-ccipv1_6-evm-simulated - - id: smoke/runlog_test.go:* path: integration-tests/smoke/runlog_test.go test_env_type: docker