Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 6, 2026

Bumps the npm-deps group with 8 updates in the / directory:

Package From To
got 14.6.5 14.6.6
selfsigned 5.2.0 5.4.0
ws 8.18.3 8.19.0
@typescript-eslint/utils 8.50.0 8.52.0
chai 6.2.1 6.2.2
globals 16.5.0 17.0.0
sinon 21.0.0 21.0.1
typescript-eslint 8.50.0 8.52.0

Updates got from 14.6.5 to 14.6.6

Release notes

Sourced from got's releases.

v14.6.6

  • Fix stream auto-end for empty PATCH/DELETE/OPTIONS 4d5168c
    • The bug was introduced in sindresorhus/got@b65b0e1, where it incorrectly auto-closed streams for empty PATCH/DELETE/OPTIONS when using streams. This broke the documented use case of piping data to a got stream for these methods.
    • Docs:

      got.stream does not auto-end for OPTIONS, DELETE, or PATCH so you can pipe or write a body without getting write after end. Call stream.end() when you are not piping a body.


sindresorhus/got@v14.6.5...v14.6.6

Commits

Updates selfsigned from 5.2.0 to 5.4.0

Commits

Updates ws from 8.18.3 to 8.19.0

Release notes

Sourced from ws's releases.

8.19.0

Features

  • Added the closeTimeout option (#2308).

Bug fixes

  • Handled a forthcoming breaking change in Node.js core (19984854).
Commits
  • 61349ec [dist] 8.19.0
  • 3f9ffc6 [feature] Introduce the closeTimeout option (#2308)
  • 1998485 [fix] Ensure all remaining data is read as a single chunk
  • 726c373 [doc] Sort options alphabetically
  • b151f1e [ci] Update actions/checkout action to v6
  • dabdd5b [ci] Update actions/setup-node action to v6
  • 86eac5b [ci] Test on node 25
  • 1891e14 [ci] Update actions/setup-node action to v5
  • aa28c77 [ci] Update actions/checkout action to v5
  • See full diff in compare view

Updates @typescript-eslint/utils from 8.50.0 to 8.52.0

Release notes

Sourced from @​typescript-eslint/utils's releases.

v8.52.0

8.52.0 (2026-01-05)

🚀 Features

  • eslint-plugin-internal: [no-multiple-lines-of-errors] add rule (#11899)
  • typescript-estree: add tseslint.com redirects for CLI outputs (#11895)

🩹 Fixes

  • eslint-plugin: [no-useless-default-assignment] handle conditional initializer (#11908)
  • eslint-plugin: [no-base-to-string] detect @@​toPrimitive and valueOf (#11901)

❤️ Thank You

  • Josh Goldberg ✨
  • Ulrich Stark

You can read about our versioning strategy and releases on our website.

v8.51.0

8.51.0 (2025-12-29)

🚀 Features

  • eslint-plugin: expose rule name via RuleModule interface (#11719)
  • eslint-plugin: [no-useless-default-assignment] fix some cases to optional syntax (#11871)
  • eslint-plugin: add namespace to plugin meta (#11885)
  • tsconfig-utils: more informative error on parsing failures (#11888)

🩹 Fixes

  • eslint-plugin: fix crash and false positives in no-useless-default-assignment (#11845)
  • eslint-plugin: remove fixable from no-dynamic-delete rule (#11876)
  • eslint-plugin: bump ts-api-utils to 2.2.0 (#11881)
  • eslint-plugin: [prefer-optional-chain] handle MemberExpression in final chain position (#11835)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

v8.50.1

8.50.1 (2025-12-22)

... (truncated)

Changelog

Sourced from @​typescript-eslint/utils's changelog.

8.52.0 (2026-01-05)

🚀 Features

  • typescript-estree: add tseslint.com redirects for CLI outputs (#11895)

❤️ Thank You

  • Josh Goldberg ✨

You can read about our versioning strategy and releases on our website.

8.51.0 (2025-12-29)

🚀 Features

  • eslint-plugin: add namespace to plugin meta (#11885)
  • eslint-plugin: expose rule name via RuleModule interface (#11719)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

8.50.1 (2025-12-22)

This was a version bump only for utils to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

Commits
  • 9ddd571 chore(release): publish 8.52.0
  • c036392 feat(typescript-estree): add tseslint.com redirects for CLI outputs (#11895)
  • 95c7c73 chore: update deps to latest minor/patch (#11921)
  • e4c57f5 chore(release): publish 8.51.0
  • c7b698b feat(eslint-plugin): add namespace to plugin meta (#11885)
  • 2fe34b0 feat(eslint-plugin): expose rule name via RuleModule interface (#11719)
  • d520b88 chore(release): publish 8.50.1
  • See full diff in compare view

Updates chai from 6.2.1 to 6.2.2

Release notes

Sourced from chai's releases.

v6.2.2

What's Changed

New Contributors

Full Changelog: chaijs/chai@v6.2.1...v6.2.2

Commits
  • 814172d chore(deps): update dependency esbuild to v0.27.2 (#1759)
  • b38c22b chore: add legal-comments=none option (#1756)
  • 180d4cc chore(deps): update dependencies to v9.39.2 (#1757)
  • 678cd00 chore(deps): update dependencies (#1755)
  • c8fb100 chore(deps): update dependency prettier to v3.7.3 (#1754)
  • d63c74e chore(deps): update dependency eslint-plugin-jsdoc to v61.4.1 (#1751)
  • 243bf86 fix: avoid BigInt literal in closeTo for runtime compat (#1748)
  • d8b0395 chore(deps): update actions/checkout action to v6 (#1749)
  • 7e1e247 build(deps): bump glob from 10.4.5 to 10.5.0 (#1747)
  • b25e5d8 chore(deps): update dependency eslint-plugin-jsdoc to v61.2.1 (#1746)
  • Additional commits viewable in compare view

Updates globals from 16.5.0 to 17.0.0

Release notes

Sourced from globals's releases.

v17.0.0

Breaking

  • Split audioWorklet environment from browser (#320) 7bc293e

Improvements

  • Update globals (#329) ebe1063
  • Get all browser globals from both chrome and firefox (#321) 59ceff8
  • Add bunBuiltin environment (#324) 1bc6e3b
  • Add denoBuiltin environment (#324) 1bc6e3b
  • Add paintWorklet environment (#323) 4b78f56
  • Add sharedWorker environment (#322) 4a02a85

sindresorhus/globals@v16.5.0...v17.0.0

Commits

Updates sinon from 21.0.0 to 21.0.1

Changelog

Sourced from sinon's changelog.

21.0.1

  • 456a65c2 Update dependencies - except @​sinonjs/samsam (#2669) (Carl-Erik Kopseng)
  • f04f3eb1 Fix issue 2618 - Remove browserify in favor of esbuild (#2661) (Artur Parkhisenko)
  • 48b69df2 fix(docs): remove assert.failException from documentation (#2666) (Steffen Schroeder)
  • 13b27ccc Fix sandbox restore not handling stubbed functions (#2667) (thamion)
  • ae9e09ac Update compatibility target to ES2023 (Carl-Erik Kopseng)

    Updated compatibility target from ES2017 to ES2023 and clarified the note on breaking changes.

  • 26055043 Improve error message for immutable descriptors (#2664) (Stuart Dotson)
  • 80fa9a5b Also mirror the calledOnceWith assertion (#2660) (Benedikt Meurer)

Released by Carl-Erik Kopseng on 2025-12-19.

Commits
  • a8bebe0 21.0.1
  • 456a65c Update dependencies - except @​sinonjs/samsam (#2669)
  • f04f3eb Fix issue 2618 - Remove browserify in favor of esbuild (#2661)
  • 48b69df fix(docs): remove assert.failException from documentation (#2666)
  • 13b27cc Fix sandbox restore not handling stubbed functions (#2667)
  • ae9e09a Update compatibility target to ES2023
  • 2605504 Improve error message for immutable descriptors (#2664)
  • 6d48f12 Update text to emphasise that the target is moving
  • 3d852ae Remember to quit on first error
  • 43c88c9 Add some output
  • Additional commits viewable in compare view

Updates typescript-eslint from 8.50.0 to 8.52.0

Release notes

Sourced from typescript-eslint's releases.

v8.52.0

8.52.0 (2026-01-05)

🚀 Features

  • eslint-plugin-internal: [no-multiple-lines-of-errors] add rule (#11899)
  • typescript-estree: add tseslint.com redirects for CLI outputs (#11895)

🩹 Fixes

  • eslint-plugin: [no-useless-default-assignment] handle conditional initializer (#11908)
  • eslint-plugin: [no-base-to-string] detect @@​toPrimitive and valueOf (#11901)

❤️ Thank You

  • Josh Goldberg ✨
  • Ulrich Stark

You can read about our versioning strategy and releases on our website.

v8.51.0

8.51.0 (2025-12-29)

🚀 Features

  • eslint-plugin: expose rule name via RuleModule interface (#11719)
  • eslint-plugin: [no-useless-default-assignment] fix some cases to optional syntax (#11871)
  • eslint-plugin: add namespace to plugin meta (#11885)
  • tsconfig-utils: more informative error on parsing failures (#11888)

🩹 Fixes

  • eslint-plugin: fix crash and false positives in no-useless-default-assignment (#11845)
  • eslint-plugin: remove fixable from no-dynamic-delete rule (#11876)
  • eslint-plugin: bump ts-api-utils to 2.2.0 (#11881)
  • eslint-plugin: [prefer-optional-chain] handle MemberExpression in final chain position (#11835)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

v8.50.1

8.50.1 (2025-12-22)

... (truncated)

Changelog

Sourced from typescript-eslint's changelog.

8.52.0 (2026-01-05)

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

8.51.0 (2025-12-29)

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

8.50.1 (2025-12-22)

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jan 6, 2026
@dependabot dependabot bot requested a review from a team as a code owner January 6, 2026 12:16
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jan 6, 2026
@trunk-io
Copy link

trunk-io bot commented Jan 6, 2026

Merging to main in this repository is managed by Trunk.

  • To merge this pull request, check the box to the left or comment /trunk merge below.

@github-actions
Copy link
Contributor

github-actions bot commented Jan 6, 2026

Unit Test Results - Linux

32 tests  ±0   32 ✅ ±0   0s ⏱️ ±0s
16 suites ±0    0 💤 ±0 
 1 files   ±0    0 ❌ ±0 

Results for commit 2aaefb8. ± Comparison against base commit 22fa3dd.

♻️ This comment has been updated with latest results.

@github-actions
Copy link
Contributor

github-actions bot commented Jan 6, 2026

Unit Test Results - Windows

  1 files  ±0  187 suites  ±0   4s ⏱️ -1s
510 tests ±0  510 ✅ ±0  0 💤 ±0  0 ❌ ±0 
514 runs  ±0  514 ✅ ±0  0 💤 ±0  0 ❌ ±0 

Results for commit 2aaefb8. ± Comparison against base commit 22fa3dd.

♻️ This comment has been updated with latest results.

@jeromy-cannon
Copy link
Contributor

@dependabot recreate

Bumps the npm-deps group with 8 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [got](https://github.com/sindresorhus/got) | `14.6.5` | `14.6.6` |
| [selfsigned](https://github.com/jfromaniello/selfsigned) | `5.2.0` | `5.4.0` |
| [ws](https://github.com/websockets/ws) | `8.18.3` | `8.19.0` |
| [@typescript-eslint/utils](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/utils) | `8.50.0` | `8.52.0` |
| [chai](https://github.com/chaijs/chai) | `6.2.1` | `6.2.2` |
| [globals](https://github.com/sindresorhus/globals) | `16.5.0` | `17.0.0` |
| [sinon](https://github.com/sinonjs/sinon) | `21.0.0` | `21.0.1` |
| [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.50.0` | `8.52.0` |



Updates `got` from 14.6.5 to 14.6.6
- [Release notes](https://github.com/sindresorhus/got/releases)
- [Commits](sindresorhus/got@v14.6.5...v14.6.6)

Updates `selfsigned` from 5.2.0 to 5.4.0
- [Changelog](https://github.com/jfromaniello/selfsigned/blob/master/CHANGELOG.md)
- [Commits](jfromaniello/selfsigned@v5.2.0...v5.4.0)

Updates `ws` from 8.18.3 to 8.19.0
- [Release notes](https://github.com/websockets/ws/releases)
- [Commits](websockets/ws@8.18.3...8.19.0)

Updates `@typescript-eslint/utils` from 8.50.0 to 8.52.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/utils/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.52.0/packages/utils)

Updates `chai` from 6.2.1 to 6.2.2
- [Release notes](https://github.com/chaijs/chai/releases)
- [Changelog](https://github.com/chaijs/chai/blob/main/History.md)
- [Commits](chaijs/chai@v6.2.1...v6.2.2)

Updates `globals` from 16.5.0 to 17.0.0
- [Release notes](https://github.com/sindresorhus/globals/releases)
- [Commits](sindresorhus/globals@v16.5.0...v17.0.0)

Updates `sinon` from 21.0.0 to 21.0.1
- [Release notes](https://github.com/sinonjs/sinon/releases)
- [Changelog](https://github.com/sinonjs/sinon/blob/main/docs/changelog.md)
- [Commits](sinonjs/sinon@v21.0.0...v21.0.1)

Updates `typescript-eslint` from 8.50.0 to 8.52.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.52.0/packages/typescript-eslint)

---
updated-dependencies:
- dependency-name: got
  dependency-version: 14.6.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-deps
- dependency-name: selfsigned
  dependency-version: 5.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-deps
- dependency-name: ws
  dependency-version: 8.19.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-deps
- dependency-name: "@typescript-eslint/utils"
  dependency-version: 8.52.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-deps
- dependency-name: chai
  dependency-version: 6.2.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-deps
- dependency-name: globals
  dependency-version: 17.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm-deps
- dependency-name: sinon
  dependency-version: 21.0.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-deps
- dependency-name: typescript-eslint
  dependency-version: 8.52.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-deps
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/npm-deps-20eceb04e8 branch from e15b171 to 2aaefb8 Compare January 7, 2026 13:27
@github-actions
Copy link
Contributor

github-actions bot commented Jan 7, 2026

Log Metrics - One Shot Single - using Podman

📊 Runner Resource Usage

╔═══════════════════════════════════════════════════════════════╗
║          GitHub Runner Resource Usage                         ║
╚═══════════════════════════════════════════════════════════════╝

⏱️  Test Duration: 7.0 minutes (8 data points)

📉 CPU Usage
100.0% | #      
 90.0% | # +    
 80.0% | # #  + 
 70.0% | # #  # 
 60.0% | #+#++# 
 50.0% | ###### 
 40.0% | ###### 
 30.0% | ###### 
 20.0% | ###### 
 10.0% |+######+
  0.0% |########
       +--------

📉 Memory Usage
100.0% |        
 90.0% |        
 80.0% |        
 70.0% |        
 60.0% |        
 50.0% |      + 
 40.0% |  + ++# 
 30.0% |  #+###+
 20.0% | +######
 10.0% |+#######
  0.0% |########
       +--------

⚠️  WARNING: Resource usage exceeded 95% threshold!
    CPU Peak: 100%  |  Memory Peak: 40.0%


JSON Log Metrics

{
  "snapshotName": "one-shot-single-minimal",
  "date": "2026-01-07T13:37:27.147Z",
  "gitHubSha": "f839829dd19b46b544c3cc20ac0ae3e1324207ec",
  "soloVersion": "0.52.0",
  "soloChartVersion": "0.58.1",
  "consensusNodeVersion": "0.67.2",
  "mirrorNodeVersion": "0.143.0",
  "blockNodeVersion": "0.23.2",
  "relayVersion": "0.73.0",
  "explorerVersion": "25.1.1",
  "cpuInMillicores": 585,
  "memoryInMebibytes": 3294,
  "runtimeInMinutes": 0,
  "transactionCount": 0,
  "events": [],
  "clusterMetrics": [
    {
      "context": "default",
      "cpuInMillicores": 585,
      "memoryInMebibytes": 3294,
      "podMetrics": [
        {
          "namespace": "kube-system",
          "podName": "coredns-66bc5c9577-6n8rs",
          "cpuInMillicores": 3,
          "memoryInMebibytes": 17
        },
        {
          "namespace": "kube-system",
          "podName": "coredns-66bc5c9577-hncnf",
          "cpuInMillicores": 3,
          "memoryInMebibytes": 17
        },
        {
          "namespace": "kube-system",
          "podName": "etcd-kind-control-plane",
          "cpuInMillicores": 39,
          "memoryInMebibytes": 73
        },
        {
          "namespace": "kube-system",
          "podName": "kindnet-82z59",
          "cpuInMillicores": 1,
          "memoryInMebibytes": 14
        },
        {
          "namespace": "kube-system",
          "podName": "kube-apiserver-kind-control-plane",
          "cpuInMillicores": 92,
          "memoryInMebibytes": 608
        },
        {
          "namespace": "kube-system",
          "podName": "kube-controller-manager-kind-control-plane",
          "cpuInMillicores": 16,
          "memoryInMebibytes": 69
        },
        {
          "namespace": "kube-system",
          "podName": "kube-proxy-8ddzv",
          "cpuInMillicores": 5,
          "memoryInMebibytes": 16
        },
        {
          "namespace": "kube-system",
          "podName": "kube-scheduler-kind-control-plane",
          "cpuInMillicores": 8,
          "memoryInMebibytes": 25
        },
        {
          "namespace": "kube-system",
          "podName": "metrics-server-799f7ccf68-x8qfv",
          "cpuInMillicores": 66,
          "memoryInMebibytes": 15
        },
        {
          "namespace": "local-path-storage",
          "podName": "local-path-provisioner-7b8c8ddbd6-tm8pv",
          "cpuInMillicores": 1,
          "memoryInMebibytes": 11
        },
        {
          "namespace": "metallb-system",
          "podName": "metallb-controller-765c495b75-9zhjz",
          "cpuInMillicores": 39,
          "memoryInMebibytes": 38
        },
        {
          "namespace": "solo-de89aa5c",
          "podName": "envoy-proxy-node1-84ff6fb6b5-27mxv",
          "cpuInMillicores": 2,
          "memoryInMebibytes": 17
        },
        {
          "namespace": "solo-de89aa5c",
          "podName": "minio-pool-1-0",
          "cpuInMillicores": 12,
          "memoryInMebibytes": 181
        },
        {
          "namespace": "solo-de89aa5c",
          "podName": "mirror-1-grpc-785756f974-mnqk7",
          "cpuInMillicores": 9,
          "memoryInMebibytes": 320
        },
        {
          "namespace": "solo-de89aa5c",
          "podName": "mirror-1-importer-679b95d66-rnn54",
          "cpuInMillicores": 71,
          "memoryInMebibytes": 457
        },
        {
          "namespace": "solo-de89aa5c",
          "podName": "mirror-1-monitor-7755b5bcb5-lcpp9",
          "cpuInMillicores": 104,
          "memoryInMebibytes": 270
        },
        {
          "namespace": "solo-de89aa5c",
          "podName": "mirror-1-postgres-postgresql-0",
          "cpuInMillicores": 34,
          "memoryInMebibytes": 145
        },
        {
          "namespace": "solo-de89aa5c",
          "podName": "mirror-1-redis-node-0",
          "cpuInMillicores": 33,
          "memoryInMebibytes": 16
        },
        {
          "namespace": "solo-de89aa5c",
          "podName": "mirror-1-rest-8566dcd697-jklqn",
          "cpuInMillicores": 25,
          "memoryInMebibytes": 173
        },
        {
          "namespace": "solo-de89aa5c",
          "podName": "mirror-1-restjava-c456b87bf-ckqpt",
          "cpuInMillicores": 13,
          "memoryInMebibytes": 344
        },
        {
          "namespace": "solo-de89aa5c",
          "podName": "mirror-1-web3-868fbffd78-84wzt",
          "cpuInMillicores": 3,
          "memoryInMebibytes": 422
        },
        {
          "namespace": "solo-de89aa5c",
          "podName": "mirror-ingress-controller-69d645cb4f-q4lff",
          "cpuInMillicores": 5,
          "memoryInMebibytes": 29
        },
        {
          "namespace": "solo-setup",
          "podName": "minio-operator-9ff787b47-kxkxf",
          "cpuInMillicores": 1,
          "memoryInMebibytes": 17
        }
      ]
    }
  ]
}

@github-actions
Copy link
Contributor

github-actions bot commented Jan 7, 2026

Log Metrics - Block Node

📊 Runner Resource Usage

╔═══════════════════════════════════════════════════════════════╗
║          GitHub Runner Resource Usage                         ║
╚═══════════════════════════════════════════════════════════════╝

⏱️  Test Duration: 4.0 minutes (5 data points)

📉 CPU Usage
100.0% |     
 90.0% |     
 80.0% |     
 70.0% |     
 60.0% |     
 50.0% |     
 40.0% |   + 
 30.0% | + #+
 20.0% | #+##
 10.0% |+####
  0.0% |#####
       +-----

📉 Memory Usage
100.0% |     
 90.0% |     
 80.0% |     
 70.0% |     
 60.0% |     
 50.0% |     
 40.0% |   ++
 30.0% | ++##
 20.0% | ####
 10.0% |+####
  0.0% |#####
       +-----

✅ Resource usage within normal limits
    CPU Peak: 41.3%  |  Memory Peak: 32.8%


JSON Log Metrics

{
  "snapshotName": "block-node-test",
  "date": "2026-01-07T13:36:49.581Z",
  "gitHubSha": "f839829dd19b46b544c3cc20ac0ae3e1324207ec",
  "soloVersion": "undefined",
  "soloChartVersion": "undefined",
  "consensusNodeVersion": "undefined",
  "mirrorNodeVersion": "undefined",
  "blockNodeVersion": "undefined",
  "relayVersion": "undefined",
  "explorerVersion": "undefined",
  "cpuInMillicores": 76,
  "memoryInMebibytes": 542,
  "runtimeInMinutes": 0,
  "transactionCount": 0,
  "events": [],
  "clusterMetrics": [
    {
      "context": "kind-e2e-block-node-20783065848-1-c1",
      "cpuInMillicores": 76,
      "memoryInMebibytes": 542,
      "podMetrics": [
        {
          "namespace": "kube-system",
          "podName": "coredns-7c65d6cfc9-6htz2",
          "cpuInMillicores": 2,
          "memoryInMebibytes": 14
        },
        {
          "namespace": "kube-system",
          "podName": "coredns-7c65d6cfc9-fhtnn",
          "cpuInMillicores": 2,
          "memoryInMebibytes": 14
        },
        {
          "namespace": "kube-system",
          "podName": "etcd-e2e-block-node-20783065848-1-c1-control-plane",
          "cpuInMillicores": 19,
          "memoryInMebibytes": 36
        },
        {
          "namespace": "kube-system",
          "podName": "kindnet-5ndbn",
          "cpuInMillicores": 1,
          "memoryInMebibytes": 10
        },
        {
          "namespace": "kube-system",
          "podName": "kube-apiserver-e2e-block-node-20783065848-1-c1-control-plane",
          "cpuInMillicores": 27,
          "memoryInMebibytes": 266
        },
        {
          "namespace": "kube-system",
          "podName": "kube-controller-manager-e2e-block-node-20783065848-1-c1-control-plane",
          "cpuInMillicores": 11,
          "memoryInMebibytes": 56
        },
        {
          "namespace": "kube-system",
          "podName": "kube-proxy-pmlwj",
          "cpuInMillicores": 1,
          "memoryInMebibytes": 14
        },
        {
          "namespace": "kube-system",
          "podName": "kube-scheduler-e2e-block-node-20783065848-1-c1-control-plane",
          "cpuInMillicores": 3,
          "memoryInMebibytes": 20
        },
        {
          "namespace": "kube-system",
          "podName": "metrics-server-fbb76bc7f-hlslh",
          "cpuInMillicores": 2,
          "memoryInMebibytes": 19
        },
        {
          "namespace": "local-path-storage",
          "podName": "local-path-provisioner-6fdc965494-d9fts",
          "cpuInMillicores": 1,
          "memoryInMebibytes": 8
        },
        {
          "namespace": "metallb-system",
          "podName": "metallb-controller-676f677b6b-s5cfv",
          "cpuInMillicores": 1,
          "memoryInMebibytes": 20
        },
        {
          "namespace": "metallb-system",
          "podName": "metallb-speaker-2cvd6",
          "cpuInMillicores": 5,
          "memoryInMebibytes": 52
        },
        {
          "namespace": "solo-setup",
          "podName": "minio-operator-5df5d4fc74-n9shc",
          "cpuInMillicores": 1,
          "memoryInMebibytes": 13
        }
      ]
    }
  ]
}

@github-actions
Copy link
Contributor

github-actions bot commented Jan 7, 2026

Log Metrics - External database new

📊 Runner Resource Usage

╔═══════════════════════════════════════════════════════════════╗
║          GitHub Runner Resource Usage                         ║
╚═══════════════════════════════════════════════════════════════╝

⏱️  Test Duration: 12.0 minutes (13 data points)

📉 CPU Usage
100.0% |             
 90.0% |             
 80.0% |             
 70.0% |             
 60.0% |             
 50.0% |   +         
 40.0% |   # + +    +
 30.0% | + # #+#+ ++#
 20.0% | #+#+####+###
 10.0% |+############
  0.0% |#############
       +-------------

📉 Memory Usage
100.0% |             
 90.0% |             
 80.0% |             
 70.0% |             
 60.0% |             
 50.0% |             
 40.0% |      ++  +++
 30.0% |  ++++##++###
 20.0% | +###########
 10.0% |+############
  0.0% |#############
       +-------------

✅ Resource usage within normal limits
    CPU Peak: 44.9%  |  Memory Peak: 32.8%


JSON Log Metrics

{
  "snapshotName": "external-database-test",
  "date": "2026-01-07T13:45:33.361Z",
  "gitHubSha": "f839829dd19b46b544c3cc20ac0ae3e1324207ec",
  "soloVersion": "0.52.0",
  "soloChartVersion": "0.58.1",
  "consensusNodeVersion": "0.67.2",
  "mirrorNodeVersion": "0.143.0",
  "blockNodeVersion": "0.23.2",
  "relayVersion": "0.73.0",
  "explorerVersion": "25.1.1",
  "cpuInMillicores": 1662,
  "memoryInMebibytes": 10787,
  "runtimeInMinutes": 11,
  "transactionCount": 0,
  "events": [],
  "clusterMetrics": [
    {
      "context": "kind-e2e-external-database-20783065848-1-c1",
      "cpuInMillicores": 721,
      "memoryInMebibytes": 3968,
      "podMetrics": [
        {
          "namespace": "external-database-test",
          "podName": "envoy-proxy-node1-559fd7cf65-5ldwm",
          "cpuInMillicores": 12,
          "memoryInMebibytes": 27
        },
        {
          "namespace": "external-database-test",
          "podName": "haproxy-node1-85866454b-zgsxp",
          "cpuInMillicores": 6,
          "memoryInMebibytes": 107
        },
        {
          "namespace": "external-database-test",
          "podName": "minio-pool-1-0",
          "cpuInMillicores": 9,
          "memoryInMebibytes": 166
        },
        {
          "namespace": "external-database-test",
          "podName": "network-node1-0",
          "cpuInMillicores": 600,
          "memoryInMebibytes": 2896
        },
        {
          "namespace": "kube-system",
          "podName": "coredns-7c65d6cfc9-sdjh6",
          "cpuInMillicores": 2,
          "memoryInMebibytes": 16
        },
        {
          "namespace": "kube-system",
          "podName": "coredns-7c65d6cfc9-twvjq",
          "cpuInMillicores": 3,
          "memoryInMebibytes": 17
        },
        {
          "namespace": "kube-system",
          "podName": "etcd-e2e-external-database-20783065848-1-c1-control-plane",
          "cpuInMillicores": 24,
          "memoryInMebibytes": 73
        },
        {
          "namespace": "kube-system",
          "podName": "kindnet-c567l",
          "cpuInMillicores": 1,
          "memoryInMebibytes": 11
        },
        {
          "namespace": "kube-system",
          "podName": "kube-apiserver-e2e-external-database-20783065848-1-c1-control-plane",
          "cpuInMillicores": 36,
          "memoryInMebibytes": 414
        },
        {
          "namespace": "kube-system",
          "podName": "kube-controller-manager-e2e-external-database-20783065848-1-c1-control-plane",
          "cpuInMillicores": 12,
          "memoryInMebibytes": 58
        },
        {
          "namespace": "kube-system",
          "podName": "kube-proxy-9tkhr",
          "cpuInMillicores": 1,
          "memoryInMebibytes": 15
        },
        {
          "namespace": "kube-system",
          "podName": "kube-scheduler-e2e-external-database-20783065848-1-c1-control-plane",
          "cpuInMillicores": 3,
          "memoryInMebibytes": 21
        },
        {
          "namespace": "kube-system",
          "podName": "metrics-server-fbb76bc7f-jcfpb",
          "cpuInMillicores": 2,
          "memoryInMebibytes": 21
        },
        {
          "namespace": "local-path-storage",
          "podName": "local-path-provisioner-6fdc965494-ljvx7",
          "cpuInMillicores": 1,
          "memoryInMebibytes": 11
        },
        {
          "namespace": "metallb-system",
          "podName": "metallb-controller-676f677b6b-bb6pf",
          "cpuInMillicores": 2,
          "memoryInMebibytes": 37
        },
        {
          "namespace": "metallb-system",
          "podName": "metallb-speaker-psnzn",
          "cpuInMillicores": 6,
          "memoryInMebibytes": 63
        },
        {
          "namespace": "solo-setup",
          "podName": "minio-operator-5df5d4fc74-2srwh",
          "cpuInMillicores": 1,
          "memoryInMebibytes": 15
        }
      ]
    },
    {
      "context": "kind-e2e-external-database-20783065848-1-c2",
      "cpuInMillicores": 941,
      "memoryInMebibytes": 6819,
      "podMetrics": [
        {
          "namespace": "database",
          "podName": "my-postgresql-0",
          "cpuInMillicores": 26,
          "memoryInMebibytes": 147
        },
        {
          "namespace": "external-database-test",
          "podName": "envoy-proxy-node2-866544c45d-ck956",
          "cpuInMillicores": 12,
          "memoryInMebibytes": 27
        },
        {
          "namespace": "external-database-test",
          "podName": "haproxy-node2-54fc8fd459-bbrft",
          "cpuInMillicores": 5,
          "memoryInMebibytes": 109
        },
        {
          "namespace": "external-database-test",
          "podName": "hiero-explorer-1-5585d47c6-4twfr",
          "cpuInMillicores": 1,
          "memoryInMebibytes": 2
        },
        {
          "namespace": "external-database-test",
          "podName": "minio-pool-1-0",
          "cpuInMillicores": 17,
          "memoryInMebibytes": 275
        },
        {
          "namespace": "external-database-test",
          "podName": "mirror-grpc-5cf598f7d-k677n",
          "cpuInMillicores": 3,
          "memoryInMebibytes": 368
        },
        {
          "namespace": "external-database-test",
          "podName": "mirror-importer-7d7cbf88c6-ppkd2",
          "cpuInMillicores": 33,
          "memoryInMebibytes": 479
        },
        {
          "namespace": "external-database-test",
          "podName": "mirror-ingress-controller-bb5dc897b-dx842",
          "cpuInMillicores": 14,
          "memoryInMebibytes": 41
        },
        {
          "namespace": "external-database-test",
          "podName": "mirror-monitor-7ffc5947b-r8gdk",
          "cpuInMillicores": 39,
          "memoryInMebibytes": 300
        },
        {
          "namespace": "external-database-test",
          "podName": "mirror-redis-node-0",
          "cpuInMillicores": 29,
          "memoryInMebibytes": 8
        },
        {
          "namespace": "external-database-test",
          "podName": "mirror-rest-66b749c966-v4s9p",
          "cpuInMillicores": 26,
          "memoryInMebibytes": 122
        },
        {
          "namespace": "external-database-test",
          "podName": "mirror-restjava-678f86fbb5-psf4r",
          "cpuInMillicores": 54,
          "memoryInMebibytes": 362
        },
        {
          "namespace": "external-database-test",
          "podName": "mirror-web3-54d66fb686-b2z6s",
          "cpuInMillicores": 3,
          "memoryInMebibytes": 448
        },
        {
          "namespace": "external-database-test",
          "podName": "network-node2-0",
          "cpuInMillicores": 549,
          "memoryInMebibytes": 2852
        },
        {
          "namespace": "external-database-test",
          "podName": "relay-1-686fc69666-q8mnz",
          "cpuInMillicores": 6,
          "memoryInMebibytes": 222
        },
        {
          "namespace": "external-database-test",
          "podName": "relay-1-ws-7887947bbc-xzgxx",
          "cpuInMillicores": 6,
          "memoryInMebibytes": 210
        },
        {
          "namespace": "kube-system",
          "podName": "coredns-7c65d6cfc9-89fvj",
          "cpuInMillicores": 3,
          "memoryInMebibytes": 16
        },
        {
          "namespace": "kube-system",
          "podName": "coredns-7c65d6cfc9-dgnhh",
          "cpuInMillicores": 2,
          "memoryInMebibytes": 15
        },
        {
          "namespace": "kube-system",
          "podName": "etcd-e2e-external-database-20783065848-1-c2-control-plane",
          "cpuInMillicores": 26,
          "memoryInMebibytes": 76
        },
        {
          "namespace": "kube-system",
          "podName": "kindnet-tv46w",
          "cpuInMillicores": 1,
          "memoryInMebibytes": 11
        },
        {
          "namespace": "kube-system",
          "podName": "kube-apiserver-e2e-external-database-20783065848-1-c2-control-plane",
          "cpuInMillicores": 55,
          "memoryInMebibytes": 471
        },
        {
          "namespace": "kube-system",
          "podName": "kube-controller-manager-e2e-external-database-20783065848-1-c2-control-plane",
          "cpuInMillicores": 13,
          "memoryInMebibytes": 68
        },
        {
          "namespace": "kube-system",
          "podName": "kube-proxy-bflwq",
          "cpuInMillicores": 1,
          "memoryInMebibytes": 20
        },
        {
          "namespace": "kube-system",
          "podName": "kube-scheduler-e2e-external-database-20783065848-1-c2-control-plane",
          "cpuInMillicores": 4,
          "memoryInMebibytes": 21
        },
        {
          "namespace": "kube-system",
          "podName": "metrics-server-fbb76bc7f-vmnz8",
          "cpuInMillicores": 3,
          "memoryInMebibytes": 23
        },
        {
          "namespace": "local-path-storage",
          "podName": "local-path-provisioner-6fdc965494-xxk6t",
          "cpuInMillicores": 1,
          "memoryInMebibytes": 10
        },
        {
          "namespace": "metallb-system",
          "podName": "metallb-controller-676f677b6b-cdtqb",
          "cpuInMillicores": 2,
          "memoryInMebibytes": 35
        },
        {
          "namespace": "metallb-system",
          "podName": "metallb-speaker-q9pmf",
          "cpuInMillicores": 6,
          "memoryInMebibytes": 65
        },
        {
          "namespace": "solo-setup",
          "podName": "minio-operator-5df5d4fc74-x6fmb",
          "cpuInMillicores": 1,
          "memoryInMebibytes": 16
        }
      ]
    }
  ]
}

@github-actions
Copy link
Contributor

github-actions bot commented Jan 7, 2026

Log Metrics - Integration

📊 Runner Resource Usage

╔═══════════════════════════════════════════════════════════════╗
║          GitHub Runner Resource Usage                         ║
╚═══════════════════════════════════════════════════════════════╝

⏱️  Test Duration: 5.0 minutes (6 data points)

📉 CPU Usage
100.0% |      
 90.0% |      
 80.0% |      
 70.0% |      
 60.0% |      
 50.0% |   +  
 40.0% |   #+ 
 30.0% |   ## 
 20.0% |  +##+
 10.0% |++####
  0.0% |######
       +------

📉 Memory Usage
100.0% |      
 90.0% |      
 80.0% |      
 70.0% |      
 60.0% |      
 50.0% |      
 40.0% |      
 30.0% |      
 20.0% | +++++
 10.0% |+#####
  0.0% |######
       +------

✅ Resource usage within normal limits
    CPU Peak: 43.4%  |  Memory Peak: 17.6%


JSON Log Metrics

{
  "snapshotName": "metric-server-test",
  "date": "2026-01-07T13:44:29.321Z",
  "gitHubSha": "f839829dd19b46b544c3cc20ac0ae3e1324207ec",
  "soloVersion": "undefined",
  "soloChartVersion": "undefined",
  "consensusNodeVersion": "undefined",
  "mirrorNodeVersion": "undefined",
  "blockNodeVersion": "undefined",
  "relayVersion": "undefined",
  "explorerVersion": "undefined",
  "cpuInMillicores": 116,
  "memoryInMebibytes": 478,
  "runtimeInMinutes": 0,
  "transactionCount": 0,
  "events": [],
  "clusterMetrics": [
    {
      "context": "default",
      "cpuInMillicores": 116,
      "memoryInMebibytes": 478,
      "podMetrics": [
        {
          "namespace": "kube-system",
          "podName": "coredns-7c65d6cfc9-9hdh2",
          "cpuInMillicores": 2,
          "memoryInMebibytes": 13
        },
        {
          "namespace": "kube-system",
          "podName": "coredns-7c65d6cfc9-mp6dk",
          "cpuInMillicores": 2,
          "memoryInMebibytes": 13
        },
        {
          "namespace": "kube-system",
          "podName": "etcd-e2e-integration-20783065848-1-c1-control-plane",
          "cpuInMillicores": 28,
          "memoryInMebibytes": 33
        },
        {
          "namespace": "kube-system",
          "podName": "kindnet-np7jb",
          "cpuInMillicores": 1,
          "memoryInMebibytes": 10
        },
        {
          "namespace": "kube-system",
          "podName": "kube-apiserver-e2e-integration-20783065848-1-c1-control-plane",
          "cpuInMillicores": 43,
          "memoryInMebibytes": 224
        },
        {
          "namespace": "kube-system",
          "podName": "kube-controller-manager-e2e-integration-20783065848-1-c1-control-plane",
          "cpuInMillicores": 13,
          "memoryInMebibytes": 56
        },
        {
          "namespace": "kube-system",
          "podName": "kube-proxy-d7btv",
          "cpuInMillicores": 1,
          "memoryInMebibytes": 15
        },
        {
          "namespace": "kube-system",
          "podName": "kube-scheduler-e2e-integration-20783065848-1-c1-control-plane",
          "cpuInMillicores": 3,
          "memoryInMebibytes": 20
        },
        {
          "namespace": "kube-system",
          "podName": "metrics-server-fbb76bc7f-vzb5k",
          "cpuInMillicores": 8,
          "memoryInMebibytes": 19
        },
        {
          "namespace": "local-path-storage",
          "podName": "local-path-provisioner-6fdc965494-qcsvh",
          "cpuInMillicores": 1,
          "memoryInMebibytes": 7
        },
        {
          "namespace": "metallb-system",
          "podName": "metallb-controller-676f677b6b-ccqzj",
          "cpuInMillicores": 7,
          "memoryInMebibytes": 18
        },
        {
          "namespace": "metallb-system",
          "podName": "metallb-speaker-5kc7z",
          "cpuInMillicores": 7,
          "memoryInMebibytes": 50
        }
      ]
    }
  ]
}

@github-actions
Copy link
Contributor

github-actions bot commented Jan 7, 2026

Log Metrics - Node Upgrade

📊 Runner Resource Usage

╔═══════════════════════════════════════════════════════════════╗
║          GitHub Runner Resource Usage                         ║
╚═══════════════════════════════════════════════════════════════╝

⏱️  Test Duration: 5.0 minutes (6 data points)

📉 CPU Usage
100.0% |      
 90.0% |      
 80.0% |      
 70.0% |      
 60.0% |      
 50.0% |      
 40.0% |      
 30.0% | ++ + 
 20.0% | ##+#+
 10.0% |+#####
  0.0% |######
       +------

📉 Memory Usage
100.0% |      
 90.0% |      
 80.0% |      
 70.0% |      
 60.0% |      
 50.0% |      
 40.0% |      
 30.0% |      
 20.0% | +++++
 10.0% |+#####
  0.0% |######
       +------

✅ Resource usage within normal limits
    CPU Peak: 28.8%  |  Memory Peak: 16%


@github-actions
Copy link
Contributor

github-actions bot commented Jan 7, 2026

Log Metrics - Node Local PTT

📊 Runner Resource Usage

╔═══════════════════════════════════════════════════════════════╗
║          GitHub Runner Resource Usage                         ║
╚═══════════════════════════════════════════════════════════════╝

⏱️  Test Duration: 2.0 minutes (3 data points)

📉 CPU Usage
100.0% |   
 90.0% |   
 80.0% |   
 70.0% |   
 60.0% |   
 50.0% |   
 40.0% |   
 30.0% |  +
 20.0% | +#
 10.0% |+##
  0.0% |###
       +---

📉 Memory Usage
100.0% |   
 90.0% |   
 80.0% |   
 70.0% |   
 60.0% |   
 50.0% |   
 40.0% |   
 30.0% | + 
 20.0% | #+
 10.0% |+##
  0.0% |###
       +---

✅ Resource usage within normal limits
    CPU Peak: 27.6%  |  Memory Peak: 20.8%


@github-actions
Copy link
Contributor

github-actions bot commented Jan 7, 2026

Log Metrics - Performance Test

JSON Log Metrics

{
  "snapshotName": "performance-tests-90061",
  "date": "2026-01-07T13:38:43.228Z",
  "gitHubSha": "f839829dd19b46b544c3cc20ac0ae3e1324207ec",
  "soloVersion": "0.52.0",
  "soloChartVersion": "0.58.1",
  "consensusNodeVersion": "0.67.2",
  "mirrorNodeVersion": "0.143.0",
  "blockNodeVersion": "0.23.2",
  "relayVersion": "0.73.0",
  "explorerVersion": "25.1.1",
  "cpuInMillicores": 2014,
  "memoryInMebibytes": 6303,
  "runtimeInMinutes": 6,
  "transactionCount": 3608,
  "events": [],
  "clusterMetrics": [
    {
      "context": "default",
      "cpuInMillicores": 2014,
      "memoryInMebibytes": 6303,
      "podMetrics": [
        {
          "namespace": "kube-system",
          "podName": "coredns-7c65d6cfc9-5fgg9",
          "cpuInMillicores": 2,
          "memoryInMebibytes": 16
        },
        {
          "namespace": "kube-system",
          "podName": "coredns-7c65d6cfc9-84n6c",
          "cpuInMillicores": 3,
          "memoryInMebibytes": 17
        },
        {
          "namespace": "kube-system",
          "podName": "etcd-solo-e2e-c1-control-plane",
          "cpuInMillicores": 23,
          "memoryInMebibytes": 73
        },
        {
          "namespace": "kube-system",
          "podName": "kindnet-rbk4j",
          "cpuInMillicores": 1,
          "memoryInMebibytes": 12
        },
        {
          "namespace": "kube-system",
          "podName": "kube-apiserver-solo-e2e-c1-control-plane",
          "cpuInMillicores": 44,
          "memoryInMebibytes": 515
        },
        {
          "namespace": "kube-system",
          "podName": "kube-controller-manager-solo-e2e-c1-control-plane",
          "cpuInMillicores": 11,
          "memoryInMebibytes": 67
        },
        {
          "namespace": "kube-system",
          "podName": "kube-proxy-mbbzg",
          "cpuInMillicores": 1,
          "memoryInMebibytes": 16
        },
        {
          "namespace": "kube-system",
          "podName": "kube-scheduler-solo-e2e-c1-control-plane",
          "cpuInMillicores": 3,
          "memoryInMebibytes": 22
        },
        {
          "namespace": "kube-system",
          "podName": "metrics-server-fbb76bc7f-rb488",
          "cpuInMillicores": 4,
          "memoryInMebibytes": 23
        },
        {
          "namespace": "local-path-storage",
          "podName": "local-path-provisioner-6fdc965494-jtfck",
          "cpuInMillicores": 1,
          "memoryInMebibytes": 10
        },
        {
          "namespace": "metallb-system",
          "podName": "metallb-controller-676f677b6b-rnmqh",
          "cpuInMillicores": 1,
          "memoryInMebibytes": 35
        },
        {
          "namespace": "metallb-system",
          "podName": "metallb-speaker-tnbdk",
          "cpuInMillicores": 6,
          "memoryInMebibytes": 53
        },
        {
          "namespace": "solo-a4deb5df",
          "podName": "block-node-1-0",
          "cpuInMillicores": 1000,
          "memoryInMebibytes": 413
        },
        {
          "namespace": "solo-a4deb5df",
          "podName": "envoy-proxy-node1-74bcfb64f8-qpmtv",
          "cpuInMillicores": 11,
          "memoryInMebibytes": 27
        },
        {
          "namespace": "solo-a4deb5df",
          "podName": "haproxy-node1-7bb68675fc-6vb9j",
          "cpuInMillicores": 15,
          "memoryInMebibytes": 108
        },
        {
          "namespace": "solo-a4deb5df",
          "podName": "hiero-explorer-1-5585d47c6-wdj8t",
          "cpuInMillicores": 1,
          "memoryInMebibytes": 2
        },
        {
          "namespace": "solo-a4deb5df",
          "podName": "minio-pool-1-0",
          "cpuInMillicores": 16,
          "memoryInMebibytes": 219
        },
        {
          "namespace": "solo-a4deb5df",
          "podName": "mirror-1-grpc-c5964869b-rb5l9",
          "cpuInMillicores": 3,
          "memoryInMebibytes": 319
        },
        {
          "namespace": "solo-a4deb5df",
          "podName": "mirror-1-importer-6dbc56cdb7-jl8hx",
          "cpuInMillicores": 118,
          "memoryInMebibytes": 460
        },
        {
          "namespace": "solo-a4deb5df",
          "podName": "mirror-1-monitor-5bd8b56c6c-gqrnw",
          "cpuInMillicores": 108,
          "memoryInMebibytes": 299
        },
        {
          "namespace": "solo-a4deb5df",
          "podName": "mirror-1-postgres-postgresql-0",
          "cpuInMillicores": 82,
          "memoryInMebibytes": 168
        },
        {
          "namespace": "solo-a4deb5df",
          "podName": "mirror-1-redis-node-0",
          "cpuInMillicores": 34,
          "memoryInMebibytes": 8
        },
        {
          "namespace": "solo-a4deb5df",
          "podName": "mirror-1-rest-7bdbd4f595-mcmkl",
          "cpuInMillicores": 55,
          "memoryInMebibytes": 115
        },
        {
          "namespace": "solo-a4deb5df",
          "podName": "mirror-1-restjava-64894568ff-fjtth",
          "cpuInMillicores": 4,
          "memoryInMebibytes": 348
        },
        {
          "namespace": "solo-a4deb5df",
          "podName": "mirror-1-web3-779cd8478c-d94pb",
          "cpuInMillicores": 3,
          "memoryInMebibytes": 412
        },
        {
          "namespace": "solo-a4deb5df",
          "podName": "mirror-ingress-controller-5bf98f6b99-l2rbw",
          "cpuInMillicores": 14,
          "memoryInMebibytes": 39
        },
        {
          "namespace": "solo-a4deb5df",
          "podName": "network-node1-0",
          "cpuInMillicores": 437,
          "memoryInMebibytes": 2074
        },
        {
          "namespace": "solo-a4deb5df",
          "podName": "relay-1-686fc69666-7trwg",
          "cpuInMillicores": 6,
          "memoryInMebibytes": 210
        },
        {
          "namespace": "solo-a4deb5df",
          "podName": "relay-1-ws-7887947bbc-s24z9",
          "cpuInMillicores": 6,
          "memoryInMebibytes": 207
        },
        {
          "namespace": "solo-setup",
          "podName": "minio-operator-5df5d4fc74-2xp9n",
          "cpuInMillicores": 1,
          "memoryInMebibytes": 16
        }
      ]
    }
  ]
}

@github-actions
Copy link
Contributor

github-actions bot commented Jan 7, 2026

Log Metrics - Dual Cluster Full

📊 Runner Resource Usage

╔═══════════════════════════════════════════════════════════════╗
║          GitHub Runner Resource Usage                         ║
╚═══════════════════════════════════════════════════════════════╝

⏱️  Test Duration: 24.0 minutes (25 data points)

📉 CPU Usage
100.0% |                         
 90.0% |                         
 80.0% |                         
 70.0% |                         
 60.0% |                         
 50.0% |     +                ++ 
 40.0% |   + #+           +   ##+
 30.0% | + # ##   ++ +  ++# ++###
 20.0% | #+#+##+++##+#++###+#####
 10.0% |+########################
  0.0% |#########################
       +-------------------------

📉 Memory Usage
100.0% |                         
 90.0% |                         
 80.0% |                         
 70.0% |                         
 60.0% |                         
 50.0% |                         
 40.0% |                         
 30.0% |                 ++++++++
 20.0% | ++++++++++++++++########
 10.0% |+########################
  0.0% |#########################
       +-------------------------

✅ Resource usage within normal limits
    CPU Peak: 44.8%  |  Memory Peak: 29.6%


JSON Log Metrics

{
  "snapshotName": "dual-cluster-full",
  "date": "2026-01-07T14:11:47.818Z",
  "gitHubSha": "f839829dd19b46b544c3cc20ac0ae3e1324207ec",
  "soloVersion": "0.52.0",
  "soloChartVersion": "0.58.1",
  "consensusNodeVersion": "0.67.2",
  "mirrorNodeVersion": "0.143.0",
  "blockNodeVersion": "0.23.2",
  "relayVersion": "0.73.0",
  "explorerVersion": "25.1.1",
  "cpuInMillicores": 2373,
  "memoryInMebibytes": 8955,
  "runtimeInMinutes": 3,
  "transactionCount": 0,
  "events": [],
  "clusterMetrics": [
    {
      "context": "kind-e2e-dual-cluster-full-20783065848-1-c1",
      "cpuInMillicores": 1563,
      "memoryInMebibytes": 3270,
      "podMetrics": [
        {
          "namespace": "dual-cluster-full",
          "podName": "block-node-1-0",
          "cpuInMillicores": 998,
          "memoryInMebibytes": 391
        },
        {
          "namespace": "dual-cluster-full",
          "podName": "envoy-proxy-node1-559fd7cf65-wnnbr",
          "cpuInMillicores": 12,
          "memoryInMebibytes": 28
        },
        {
          "namespace": "dual-cluster-full",
          "podName": "haproxy-node1-85866454b-2j6r8",
          "cpuInMillicores": 4,
          "memoryInMebibytes": 108
        },
        {
          "namespace": "dual-cluster-full",
          "podName": "minio-pool-1-0",
          "cpuInMillicores": 10,
          "memoryInMebibytes": 181
        },
        {
          "namespace": "dual-cluster-full",
          "podName": "network-node1-0",
          "cpuInMillicores": 450,
          "memoryInMebibytes": 1689
        },
        {
          "namespace": "kube-system",
          "podName": "coredns-7c65d6cfc9-hqrrd",
          "cpuInMillicores": 4,
          "memoryInMebibytes": 17
        },
        {
          "namespace": "kube-system",
          "podName": "coredns-7c65d6cfc9-jgwpf",
          "cpuInMillicores": 2,
          "memoryInMebibytes": 16
        },
        {
          "namespace": "kube-system",
          "podName": "etcd-e2e-dual-cluster-full-20783065848-1-c1-control-plane",
          "cpuInMillicores": 20,
          "memoryInMebibytes": 85
        },
        {
          "namespace": "kube-system",
          "podName": "kindnet-brt6p",
          "cpuInMillicores": 1,
          "memoryInMebibytes": 11
        },
        {
          "namespace": "kube-system",
          "podName": "kube-apiserver-e2e-dual-cluster-full-20783065848-1-c1-control-plane",
          "cpuInMillicores": 35,
          "memoryInMebibytes": 499
        },
        {
          "namespace": "kube-system",
          "podName": "kube-controller-manager-e2e-dual-cluster-full-20783065848-1-c1-control-plane",
          "cpuInMillicores": 10,
          "memoryInMebibytes": 66
        },
        {
          "namespace": "kube-system",
          "podName": "kube-proxy-555qt",
          "cpuInMillicores": 1,
          "memoryInMebibytes": 15
        },
        {
          "namespace": "kube-system",
          "podName": "kube-scheduler-e2e-dual-cluster-full-20783065848-1-c1-control-plane",
          "cpuInMillicores": 3,
          "memoryInMebibytes": 23
        },
        {
          "namespace": "kube-system",
          "podName": "metrics-server-fbb76bc7f-pv8xf",
          "cpuInMillicores": 4,
          "memoryInMebibytes": 22
        },
        {
          "namespace": "local-path-storage",
          "podName": "local-path-provisioner-6fdc965494-mx9pb",
          "cpuInMillicores": 1,
          "memoryInMebibytes": 11
        },
        {
          "namespace": "metallb-system",
          "podName": "metallb-controller-676f677b6b-clgzj",
          "cpuInMillicores": 2,
          "memoryInMebibytes": 38
        },
        {
          "namespace": "metallb-system",
          "podName": "metallb-speaker-vtrmr",
          "cpuInMillicores": 5,
          "memoryInMebibytes": 54
        },
        {
          "namespace": "solo-setup",
          "podName": "minio-operator-5df5d4fc74-qjmx4",
          "cpuInMillicores": 1,
          "memoryInMebibytes": 16
        }
      ]
    },
    {
      "context": "kind-e2e-dual-cluster-full-20783065848-1-c2",
      "cpuInMillicores": 810,
      "memoryInMebibytes": 5685,
      "podMetrics": [
        {
          "namespace": "dual-cluster-full",
          "podName": "envoy-proxy-node2-866544c45d-jpjbf",
          "cpuInMillicores": 11,
          "memoryInMebibytes": 28
        },
        {
          "namespace": "dual-cluster-full",
          "podName": "haproxy-node2-54fc8fd459-r8cbl",
          "cpuInMillicores": 5,
          "memoryInMebibytes": 109
        },
        {
          "namespace": "dual-cluster-full",
          "podName": "hiero-explorer-1-5585d47c6-fhl75",
          "cpuInMillicores": 1,
          "memoryInMebibytes": 2
        },
        {
          "namespace": "dual-cluster-full",
          "podName": "minio-pool-1-0",
          "cpuInMillicores": 99,
          "memoryInMebibytes": 373
        },
        {
          "namespace": "dual-cluster-full",
          "podName": "mirror-1-grpc-69d6c769d8-lbpxg",
          "cpuInMillicores": 3,
          "memoryInMebibytes": 320
        },
        {
          "namespace": "dual-cluster-full",
          "podName": "mirror-1-importer-c8fd7667b-5kj5c",
          "cpuInMillicores": 69,
          "memoryInMebibytes": 484
        },
        {
          "namespace": "dual-cluster-full",
          "podName": "mirror-1-monitor-58d8dbf95f-kwxdw",
          "cpuInMillicores": 14,
          "memoryInMebibytes": 294
        },
        {
          "namespace": "dual-cluster-full",
          "podName": "mirror-1-postgres-postgresql-0",
          "cpuInMillicores": 19,
          "memoryInMebibytes": 126
        },
        {
          "namespace": "dual-cluster-full",
          "podName": "mirror-1-redis-node-0",
          "cpuInMillicores": 27,
          "memoryInMebibytes": 7
        },
        {
          "namespace": "dual-cluster-full",
          "podName": "mirror-1-rest-6c4fdcb7d5-hfcqq",
          "cpuInMillicores": 3,
          "memoryInMebibytes": 99
        },
        {
          "namespace": "dual-cluster-full",
          "podName": "mirror-1-restjava-5b95f9d895-zgpsm",
          "cpuInMillicores": 3,
          "memoryInMebibytes": 369
        },
        {
          "namespace": "dual-cluster-full",
          "podName": "mirror-1-web3-589fdcc6b7-2qbc8",
          "cpuInMillicores": 2,
          "memoryInMebibytes": 419
        },
        {
          "namespace": "dual-cluster-full",
          "podName": "mirror-ingress-controller-85858dfdf7-6ntfn",
          "cpuInMillicores": 13,
          "memoryInMebibytes": 40
        },
        {
          "namespace": "dual-cluster-full",
          "podName": "network-node2-0",
          "cpuInMillicores": 438,
          "memoryInMebibytes": 1669
        },
        {
          "namespace": "dual-cluster-full",
          "podName": "relay-1-686fc69666-9mrwq",
          "cpuInMillicores": 6,
          "memoryInMebibytes": 212
        },
        {
          "namespace": "dual-cluster-full",
          "podName": "relay-1-ws-7887947bbc-nxcfz",
          "cpuInMillicores": 7,
          "memoryInMebibytes": 213
        },
        {
          "namespace": "kube-system",
          "podName": "coredns-7c65d6cfc9-q6tvf",
          "cpuInMillicores": 3,
          "memoryInMebibytes": 16
        },
        {
          "namespace": "kube-system",
          "podName": "coredns-7c65d6cfc9-qbgg4",
          "cpuInMillicores": 2,
          "memoryInMebibytes": 16
        },
        {
          "namespace": "kube-system",
          "podName": "etcd-e2e-dual-cluster-full-20783065848-1-c2-control-plane",
          "cpuInMillicores": 21,
          "memoryInMebibytes": 87
        },
        {
          "namespace": "kube-system",
          "podName": "kindnet-hc7p7",
          "cpuInMillicores": 1,
          "memoryInMebibytes": 11
        },
        {
          "namespace": "kube-system",
          "podName": "kube-apiserver-e2e-dual-cluster-full-20783065848-1-c2-control-plane",
          "cpuInMillicores": 32,
          "memoryInMebibytes": 539
        },
        {
          "namespace": "kube-system",
          "podName": "kube-controller-manager-e2e-dual-cluster-full-20783065848-1-c2-control-plane",
          "cpuInMillicores": 12,
          "memoryInMebibytes": 73
        },
        {
          "namespace": "kube-system",
          "podName": "kube-proxy-s6mkj",
          "cpuInMillicores": 2,
          "memoryInMebibytes": 15
        },
        {
          "namespace": "kube-system",
          "podName": "kube-scheduler-e2e-dual-cluster-full-20783065848-1-c2-control-plane",
          "cpuInMillicores": 3,
          "memoryInMebibytes": 22
        },
        {
          "namespace": "kube-system",
          "podName": "metrics-server-fbb76bc7f-76cmg",
          "cpuInMillicores": 4,
          "memoryInMebibytes": 24
        },
        {
          "namespace": "local-path-storage",
          "podName": "local-path-provisioner-6fdc965494-kgcn8",
          "cpuInMillicores": 1,
          "memoryInMebibytes": 10
        },
        {
          "namespace": "metallb-system",
          "podName": "metallb-controller-676f677b6b-rdvn6",
          "cpuInMillicores": 2,
          "memoryInMebibytes": 37
        },
        {
          "namespace": "metallb-system",
          "podName": "metallb-speaker-rhvtt",
          "cpuInMillicores": 6,
          "memoryInMebibytes": 55
        },
        {
          "namespace": "solo-setup",
          "podName": "minio-operator-5df5d4fc74-lhgxp",
          "cpuInMillicores": 1,
          "memoryInMebibytes": 16
        }
      ]
    }
  ]
}

@github-actions
Copy link
Contributor

github-actions bot commented Jan 7, 2026

Log Metrics - Node Add Local

📊 Runner Resource Usage

╔═══════════════════════════════════════════════════════════════╗
║          GitHub Runner Resource Usage                         ║
╚═══════════════════════════════════════════════════════════════╝

⏱️  Test Duration: 20.0 minutes (21 data points)

📉 CPU Usage
100.0% |        +            
 90.0% |        #            
 80.0% |        #            
 70.0% |        #            
 60.0% |     + +#            
 50.0% |   ++# ##         +  
 40.0% | + ###+##++      +#  
 30.0% | #+########+++   ## +
 20.0% | #############+++##+#
 10.0% |+####################
  0.0% |#####################
       +---------------------

📉 Memory Usage
100.0% |                     
 90.0% |                     
 80.0% |                     
 70.0% |                     
 60.0% |                     
 50.0% |                     
 40.0% |                     
 30.0% | +++++++             
 20.0% | #######+++++++++++++
 10.0% |+####################
  0.0% |#####################
       +---------------------

⚠️  WARNING: Resource usage exceeded 95% threshold!
    CPU Peak: 98.8%  |  Memory Peak: 29.6%


@github-actions
Copy link
Contributor

github-actions bot commented Jan 7, 2026

Log Metrics - Standard

📊 Runner Resource Usage

╔═══════════════════════════════════════════════════════════════╗
║          GitHub Runner Resource Usage                         ║
╚═══════════════════════════════════════════════════════════════╝

⏱️  Test Duration: 41.0 minutes (42 data points)

📉 CPU Usage
100.0% |                                          
 90.0% |                                          
 80.0% |                                          
 70.0% |                         +                
 60.0% | + +               +  +  #+               
 50.0% | # #               #  #  ##               
 40.0% | # #               #  # +##++         +   
 30.0% | #+#+  +  +++ + +++#++#+#####+   ++  +#   
 20.0% | ####++#++###+# ##############+  ## +##+  
 10.0% |+##############+###############++##+####++
  0.0% |##########################################
       +------------------------------------------

📉 Memory Usage
100.0% |                                          
 90.0% |                                          
 80.0% |                                          
 70.0% |                                          
 60.0% |                                          
 50.0% |                                          
 40.0% |                                          
 30.0% |     ++   +++++++++++++++++++        +++  
 20.0% | ++++##+++###################++++++++###++
 10.0% |+#########################################
  0.0% |##########################################
       +------------------------------------------

✅ Resource usage within normal limits
    CPU Peak: 62.3%  |  Memory Peak: 28.8%


JSON Log Metrics

{
  "snapshotName": "performance-tests-1355781",
  "date": "2026-01-07T14:27:17.195Z",
  "gitHubSha": "f839829dd19b46b544c3cc20ac0ae3e1324207ec",
  "soloVersion": "0.52.0",
  "soloChartVersion": "0.58.1",
  "consensusNodeVersion": "0.67.2",
  "mirrorNodeVersion": "0.143.0",
  "blockNodeVersion": "0.23.2",
  "relayVersion": "0.73.0",
  "explorerVersion": "25.1.1",
  "cpuInMillicores": 1076,
  "memoryInMebibytes": 9123,
  "runtimeInMinutes": 27,
  "transactionCount": 34507,
  "events": [],
  "clusterMetrics": [
    {
      "context": "default",
      "cpuInMillicores": 1076,
      "memoryInMebibytes": 9123,
      "podMetrics": [
        {
          "namespace": "kube-system",
          "podName": "coredns-7c65d6cfc9-8f9bj",
          "cpuInMillicores": 4,
          "memoryInMebibytes": 17
        },
        {
          "namespace": "kube-system",
          "podName": "coredns-7c65d6cfc9-flzxx",
          "cpuInMillicores": 3,
          "memoryInMebibytes": 17
        },
        {
          "namespace": "kube-system",
          "podName": "etcd-e2e-standard-20783065848-1-c1-control-plane",
          "cpuInMillicores": 26,
          "memoryInMebibytes": 86
        },
        {
          "namespace": "kube-system",
          "podName": "kindnet-chwvp",
          "cpuInMillicores": 1,
          "memoryInMebibytes": 13
        },
        {
          "namespace": "kube-system",
          "podName": "kube-apiserver-e2e-standard-20783065848-1-c1-control-plane",
          "cpuInMillicores": 84,
          "memoryInMebibytes": 534
        },
        {
          "namespace": "kube-system",
          "podName": "kube-controller-manager-e2e-standard-20783065848-1-c1-control-plane",
          "cpuInMillicores": 14,
          "memoryInMebibytes": 66
        },
        {
          "namespace": "kube-system",
          "podName": "kube-proxy-znr2t",
          "cpuInMillicores": 1,
          "memoryInMebibytes": 16
        },
        {
          "namespace": "kube-system",
          "podName": "kube-scheduler-e2e-standard-20783065848-1-c1-control-plane",
          "cpuInMillicores": 4,
          "memoryInMebibytes": 21
        },
        {
          "namespace": "kube-system",
          "podName": "metrics-server-fbb76bc7f-87dk5",
          "cpuInMillicores": 6,
          "memoryInMebibytes": 25
        },
        {
          "namespace": "local-path-storage",
          "podName": "local-path-provisioner-6fdc965494-s7tss",
          "cpuInMillicores": 1,
          "memoryInMebibytes": 9
        },
        {
          "namespace": "metallb-system",
          "podName": "metallb-controller-676f677b6b-q255r",
          "cpuInMillicores": 2,
          "memoryInMebibytes": 35
        },
        {
          "namespace": "metallb-system",
          "podName": "metallb-speaker-mzls5",
          "cpuInMillicores": 5,
          "memoryInMebibytes": 54
        },
        {
          "namespace": "solo-259a9e26",
          "podName": "envoy-proxy-node1-74bcfb64f8-pkh9x",
          "cpuInMillicores": 13,
          "memoryInMebibytes": 28
        },
        {
          "namespace": "solo-259a9e26",
          "podName": "haproxy-node1-7bb68675fc-6nmnx",
          "cpuInMillicores": 21,
          "memoryInMebibytes": 115
        },
        {
          "namespace": "solo-259a9e26",
          "podName": "hiero-explorer-1-5585d47c6-p8k6m",
          "cpuInMillicores": 1,
          "memoryInMebibytes": 2
        },
        {
          "namespace": "solo-259a9e26",
          "podName": "minio-pool-1-0",
          "cpuInMillicores": 28,
          "memoryInMebibytes": 327
        },
        {
          "namespace": "solo-259a9e26",
          "podName": "mirror-1-grpc-865f7f9746-tm69b",
          "cpuInMillicores": 5,
          "memoryInMebibytes": 334
        },
        {
          "namespace": "solo-259a9e26",
          "podName": "mirror-1-importer-6cbbb9b78f-28xzd",
          "cpuInMillicores": 34,
          "memoryInMebibytes": 532
        },
        {
          "namespace": "solo-259a9e26",
          "podName": "mirror-1-monitor-56dc9444b7-gl5mk",
          "cpuInMillicores": 23,
          "memoryInMebibytes": 306
        },
        {
          "namespace": "solo-259a9e26",
          "podName": "mirror-1-postgres-postgresql-0",
          "cpuInMillicores": 66,
          "memoryInMebibytes": 220
        },
        {
          "namespace": "solo-259a9e26",
          "podName": "mirror-1-redis-node-0",
          "cpuInMillicores": 29,
          "memoryInMebibytes": 8
        },
        {
          "namespace": "solo-259a9e26",
          "podName": "mirror-1-rest-5456769f45-25xrc",
          "cpuInMillicores": 24,
          "memoryInMebibytes": 108
        },
        {
          "namespace": "solo-259a9e26",
          "podName": "mirror-1-restjava-64fd5b8cbd-kwcdl",
          "cpuInMillicores": 4,
          "memoryInMebibytes": 347
        },
        {
          "namespace": "solo-259a9e26",
          "podName": "mirror-1-web3-cdf5f7d58-66rp7",
          "cpuInMillicores": 4,
          "memoryInMebibytes": 425
        },
        {
          "namespace": "solo-259a9e26",
          "podName": "mirror-ingress-controller-94986c47-4dksv",
          "cpuInMillicores": 16,
          "memoryInMebibytes": 38
        },
        {
          "namespace": "solo-259a9e26",
          "podName": "network-node1-0",
          "cpuInMillicores": 644,
          "memoryInMebibytes": 4999
        },
        {
          "namespace": "solo-259a9e26",
          "podName": "relay-1-686fc69666-788q6",
          "cpuInMillicores": 6,
          "memoryInMebibytes": 213
        },
        {
          "namespace": "solo-259a9e26",
          "podName": "relay-1-ws-7887947bbc-24rg7",
          "cpuInMillicores": 5,
          "memoryInMebibytes": 212
        },
        {
          "namespace": "solo-setup",
          "podName": "minio-operator-5df5d4fc74-s48jd",
          "cpuInMillicores": 2,
          "memoryInMebibytes": 16
        }
      ]
    }
  ]
}

@github-actions
Copy link
Contributor

github-actions bot commented Jan 7, 2026

Log Metrics - One Shot Single

📊 Runner Resource Usage

╔═══════════════════════════════════════════════════════════════╗
║          GitHub Runner Resource Usage                         ║
╚═══════════════════════════════════════════════════════════════╝

⏱️  Test Duration: 7.0 minutes (8 data points)

📉 CPU Usage
100.0% |        
 90.0% |        
 80.0% |        
 70.0% |        
 60.0% |        
 50.0% |        
 40.0% |        
 30.0% | +      
 20.0% | #+ +   
 10.0% |+##+#+++
  0.0% |########
       +--------

📉 Memory Usage
100.0% |        
 90.0% |        
 80.0% |        
 70.0% |        
 60.0% |        
 50.0% |        
 40.0% |        
 30.0% |        
 20.0% | +++++  
 10.0% |+#####++
  0.0% |########
       +--------

✅ Resource usage within normal limits
    CPU Peak: 27.9%  |  Memory Peak: 12.8%


JSON Log Metrics

{
  "snapshotName": "one-shot-single",
  "date": "2026-01-07T16:31:55.762Z",
  "gitHubSha": "f839829dd19b46b544c3cc20ac0ae3e1324207ec",
  "soloVersion": "0.52.0",
  "soloChartVersion": "0.58.1",
  "consensusNodeVersion": "0.67.2",
  "mirrorNodeVersion": "0.143.0",
  "blockNodeVersion": "0.23.2",
  "relayVersion": "0.73.0",
  "explorerVersion": "25.1.1",
  "cpuInMillicores": 992,
  "memoryInMebibytes": 5465,
  "runtimeInMinutes": 4,
  "transactionCount": 1333,
  "events": [],
  "clusterMetrics": [
    {
      "context": "default",
      "cpuInMillicores": 992,
      "memoryInMebibytes": 5465,
      "podMetrics": [
        {
          "namespace": "kube-system",
          "podName": "coredns-7c65d6cfc9-bvsfb",
          "cpuInMillicores": 4,
          "memoryInMebibytes": 16
        },
        {
          "namespace": "kube-system",
          "podName": "coredns-7c65d6cfc9-rxbqh",
          "cpuInMillicores": 4,
          "memoryInMebibytes": 16
        },
        {
          "namespace": "kube-system",
          "podName": "etcd-e2e-one-shot-single-20783065848-2-c1-control-plane",
          "cpuInMillicores": 33,
          "memoryInMebibytes": 69
        },
        {
          "namespace": "kube-system",
          "podName": "kindnet-z6n9s",
          "cpuInMillicores": 3,
          "memoryInMebibytes": 11
        },
        {
          "namespace": "kube-system",
          "podName": "kube-apiserver-e2e-one-shot-single-20783065848-2-c1-control-plane",
          "cpuInMillicores": 50,
          "memoryInMebibytes": 515
        },
        {
          "namespace": "kube-system",
          "podName": "kube-controller-manager-e2e-one-shot-single-20783065848-2-c1-control-plane",
          "cpuInMillicores": 17,
          "memoryInMebibytes": 74
        },
        {
          "namespace": "kube-system",
          "podName": "kube-proxy-c2v7c",
          "cpuInMillicores": 2,
          "memoryInMebibytes": 16
        },
        {
          "namespace": "kube-system",
          "podName": "kube-scheduler-e2e-one-shot-single-20783065848-2-c1-control-plane",
          "cpuInMillicores": 3,
          "memoryInMebibytes": 23
        },
        {
          "namespace": "kube-system",
          "podName": "metrics-server-fbb76bc7f-9qkdh",
          "cpuInMillicores": 3,
          "memoryInMebibytes": 24
        },
        {
          "namespace": "local-path-storage",
          "podName": "local-path-provisioner-6fdc965494-smdjx",
          "cpuInMillicores": 1,
          "memoryInMebibytes": 10
        },
        {
          "namespace": "metallb-system",
          "podName": "metallb-controller-676f677b6b-xp5fv",
          "cpuInMillicores": 2,
          "memoryInMebibytes": 38
        },
        {
          "namespace": "metallb-system",
          "podName": "metallb-speaker-dmrj4",
          "cpuInMillicores": 9,
          "memoryInMebibytes": 54
        },
        {
          "namespace": "solo-44c3278d",
          "podName": "envoy-proxy-node1-74bcfb64f8-299ck",
          "cpuInMillicores": 13,
          "memoryInMebibytes": 26
        },
        {
          "namespace": "solo-44c3278d",
          "podName": "haproxy-node1-7bb68675fc-hptjk",
          "cpuInMillicores": 6,
          "memoryInMebibytes": 106
        },
        {
          "namespace": "solo-44c3278d",
          "podName": "hiero-explorer-1-5585d47c6-lw8sc",
          "cpuInMillicores": 1,
          "memoryInMebibytes": 2
        },
        {
          "namespace": "solo-44c3278d",
          "podName": "minio-pool-1-0",
          "cpuInMillicores": 18,
          "memoryInMebibytes": 185
        },
        {
          "namespace": "solo-44c3278d",
          "podName": "mirror-1-grpc-dc9676bb6-n92v7",
          "cpuInMillicores": 4,
          "memoryInMebibytes": 325
        },
        {
          "namespace": "solo-44c3278d",
          "podName": "mirror-1-importer-785c4457f-z5g2z",
          "cpuInMillicores": 91,
          "memoryInMebibytes": 455
        },
        {
          "namespace": "solo-44c3278d",
          "podName": "mirror-1-monitor-968d447bc-swn4p",
          "cpuInMillicores": 112,
          "memoryInMebibytes": 289
        },
        {
          "namespace": "solo-44c3278d",
          "podName": "mirror-1-postgres-postgresql-0",
          "cpuInMillicores": 42,
          "memoryInMebibytes": 142
        },
        {
          "namespace": "solo-44c3278d",
          "podName": "mirror-1-redis-node-0",
          "cpuInMillicores": 27,
          "memoryInMebibytes": 7
        },
        {
          "namespace": "solo-44c3278d",
          "podName": "mirror-1-rest-55cdd5ffdb-27t9b",
          "cpuInMillicores": 35,
          "memoryInMebibytes": 119
        },
        {
          "namespace": "solo-44c3278d",
          "podName": "mirror-1-restjava-54bb64f955-cj8lq",
          "cpuInMillicores": 6,
          "memoryInMebibytes": 342
        },
        {
          "namespace": "solo-44c3278d",
          "podName": "mirror-1-web3-5d5d646876-x8cdf",
          "cpuInMillicores": 4,
          "memoryInMebibytes": 422
        },
        {
          "namespace": "solo-44c3278d",
          "podName": "mirror-ingress-controller-75f4bb9d8c-zjxmp",
          "cpuInMillicores": 18,
          "memoryInMebibytes": 40
        },
        {
          "namespace": "solo-44c3278d",
          "podName": "network-node1-0",
          "cpuInMillicores": 470,
          "memoryInMebibytes": 1705
        },
        {
          "namespace": "solo-44c3278d",
          "podName": "relay-1-686fc69666-jc9kw",
          "cpuInMillicores": 6,
          "memoryInMebibytes": 215
        },
        {
          "namespace": "solo-44c3278d",
          "podName": "relay-1-ws-7887947bbc-lsltc",
          "cpuInMillicores": 6,
          "memoryInMebibytes": 203
        },
        {
          "namespace": "solo-setup",
          "podName": "minio-operator-5df5d4fc74-qv8rw",
          "cpuInMillicores": 2,
          "memoryInMebibytes": 16
        }
      ]
    }
  ]
}

@github-actions
Copy link
Contributor

github-actions bot commented Jan 7, 2026

E2E Test Report

  9 files  ±0   88 suites  ±0   1h 42m 53s ⏱️ - 3m 5s
267 tests ±0  267 ✅ ±0  0 💤 ±0  0 ❌ ±0 
272 runs  ±0  272 ✅ ±0  0 💤 ±0  0 ❌ ±0 

Results for commit 2aaefb8. ± Comparison against base commit 22fa3dd.

1 similar comment
@github-actions
Copy link
Contributor

github-actions bot commented Jan 7, 2026

E2E Test Report

  9 files  ±0   88 suites  ±0   1h 42m 53s ⏱️ - 3m 5s
267 tests ±0  267 ✅ ±0  0 💤 ±0  0 ❌ ±0 
272 runs  ±0  272 ✅ ±0  0 💤 ±0  0 ❌ ±0 

Results for commit 2aaefb8. ± Comparison against base commit 22fa3dd.

@codacy-production
Copy link

Coverage summary from Codacy

See diff coverage on Codacy

Coverage variation Diff coverage
+0.00% (target: -1.00%)
Coverage variation details
Coverable lines Covered lines Coverage
Common ancestor commit (22fa3dd) 51052 42770 83.78%
Head commit (2aaefb8) 51052 (+0) 42772 (+2) 83.78% (+0.00%)

Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: <coverage of head commit> - <coverage of common ancestor commit>

Diff coverage details
Coverable lines Covered lines Diff coverage
Pull request (#3099) 0 0 ∅ (not applicable)

Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: <covered lines added or modified>/<coverable lines added or modified> * 100%

See your quality gate settings    Change summary preferences

@jeromy-cannon jeromy-cannon merged commit c45c318 into main Jan 7, 2026
50 of 51 checks passed
@jeromy-cannon jeromy-cannon deleted the dependabot/npm_and_yarn/npm-deps-20eceb04e8 branch January 7, 2026 17:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants