Skip to content

Conversation

spencer-tb
Copy link
Contributor

@spencer-tb spencer-tb commented Oct 13, 2025

Summary

This PR integrates the EEST CI into EELS as part of "The Weld". The integration uses path-based workflow triggers to maintain separation between EELS and EEST CI. It is based on: #1408

More info here: https://notes.ethereum.org/@spencer/rJHo-o8Tge/edit
Related Issue (more for post weld): #1594

Key Changes So Far

Workflows Added

  • eest-test.yaml - Main EEST testing pipeline (lint, typecheck, pytest, test filling). Renamed from tox.yaml.
  • evmone-coverage.yaml - Coverage tracking for EEST test changes. Renamed fromcoverage.yaml.
  • check-eip-versions.yaml - Weekly EIP version monitoring within tests/eest.
  • check-links.yaml - Weekly link health checking. Includes EELS code as may be useful.

Other Infra Added

  • .github/actions/eest/ - EEST custom actions (EVM builders, fixture packaging). Copied over from EEST .github/actions.
  • .github/configs/ - Shared EVM and feature configurations.
  • .github/scripts/ - Test filling and report generation scripts.
  • ruff.eest.toml, mypy.eest.ini - EEST-specific linting/typing configs.
  • EEST tox environments in tox.ini.

Not Included (Still to be added)

  • Fixture release workflows (fixtures.yaml, fixtures_feature.yaml) - requires EEST_RELEASE_TOKEN secrets.
  • EEST documentation (docs/ folder and an eest-docs.yaml workflow, see eest-test.yaml.).
  • Check that these trigger correctly, validate paths of workflow triggers, check that the workflows run correctly.

Current Issues

  • eest-lint will show import sorting errors: uvx --with=tox-uv tox -e eest-lint
  • eest-pytest has failures due to hard-coded paths: uvx --with=tox-uv tox -e eest-pytest
  • All docs related CI jobs are commented out until EEST docs are ported (mkdocs, changelog, markdownlint)

@codecov-commenter
Copy link

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 86.08%. Comparing base (c3b45d2) to head (5f52d09).
⚠️ Report is 1 commits behind head on forks/osaka.
❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@             Coverage Diff              @@
##           forks/osaka    #1598   +/-   ##
============================================
  Coverage        86.08%   86.08%           
============================================
  Files              743      743           
  Lines            44072    44072           
  Branches          3891     3891           
============================================
  Hits             37938    37938           
  Misses            5656     5656           
  Partials           478      478           
Flag Coverage Δ
unittests 86.08% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@SamWilsn
Copy link
Contributor

This should land after #1449 I think.

Carsons-Eels pushed a commit to Carsons-Eels/execution-specs that referenced this pull request Oct 16, 2025
…ethereum#1598)

* refactor(spec): rename `is_slow_test()` to `is_tx_gas_heavy_test()`

  This updates the terminology to better reflect that we're identifying tests with
  transactions that consume a lot of gas rather than focusing on execution time.

* feat(spec): prevent zkevm tests from raising tx gas limit warnings

* docs: update changelog

---------

Co-authored-by: Mario Vega <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants