From 8a36cbb3ab48de76af76cd6afbae4e7a0cfca1b8 Mon Sep 17 00:00:00 2001 From: Federico Gimenez Date: Thu, 20 Mar 2025 16:47:50 +0100 Subject: [PATCH] chore(ci): update hive eest limits (#15172) --- .github/workflows/hive.yml | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/.github/workflows/hive.yml b/.github/workflows/hive.yml index 0ae2f78124..095facc724 100644 --- a/.github/workflows/hive.yml +++ b/.github/workflows/hive.yml @@ -113,35 +113,35 @@ jobs: # consume-engine - sim: ethereum/eest/consume-engine - limit: .*tests/prague.*blockchain_test_engine.* + limit: .*tests/prague.* - sim: ethereum/eest/consume-engine - limit: .*tests/cancun.*blockchain_test_engine.* + limit: .*tests/cancun.* - sim: ethereum/eest/consume-engine - limit: .*tests/shanghai.*blockchain_test_engine.* + limit: .*tests/shanghai.* - sim: ethereum/eest/consume-engine - limit: .*tests/berlin.*blockchain_test_engine.* + limit: .*tests/berlin.* - sim: ethereum/eest/consume-engine - limit: .*tests/istanbul.*blockchain_test_engine.* + limit: .*tests/istanbul.* - sim: ethereum/eest/consume-engine - limit: .*tests/homestead.*blockchain_test_engine.* + limit: .*tests/homestead.* - sim: ethereum/eest/consume-engine - limit: .*tests/frontier.*blockchain_test_engine.* + limit: .*tests/frontier.* # consume-rlp - sim: ethereum/eest/consume-rlp - limit: .*tests/prague.*blockchain_test(?!_engine).* + limit: .*tests/prague.* - sim: ethereum/eest/consume-rlp - limit: .*tests/cancun.*blockchain_test(?!_engine).* + limit: .*tests/cancun.* - sim: ethereum/eest/consume-rlp - limit: .*tests/shanghai.*blockchain_test(?!_engine).* + limit: .*tests/shanghai.* - sim: ethereum/eest/consume-rlp - limit: .*tests/berlin.*blockchain_test(?!_engine).* + limit: .*tests/berlin.* - sim: ethereum/eest/consume-rlp - limit: .*tests/istanbul.*blockchain_test(?!_engine).* + limit: .*tests/istanbul.* - sim: ethereum/eest/consume-rlp - limit: .*tests/homestead.*blockchain_test(?!_engine).* + limit: .*tests/homestead.* - sim: ethereum/eest/consume-rlp - limit: .*tests/frontier.*blockchain_test(?!_engine).* + limit: .*tests/frontier.* needs: - prepare-reth - prepare-hive