From 0494e93d648a7e90732008399196e2be0c38c52b Mon Sep 17 00:00:00 2001 From: Anindita Ghosh <88458927+AnieeG@users.noreply.github.com> Date: Wed, 20 Nov 2024 12:06:07 -0800 Subject: [PATCH] remove ccip tests from MQ (#15342) --- .github/e2e-tests.yml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.github/e2e-tests.yml b/.github/e2e-tests.yml index a3947c61f75..dddd7eda94b 100644 --- a/.github/e2e-tests.yml +++ b/.github/e2e-tests.yml @@ -941,7 +941,6 @@ runner-test-matrix: runs_on: ubuntu-latest triggers: - PR E2E Core Tests - - Merge Queue E2E Core Tests - Nightly E2E Tests test_cmd: cd integration-tests/ && go test smoke/ccip_test.go -timeout 12m -test.parallel=2 -count=1 -json pyroscope_env: ci-smoke-ccipv1_6-evm-simulated @@ -955,7 +954,6 @@ runner-test-matrix: runs_on: ubuntu-latest triggers: - PR E2E Core Tests - - Merge Queue E2E Core Tests - Nightly E2E Tests test_cmd: cd integration-tests/ && go test smoke/ccip_messaging_test.go -timeout 12m -test.parallel=1 -count=1 -json pyroscope_env: ci-smoke-ccipv1_6-evm-simulated @@ -969,7 +967,6 @@ runner-test-matrix: runs_on: ubuntu-latest triggers: - PR E2E Core Tests - - Merge Queue E2E Core Tests - Nightly E2E Tests test_cmd: cd integration-tests/ && go test smoke/ccip_usdc_test.go -timeout 12m -test.parallel=1 -count=1 -json pyroscope_env: ci-smoke-ccipv1_6-evm-simulated @@ -983,7 +980,6 @@ runner-test-matrix: runs_on: ubuntu-latest triggers: - PR E2E Core Tests - - Merge Queue E2E Core Tests - Nightly E2E Tests test_cmd: cd integration-tests/ && go test smoke/fee_boosting_test.go -timeout 15m -test.parallel=1 -count=1 -json pyroscope_env: ci-smoke-ccipv1_6-evm-simulated @@ -997,7 +993,6 @@ runner-test-matrix: runs_on: ubuntu-latest triggers: - PR E2E Core Tests - - Merge Queue E2E Core Tests - Nightly E2E Tests test_cmd: cd integration-tests/smoke && go test -test.run ^TestRMN_TwoMessagesOnTwoLanesIncludingBatching$ -timeout 12m -test.parallel=1 -count=1 -json pyroscope_env: ci-smoke-ccipv1_6-evm-simulated @@ -1013,7 +1008,6 @@ runner-test-matrix: runs_on: ubuntu-latest triggers: - PR E2E Core Tests - - Merge Queue E2E Core Tests - Nightly E2E Tests test_cmd: cd integration-tests/smoke && go test -test.run ^TestRMN_MultipleMessagesOnOneLaneNoWaitForExec$ -timeout 12m -test.parallel=1 -count=1 -json pyroscope_env: ci-smoke-ccipv1_6-evm-simulated @@ -1030,7 +1024,6 @@ runner-test-matrix: # runs_on: ubuntu-latest # triggers: # - PR E2E Core Tests -# - Merge Queue E2E Core Tests # - Nightly E2E Tests # test_cmd: cd integration-tests/smoke && go test -test.run ^TestRMN_NotEnoughObservers$ -timeout 12m -test.parallel=1 -count=1 -json # pyroscope_env: ci-smoke-ccipv1_6-evm-simulated @@ -1046,7 +1039,6 @@ runner-test-matrix: runs_on: ubuntu-latest triggers: - PR E2E Core Tests - - Merge Queue E2E Core Tests - Nightly E2E Tests test_cmd: cd integration-tests/smoke && go test -test.run ^TestRMN_DifferentSigners$ -timeout 12m -test.parallel=1 -count=1 -json pyroscope_env: ci-smoke-ccipv1_6-evm-simulated @@ -1063,7 +1055,6 @@ runner-test-matrix: # runs_on: ubuntu-latest # triggers: # - PR E2E Core Tests -# - Merge Queue E2E Core Tests # - Nightly E2E Tests # test_cmd: cd integration-tests/smoke && go test -test.run ^TestRMN_NotEnoughSigners$ -timeout 12m -test.parallel=1 -count=1 -json # pyroscope_env: ci-smoke-ccipv1_6-evm-simulated @@ -1080,7 +1071,6 @@ runner-test-matrix: runs_on: ubuntu-latest triggers: - PR E2E Core Tests - - Merge Queue E2E Core Tests - Nightly E2E Tests test_cmd: cd integration-tests/smoke/ && go test -test.run ^TestRMN_DifferentRmnNodesForDifferentChains$ -timeout 12m -test.parallel=1 -count=1 -json pyroscope_env: ci-smoke-ccipv1_6-evm-simulated