Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 0 additions & 10 deletions .github/workflows/generic.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,9 @@ on:
default: >-
[
"devp2p",
"ethereum/consensus",
"ethereum/eels/consume-engine",
"ethereum/eels/consume-rlp",
"ethereum/engine",
"ethereum/graphql",
"ethereum/rpc-compat"
]
description: JSON array of simulators to test .e.g ethereum/rpc-compat, ethereum/eels/consume-engine, ethereum/eels/consume-rlp
Expand Down Expand Up @@ -111,12 +109,6 @@ env:
# Flags used for the ethereum/rpc-compat simulator
RPC_COMPAT_FLAGS: >-
--sim.loglevel=3
# Flags used for the ethereum/consensus simulator
CONSENSUS_FLAGS: >-
--sim.loglevel=3
# Flags used for the ethereum/graphql simulator
GRAPHQL_FLAGS: >-
--sim.loglevel=3

jobs:
prepare:
Expand Down Expand Up @@ -144,7 +136,6 @@ jobs:
needs: prepare
runs-on: >-
${{
matrix.simulator == 'ethereum/consensus' && 'self-hosted-ghr-size-m-x64' ||
matrix.simulator == 'ethereum/engine' && 'self-hosted-ghr-size-m-x64' ||
matrix.simulator == 'ethereum/sync' && 'self-hosted-ghr-size-xl-x64' ||
contains(matrix.simulator, 'ethereum/eels/') && 'self-hosted-ghr-size-ccx33-x64' ||
Expand Down Expand Up @@ -183,7 +174,6 @@ jobs:
extra_flags: >-
${{ env.GLOBAL_EXTRA_FLAGS }}
${{ matrix.simulator == 'ethereum/rpc-compat' && env.RPC_COMPAT_FLAGS || '' }}
${{ matrix.simulator == 'ethereum/consensus' && env.CONSENSUS_FLAGS || '' }}
${{ matrix.simulator == 'ethereum/eels/consume-engine' && env.EELS_ENGINE_FLAGS || '' }}
${{ matrix.simulator == 'ethereum/eels/consume-rlp' && env.EELS_RLP_FLAGS || '' }}
${{ inputs.extra_flags }}
Expand Down
26 changes: 0 additions & 26 deletions .github/workflows/sim-ethereum-consensus-legacy-cancun.yaml

This file was deleted.

26 changes: 0 additions & 26 deletions .github/workflows/sim-ethereum-consensus-legacy.yaml

This file was deleted.

25 changes: 0 additions & 25 deletions .github/workflows/sim-ethereum-consensus.yaml

This file was deleted.

26 changes: 0 additions & 26 deletions .github/workflows/sim-ethereum-graphql.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,9 @@ The following Ethereum execution clients are tested:
The repository runs various test simulators including:

- **[devp2p](https://github.com/ethereum/hive/tree/master/simulators/devp2p)**
- **[ethereum/consensus](https://github.com/ethereum/hive/tree/master/simulators/ethereum/consensus)**
- **[ethereum/eels/consume-engine](https://github.com/ethereum/hive/tree/master/simulators/ethereum/eels/consume-engine)**
- **[ethereum/eels/consume-rlp](https://github.com/ethereum/hive/tree/master/simulators/ethereum/eels/consume-rlp)**
- **[ethereum/engine](https://github.com/ethereum/hive/tree/master/simulators/ethereum/engine)**
- **[ethereum/graphql](https://github.com/ethereum/hive/tree/master/simulators/ethereum/graphql)**
- **[ethereum/rpc-compat](https://github.com/ethereum/hive/tree/master/simulators/ethereum/rpc-compat)**
- **[ethereum/sync](https://github.com/ethereum/hive/tree/master/simulators/ethereum/sync)**

Expand All @@ -43,13 +41,9 @@ Tests run via GitHub Actions. See the [`generic.yaml` workflow](.github/workflow
The repository includes additional specialized workflows that target specific consensus testing scenarios which take a long time to run. These workflows run on a different schedules and have different timeouts:

- **[`sim-devp2p.yaml`](.github/workflows/sim-devp2p.yaml)**
- **[`sim-ethereum-consensus-legacy-cancun.yaml`](.github/workflows/sim-ethereum-consensus-legacy-cancun.yaml)**
- **[`sim-ethereum-consensus-legacy.yaml`](.github/workflows/sim-ethereum-consensus-legacy.yaml)**
- **[`sim-ethereum-consensus.yaml`](.github/workflows/sim-ethereum-consensus.yaml)**
- **[`sim-ethereum-eels-consume-engine.yaml`](.github/workflows/sim-ethereum-eels-consume-engine.yaml)**
- **[`sim-ethereum-eels-consume-rlp.yaml`](.github/workflows/sim-ethereum-eels-consume-rlp.yaml)**
- **[`sim-ethereum-engine.yaml`](.github/workflows/sim-ethereum-engine.yaml)**
- **[`sim-ethereum-graphql.yaml`](.github/workflows/sim-ethereum-graphql.yaml)**
- **[`sim-ethereum-rpc-compat.yaml`](.github/workflows/sim-ethereum-rpc-compat.yaml)**
- **[`sim-ethereum-sync.yaml`](.github/workflows/sim-ethereum-sync.yaml)**

Expand Down