Skip to content

Improve CI stability#6107

Merged
lukastaegert merged 2 commits intomasterfrom
improve-ci
Sep 15, 2025
Merged

Improve CI stability#6107
lukastaegert merged 2 commits intomasterfrom
improve-ci

Conversation

@lukastaegert
Copy link
Member

This PR contains:

  • bugfix
  • feature
  • refactor
  • documentation
  • other

Are tests included?

  • yes (bugfixes and features will not be merged without tests)
  • no

Breaking Changes?

  • yes (breaking changes will not be merged unless absolutely necessary)
  • no

List any relevant issue numbers:

Description

Currently, we have regular failures with Android, which point to caching issues. Also, the last deployment failed. I want to try out a few things here.

@vercel
Copy link

vercel bot commented Sep 14, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
rollup Ready Ready Preview Comment Sep 15, 2025 6:17am

@github-actions
Copy link

github-actions bot commented Sep 14, 2025

Thank you for your contribution! ❤️

You can try out this pull request locally by installing Rollup via

npm install rollup/rollup#improve-ci

Notice: Ensure you have installed the latest nightly Rust toolchain. If you haven't installed it yet, please see https://www.rust-lang.org/tools/install to learn how to download Rustup and install Rust.

or load it into the REPL:
https://rollup-ctimsoztl-rollup-js.vercel.app/repl/?pr=6107

@github-actions
Copy link

github-actions bot commented Sep 14, 2025

Performance report

  • BUILD: 7140ms, 808 MB
    • initialize: 0ms, 25 MB
    • generate module graph: 2615ms, 626 MB
      • generate ast: 1383ms (-33ms, -2.3%), 618 MB
    • sort and bind modules: 403ms, 680 MB
    • mark included statements: 4093ms, 808 MB
      • treeshaking pass 1: 2466ms (+59ms, +2.4%), 805 MB
      • treeshaking pass 2: 462ms, 804 MB
      • treeshaking pass 3: 397ms, 809 MB
      • treeshaking pass 4: 382ms, 809 MB
      • treeshaking pass 5: 381ms, 808 MB
  • GENERATE: 728ms (-256ms, -26.0%), 970 MB (+4%)
    • initialize render: 0ms, 923 MB
    • generate chunks: 106ms (+58ms, +119.4%), 897 MB (-6%)
      • optimize chunks: 0ms, 883 MB (-6%)
    • render chunks: 632ms (-106ms, -14.4%), 932 MB
    • transform chunks: 18ms, 970 MB (+4%)
    • generate bundle: 0ms, 970 MB (+4%)

@codecov
Copy link

codecov bot commented Sep 15, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 98.73%. Comparing base (bbc952c) to head (fa552ff).
⚠️ Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #6107   +/-   ##
=======================================
  Coverage   98.73%   98.73%           
=======================================
  Files         271      271           
  Lines       10632    10632           
  Branches     2843     2843           
=======================================
  Hits        10498    10498           
  Misses         89       89           
  Partials       45       45           

☔ 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.

@github-actions
Copy link

This PR has been released as part of rollup@4.50.2-2. Note that this is a pre-release, so to test it, you need to install Rollup via npm install rollup@4.50.2-2 or npm install rollup@beta. It will likely become part of a regular release later.

@lukastaegert lukastaegert merged commit 57119bb into master Sep 15, 2025
45 checks passed
@lukastaegert lukastaegert deleted the improve-ci branch September 15, 2025 06:49
@github-actions
Copy link

This PR has been released as part of rollup@4.50.2. You can test it via npm install rollup.

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.

1 participant