Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Blocks E2E: Refactor configs and workflow #46409

Merged
merged 45 commits into from
May 13, 2024

Commits on Apr 26, 2024

  1. Merge all e2e configs

    WunderBart committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    22ad6f0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e2263d3 View commit details
    Browse the repository at this point in the history
  3. Move db import to page fixture setup

    This way we're always sure each test will start from the same initial state
    WunderBart committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    29ebb29 View commit details
    Browse the repository at this point in the history
  4. Improve wording

    WunderBart committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    5b777e5 View commit details
    Browse the repository at this point in the history
  5. Revert "Move db import to page fixture setup"

    This reverts commit 58ebd13.
    WunderBart committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    63c461c View commit details
    Browse the repository at this point in the history
  6. Tweak db import messages

    WunderBart committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    03d70c4 View commit details
    Browse the repository at this point in the history
  7. Fix artifacts path

    WunderBart committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    a2ff4e5 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    38e32e5 View commit details
    Browse the repository at this point in the history
  9. Tweak job title

    WunderBart committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    d414289 View commit details
    Browse the repository at this point in the history
  10. Tweak some more titling

    WunderBart committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    36aa547 View commit details
    Browse the repository at this point in the history
  11. Fix artifacts name

    WunderBart committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    8b5bbbb View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    277eae0 View commit details
    Browse the repository at this point in the history
  13. Some more workflow tweaks

    WunderBart committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    752a585 View commit details
    Browse the repository at this point in the history
  14. Remove one more hook

    WunderBart committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    ea98a46 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    21c074c View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    e26065a View commit details
    Browse the repository at this point in the history
  17. Use actions/checkout@v4

    WunderBart committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    e39c672 View commit details
    Browse the repository at this point in the history
  18. Add artifacts merge step

    WunderBart committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    9fd9300 View commit details
    Browse the repository at this point in the history
  19. Remove comment

    WunderBart committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    33bbfb1 View commit details
    Browse the repository at this point in the history
  20. Add changelog entry

    WunderBart committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    4466a5a View commit details
    Browse the repository at this point in the history
  21. Try generating html report

    WunderBart committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    dbe344d View commit details
    Browse the repository at this point in the history
  22. Revert "Try generating html report"

    This reverts commit c7f5e34.
    WunderBart committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    1c22e8c View commit details
    Browse the repository at this point in the history
  23. Streamline db error

    WunderBart committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    60756b8 View commit details
    Browse the repository at this point in the history
  24. Make exec reject on error

    WunderBart committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    3a60fac View commit details
    Browse the repository at this point in the history
  25. Try 10 shards

    WunderBart committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    63165d4 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    1f8a5d3 View commit details
    Browse the repository at this point in the history
  27. Revert "Execute templates tests in parallel like before"

    This reverts commit e215832.
    WunderBart committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    77ebcd7 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    3c7b30e View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2024

  1. Remove accidental pause

    WunderBart committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    d38f66c View commit details
    Browse the repository at this point in the history
  2. Fix linter errors

    WunderBart committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    9179fdb View commit details
    Browse the repository at this point in the history
  3. Restore the themed runners

    WunderBart committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    f207d77 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c3b894c View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2024

  1. Configuration menu
    Copy the full SHA
    09c954e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c41c431 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4cb7525 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2024

  1. Configuration menu
    Copy the full SHA
    0492dae View commit details
    Browse the repository at this point in the history
  2. Revert "Try generating HTML report take 2"

    This reverts commit 0492dae.
    WunderBart committed May 2, 2024
    Configuration menu
    Copy the full SHA
    03a54ea View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f454021 View commit details
    Browse the repository at this point in the history
  4. tmp: print artifact id

    WunderBart committed May 2, 2024
    Configuration menu
    Copy the full SHA
    53a94a6 View commit details
    Browse the repository at this point in the history
  5. Revert "tmp: print artifact id"

    This reverts commit 53a94a6.
    WunderBart committed May 2, 2024
    Configuration menu
    Copy the full SHA
    c00ff79 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a5ba238 View commit details
    Browse the repository at this point in the history
  7. Fix mini cart test

    Looks like there was an update to the editor and the blocks commercial is no longer visible
    WunderBart committed May 2, 2024
    Configuration menu
    Copy the full SHA
    4898494 View commit details
    Browse the repository at this point in the history
  8. Handle perfect run

    After a flawless run (0 failured & flaky tests) no artifacts will be produced, so don't fail the merge artifacts step.
    WunderBart committed May 2, 2024
    Configuration menu
    Copy the full SHA
    522fc31 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2024

  1. Configuration menu
    Copy the full SHA
    b14ca43 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2024

  1. Configuration menu
    Copy the full SHA
    894960d View commit details
    Browse the repository at this point in the history