@@ -1242,6 +1242,7 @@ runner-test-matrix:
12421242 -- -v -run "^(TestVRFv2Plus|TestVRFv2PlusMultipleSendingKeys|TestVRFv2PlusMigration|TestVRFv2PlusReplayAfterTimeout|TestVRFv2PlusPendingBlockSimulationAndZeroConfirmationDelays|TestVRFv2PlusNodeReorg|TestVRFv2PlusBatchFulfillmentEnabledDisabled|TestVRFv2PlusWithBHS|TestVRFv2PlusWithBHF)$" -timeout 30m -count=1 -parallel=9 github.com/smartcontractkit/chainlink/integration-tests/smoke
12431243 pyroscope_env : ci-smoke-vrf2plus-evm-simulated
12441244 test_go_project_path : integration-tests
1245+ free_disk_space : true
12451246 # VRFv2Plus tests on any live testnet (test_config_override_path required)
12461247 # Tests have to run in sequence because of a single private key used
12471248
@@ -1318,26 +1319,6 @@ runner-test-matrix:
13181319 pyroscope_env : ci-smoke-log_poller-evm-simulated
13191320 test_go_project_path : integration-tests
13201321
1321- - id : smoke/log_poller_test.go:^TestLogPollerWithChaosFixedDepth$
1322- path : integration-tests/smoke/log_poller_test.go
1323- test_env_type : docker
1324- runs_on : ubuntu-latest
1325- triggers :
1326- - PR E2E Core Tests
1327- - Merge Queue E2E Core Tests
1328- - Nightly E2E Tests
1329- - Push E2E Core Tests
1330- - Workflow Dispatch E2E Core Tests
1331- test_cmd : |
1332- cd smoke && \
1333- gotestsum \
1334- --junitfile=/tmp/junit.xml \
1335- --jsonfile=/tmp/gotest.log \
1336- --format=github-actions \
1337- -- -v -run "^TestLogPollerWithChaosFixedDepth$" -parallel=1 -timeout 30m -count=1
1338- pyroscope_env : ci-smoke-log_poller-evm-simulated
1339- test_go_project_path : integration-tests
1340-
13411322 - id : smoke/log_poller_test.go:^TestLogPollerWithChaosFinalityTag$
13421323 path : integration-tests/smoke/log_poller_test.go
13431324 test_env_type : docker
@@ -1378,26 +1359,6 @@ runner-test-matrix:
13781359 pyroscope_env : ci-smoke-log_poller-evm-simulated
13791360 test_go_project_path : integration-tests
13801361
1381- - id : smoke/log_poller_test.go:^TestLogPollerWithChaosPostgresFixedDepth$
1382- path : integration-tests/smoke/log_poller_test.go
1383- test_env_type : docker
1384- runs_on : ubuntu-latest
1385- triggers :
1386- - PR E2E Core Tests
1387- - Merge Queue E2E Core Tests
1388- - Nightly E2E Tests
1389- - Push E2E Core Tests
1390- - Workflow Dispatch E2E Core Tests
1391- test_cmd : |
1392- cd smoke && \
1393- gotestsum \
1394- --junitfile=/tmp/junit.xml \
1395- --jsonfile=/tmp/gotest.log \
1396- --format=github-actions \
1397- -- -v -run "^TestLogPollerWithChaosPostgresFixedDepth$" -parallel=1 -timeout 30m -count=1
1398- pyroscope_env : ci-smoke-log_poller-evm-simulated
1399- test_go_project_path : integration-tests
1400-
14011362 - id : smoke/log_poller_test.go:^TestLogPollerReplayFixedDepth$
14021363 path : integration-tests/smoke/log_poller_test.go
14031364 test_env_type : docker
@@ -1621,6 +1582,7 @@ runner-test-matrix:
16211582 E2E_JD_VERSION : 0.9.0
16221583 CCIP_V16_TEST_ENV : docker
16231584 test_go_project_path : integration-tests
1585+ free_disk_space : true
16241586
16251587 - id : smoke/ccip/ccip_gas_price_updates_test.go:^Test_CCIPGasPriceUpdatesWriteFrequency$
16261588 path : integration-tests/smoke/ccip/ccip_gas_price_updates_test.go
@@ -2021,6 +1983,7 @@ runner-test-matrix:
20211983 E2E_JD_VERSION : 0.9.0
20221984 CCIP_V16_TEST_ENV : docker
20231985 test_go_project_path : integration-tests
1986+ free_disk_space : true
20241987
20251988 - id : smoke/ccip/ccip_jobspec_test.go.go:TestRevokeJobs
20261989 path : integration-tests/smoke/ccip/ccip_jobspec_test.go
@@ -2070,6 +2033,7 @@ runner-test-matrix:
20702033 E2E_TEST_SELECTED_NETWORK : SIMULATED_1,SIMULATED_2
20712034 CHAINLINK_USER_TEAM : CCIP
20722035 test_go_project_path : integration-tests
2036+ free_disk_space : true
20732037
20742038 - id : ccip-smoke-usdc
20752039 path : integration-tests/ccip-tests/smoke/ccip_test.go
@@ -2185,6 +2149,7 @@ runner-test-matrix:
21852149 CHAINLINK_USER_TEAM : CCIP
21862150 test_config_override_path : integration-tests/ccip-tests/testconfig/tomls/db-compatibility.toml
21872151 test_go_project_path : integration-tests
2152+ free_disk_space : true
21882153
21892154 - id : ccip-smoke-leader-lane
21902155 path : integration-tests/ccip-tests/smoke/ccip_test.go
@@ -2250,6 +2215,7 @@ runner-test-matrix:
22502215 E2E_TEST_SELECTED_NETWORK : SIMULATED_1,SIMULATED_2
22512216 CHAINLINK_USER_TEAM : CCIP
22522217 test_go_project_path : integration-tests
2218+ free_disk_space : true
22532219
22542220 - id : ccip-tests/smoke/ccip_test.go:^TestSmokeCCIPManuallyExecuteAfterExecutionFailingDueToInsufficientGas$
22552221 path : integration-tests/ccip-tests/smoke/ccip_test.go
@@ -2357,6 +2323,7 @@ runner-test-matrix:
23572323 CHAINLINK_USER_TEAM : CCIP
23582324 test_config_override_path : integration-tests/ccip-tests/testconfig/tomls/ccip-reorg.toml
23592325 test_go_project_path : integration-tests
2326+ free_disk_space : true
23602327
23612328 - id : ccip-tests/smoke/ccip_test.go:^TestSmokeCCIPReorgAboveFinalityAtDestination$
23622329 path : integration-tests/ccip-tests/smoke/ccip_test.go
0 commit comments