Skip to content

Commit

Permalink
more fix
Browse files Browse the repository at this point in the history
  • Loading branch information
AnieeG committed Sep 19, 2024
1 parent 5281131 commit 8ecdb39
Showing 1 changed file with 13 additions and 10 deletions.
23 changes: 13 additions & 10 deletions .github/e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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$
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 8ecdb39

Please sign in to comment.