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
Copy file name to clipboardExpand all lines: .github/e2e-tests.yml
+56-5Lines changed: 56 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -150,7 +150,9 @@ runner-test-matrix:
150
150
- Nightly E2E Tests
151
151
test_cmd: cd integration-tests/ && go test smoke/ocr2_test.go -timeout 30m -count=1 -test.parallel=6 -json
152
152
pyroscope_env: ci-smoke-ocr2-evm-simulated
153
-
153
+
test_env_vars:
154
+
E2E_TEST_CHAINLINK_VERSION: '{{ env.DEFAULT_CHAINLINK_PLUGINS_VERSION }}'# This is the chainlink version that has the plugins
155
+
154
156
- id: smoke/ocr2_test.go:*-plugins
155
157
path: integration-tests/smoke/ocr2_test.go
156
158
test_env_type: docker
@@ -164,6 +166,17 @@ runner-test-matrix:
164
166
E2E_TEST_CHAINLINK_VERSION: '{{ env.DEFAULT_CHAINLINK_PLUGINS_VERSION }}'# This is the chainlink version that has the plugins
165
167
ENABLE_OTEL_TRACES: true
166
168
169
+
- id: chaos/ocr_chaos_test.go
170
+
path: integration-tests/chaos/ocr_chaos_test.go
171
+
test_env_type: k8s-remote-runner
172
+
runs_on: ubuntu-latest
173
+
workflows:
174
+
- Automation On Demand Tests
175
+
- E2E Chaos Tests
176
+
test_cmd: cd integration-tests/chaos && DETACH_RUNNER=false go test -test.run "^TestOCRChaos$" -v -test.parallel=10 -timeout 60m -count=1 -json
177
+
test_env_vars:
178
+
TEST_SUITE: chaos
179
+
167
180
# END: OCR tests
168
181
169
182
# START: Automation tests
@@ -531,7 +544,7 @@ runner-test-matrix:
531
544
test_env_vars:
532
545
TEST_SUITE: reorg
533
546
workflows:
534
-
- Run Automation On Demand Tests (TEST WORKFLOW)
547
+
- Automation On Demand Tests
535
548
test_cmd: cd integration-tests/reorg && DETACH_RUNNER=false go test -v -test.run ^TestAutomationReorg/registry_2_0 -test.parallel=1 -timeout 30m -count=1 -json
536
549
pyroscope_env: ci-automation-on-demand-reorg
537
550
@@ -542,7 +555,7 @@ runner-test-matrix:
542
555
test_env_vars:
543
556
TEST_SUITE: reorg
544
557
workflows:
545
-
- Run Automation On Demand Tests (TEST WORKFLOW)
558
+
- Automation On Demand Tests
546
559
test_cmd: cd integration-tests/reorg && DETACH_RUNNER=false go test -v -test.run ^TestAutomationReorg/registry_2_1 -test.parallel=2 -timeout 30m -count=1 -json
547
560
pyroscope_env: ci-automation-on-demand-reorg
548
561
@@ -553,16 +566,28 @@ runner-test-matrix:
553
566
test_env_vars:
554
567
TEST_SUITE: reorg
555
568
workflows:
556
-
- Run Automation On Demand Tests (TEST WORKFLOW)
569
+
- Automation On Demand Tests
557
570
test_cmd: cd integration-tests/reorg && DETACH_RUNNER=false go test -v -test.run ^TestAutomationReorg/registry_2_2 -test.parallel=2 -timeout 30m -count=1 -json
test_cmd: cd integration-tests/reorg && DETACH_RUNNER=false go test -v -test.run ^TestAutomationReorg/registry_2_3 -test.parallel=2 -timeout 30m -count=1 -json
test_cmd: cd integration-tests/ccip-tests/load && DETACH_RUNNER=false go test -run '^TestLoadCCIPStableWithPodChaosDiffCommitAndExec' -v -test.parallel=4 -timeout 120m -count=1 -json
0 commit comments