Skip to content

Commit

Permalink
ci: ecosystem-ci runs on ubuntu-22.04 (#8955)
Browse files Browse the repository at this point in the history
  • Loading branch information
jerrykingxyz authored Jan 7, 2025
1 parent e01cfce commit eb7595d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ecosystem-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ jobs:
matrix: ${{fromJson(needs.calculate-eco-ci-suite.outputs.suites)}}
fail-fast: false
name: eco-ci (${{ matrix.suite }})
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
# runs-on: ${{ fromJSON(needs.get-runner-labels.outputs.LINUX_RUNNER_LABELS) }}
steps:
- name: Checkout
Expand Down

2 comments on commit eb7595d

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented on eb7595d Jan 7, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

📝 Ecosystem CI detail: Open

suite result
modernjs ❌ failure
rspress ✅ success
rslib ✅ success
rsbuild ✅ success
rsdoctor ✅ success
examples ✅ success
devserver ✅ success
nuxt ✅ success

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented on eb7595d Jan 7, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

📝 Benchmark detail: Open

Name Base (2025-01-07 0a4e43a) Current Change
10000_big_production-mode_disable-minimize + exec 37.4 s ± 374 ms 38.5 s ± 636 ms +2.73 %
10000_development-mode + exec 1.88 s ± 30 ms 1.89 s ± 39 ms +0.74 %
10000_development-mode_hmr + exec 679 ms ± 2.4 ms 679 ms ± 19 ms +0.03 %
10000_production-mode + exec 2.53 s ± 44 ms 2.51 s ± 57 ms -0.51 %
arco-pro_development-mode + exec 1.73 s ± 91 ms 1.76 s ± 108 ms +2.19 %
arco-pro_development-mode_hmr + exec 377 ms ± 1.2 ms 378 ms ± 1.7 ms +0.37 %
arco-pro_production-mode + exec 3.65 s ± 83 ms 3.55 s ± 141 ms -2.56 %
arco-pro_production-mode_generate-package-json-webpack-plugin + exec 3.66 s ± 87 ms 3.59 s ± 91 ms -1.95 %
arco-pro_production-mode_traverse-chunk-modules + exec 3.62 s ± 92 ms 3.61 s ± 110 ms -0.29 %
threejs_development-mode_10x + exec 1.51 s ± 18 ms 1.52 s ± 30 ms +0.85 %
threejs_development-mode_10x_hmr + exec 774 ms ± 25 ms 797 ms ± 31 ms +2.93 %
threejs_production-mode_10x + exec 5.36 s ± 68 ms 5.37 s ± 65 ms +0.13 %
10000_big_production-mode_disable-minimize + rss memory 9486 MiB ± 155 MiB 9492 MiB ± 21.3 MiB +0.07 %
10000_development-mode + rss memory 658 MiB ± 15 MiB 660 MiB ± 15.2 MiB +0.39 %
10000_development-mode_hmr + rss memory 1353 MiB ± 356 MiB 1411 MiB ± 339 MiB +4.27 %
10000_production-mode + rss memory 622 MiB ± 31.1 MiB 640 MiB ± 33.8 MiB +2.88 %
arco-pro_development-mode + rss memory 602 MiB ± 27.6 MiB 561 MiB ± 18.9 MiB -6.82 %
arco-pro_development-mode_hmr + rss memory 651 MiB ± 66.9 MiB 589 MiB ± 40.6 MiB -9.63 %
arco-pro_production-mode + rss memory 754 MiB ± 70.8 MiB 708 MiB ± 32.3 MiB -6.04 %
arco-pro_production-mode_generate-package-json-webpack-plugin + rss memory 748 MiB ± 38 MiB 711 MiB ± 47.1 MiB -4.97 %
arco-pro_production-mode_traverse-chunk-modules + rss memory 757 MiB ± 81.4 MiB 709 MiB ± 49 MiB -6.37 %
threejs_development-mode_10x + rss memory 630 MiB ± 27.7 MiB 571 MiB ± 11.2 MiB -9.37 %
threejs_development-mode_10x_hmr + rss memory 1222 MiB ± 197 MiB 1092 MiB ± 150 MiB -10.67 %
threejs_production-mode_10x + rss memory 911 MiB ± 48.7 MiB 838 MiB ± 52.2 MiB -8.03 %
large-dyn-imports_development-mode + exec - 2.15 s ± 14 ms -
large-dyn-imports_production-mode + exec - 2.17 s ± 20 ms -
large-dyn-imports_development-mode + rss memory - 626 MiB ± 3.3 MiB -
large-dyn-imports_production-mode + rss memory - 519 MiB ± 1.68 MiB -

Please sign in to comment.