Skip to content

Commit

Permalink
run all tests again
Browse files Browse the repository at this point in the history
  • Loading branch information
skylenet committed Jan 9, 2025
1 parent a1717b2 commit b885a61
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 50 deletions.
98 changes: 49 additions & 49 deletions .github/workflows/pectra.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
strategy:
fail-fast: false
matrix:
client: [go-ethereum, besu]
client: [go-ethereum, besu, reth, nethermind, erigon]
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/install-deps
Expand All @@ -71,52 +71,52 @@ jobs:
rclone_version: ${{ env.INSTALL_RCLONE_VERSION }}
workflow_artifact_upload: true

# eest-consume-engine:
# runs-on: self-hosted-ghr-size-l-x64
# concurrency:
# group: >-
# ${{ github.head_ref }}-${{ matrix.client }}-eest-consume-engine
# cancel-in-progress: true
# strategy:
# fail-fast: false
# matrix:
# client: [go-ethereum, besu, reth, nethermind, erigon]
# steps:
# - uses: actions/checkout@v4
# - uses: ./.github/actions/hive
# with:
# client: ${{ matrix.client }}
# simulator: ethereum/eest/consume-engine
# client_config: ${{ env.CLIENT_CONFIG }}
# extra_flags: ${{ env.GLOBAL_EXTRA_FLAGS }}
# s3_upload: true
# s3_bucket: ${{ env.S3_BUCKET }}
# s3_path: ${{ env.S3_PATH }}
# rclone_config: ${{ secrets.RCLONE_CONFIG }}
# rclone_version: ${{ env.INSTALL_RCLONE_VERSION }}
# workflow_artifact_upload: true
eest-c-engine:
runs-on: self-hosted-ghr-size-l-x64
concurrency:
group: >-
${{ github.head_ref }}-${{ matrix.client }}-eest-consume-engine
cancel-in-progress: true
strategy:
fail-fast: false
matrix:
client: [go-ethereum, besu, reth, nethermind, erigon]
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/hive
with:
client: ${{ matrix.client }}
simulator: ethereum/eest/consume-engine
client_config: ${{ env.CLIENT_CONFIG }}
extra_flags: ${{ env.GLOBAL_EXTRA_FLAGS }}
s3_upload: true
s3_bucket: ${{ env.S3_BUCKET }}
s3_path: ${{ env.S3_PATH }}
rclone_config: ${{ secrets.RCLONE_CONFIG }}
rclone_version: ${{ env.INSTALL_RCLONE_VERSION }}
workflow_artifact_upload: true

# eest-consume-rlp:
# runs-on: self-hosted-ghr-size-l-x64
# concurrency:
# group: >-
# ${{ github.head_ref }}-${{ matrix.client }}-eest-consume-rlp
# cancel-in-progress: true
# strategy:
# fail-fast: false
# matrix:
# client: [go-ethereum, besu, reth, nethermind, erigon]
# steps:
# - uses: actions/checkout@v4
# - uses: ./.github/actions/hive
# with:
# client: ${{ matrix.client }}
# simulator: ethereum/eest/consume-rlp
# client_config: ${{ env.CLIENT_CONFIG }}
# extra_flags: ${{ env.GLOBAL_EXTRA_FLAGS }}
# s3_upload: true
# s3_bucket: ${{ env.S3_BUCKET }}
# s3_path: ${{ env.S3_PATH }}
# rclone_config: ${{ secrets.RCLONE_CONFIG }}
# rclone_version: ${{ env.INSTALL_RCLONE_VERSION }}
# workflow_artifact_upload: true
eest-c-rlp:
runs-on: self-hosted-ghr-size-l-x64
concurrency:
group: >-
${{ github.head_ref }}-${{ matrix.client }}-eest-consume-rlp
cancel-in-progress: true
strategy:
fail-fast: false
matrix:
client: [go-ethereum, besu, reth, nethermind, erigon]
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/hive
with:
client: ${{ matrix.client }}
simulator: ethereum/eest/consume-rlp
client_config: ${{ env.CLIENT_CONFIG }}
extra_flags: ${{ env.GLOBAL_EXTRA_FLAGS }}
s3_upload: true
s3_bucket: ${{ env.S3_BUCKET }}
s3_path: ${{ env.S3_PATH }}
rclone_config: ${{ secrets.RCLONE_CONFIG }}
rclone_version: ${{ env.INSTALL_RCLONE_VERSION }}
workflow_artifact_upload: true
1 change: 0 additions & 1 deletion action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,6 @@ runs:
echo "<summary>client-config.yaml</summary>" >> $GITHUB_STEP_SUMMARY
echo "" >> $GITHUB_STEP_SUMMARY
echo "\`\`\`yaml" >> $GITHUB_STEP_SUMMARY
echo "# client-config.yaml" >> $GITHUB_STEP_SUMMARY
echo "${{ inputs.client_config }}" >> $GITHUB_STEP_SUMMARY
echo "\`\`\`" >> $GITHUB_STEP_SUMMARY
echo "" >> $GITHUB_STEP_SUMMARY
Expand Down

0 comments on commit b885a61

Please sign in to comment.