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

feat: actualize ydb_configure for k8s + add missing features #13536

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

Jorres
Copy link
Contributor

@Jorres Jorres commented Jan 20, 2025

Changelog category

  • Not for changelog (changelog entry is not required)

Additional information

Several separate features were added:

Commit 1

immediate_control_board field has been supported (if specified in config_cluster_template.yaml, will be read and serialized into config.yaml through a proto);

  • if --hosts-provider-k8s flag is specified, then ydb_configure will try to use k8s api to fill host_configs section (similar to walle).

A new section in cluster_config_template.yaml has been added for this feature

k8s_settings: 
  use: true
  k8s_rack_label: some-k8s-label-1/abc
  k8s_dc_label: some-k8s-label-2/abc

Commit 2

It is now possible to specify pdisk_config field in host_configs.drive.[x] fields of config_cluster_template.yaml. For example:

host_configs:
  - drives:
      - path: /dev/disk/by-partlabel/ydb_disk_hdd_04
        type: ROT
        pdisk_config:
          expected_slot_count: 8
          drive_model_trim_speed_bps: 0

for type-safety, proto message from ydb/core/protos is used. It means that pdisk_config field automatically supports full range of options without the necessity to hardcode them in ydb_configure one by one. For example, drive_model_trim_speed_bps is NOT hardcoded in ydb_configure anywhere.

Commit 3

tracing_config section is now supported. Earlier, it was only dumped into tracing.txt proto file, but did not end up in config.yaml, the configuration that we use for cluster deployment at the moment of writing.

I carefully read about ~200 lines of code that used to parse tracing_config section in config_cluster_template.yaml and I'm fairly certain this 200 line parsing can be replaced just by using a proto message for serialization.

Commit 4

nameservice configuration was just a top-level key:

cluster_uuid: 269dbfd8-7f2d-4353-85cf-f7bee17373ed

And you could not configure features like force_tcp in template.

Now a full nameservice_config in template.yaml is supported, including previuosly impossible to specify keep_socket, force_tcp and other fields:

nameservice_config:
  cluster_uuid: 3af61c51-ccdb-4adc-8fff-9945af1eba4d
  keep_socket: false
  force_tcp: true

... which will be enriched into:

nameservice_config:
  accept_uuid:
  - 3af61c51-ccdb-4adc-8fff-9945af1eba4d
  cluster_uuid: 3af61c51-ccdb-4adc-8fff-9945af1eba4d
  force_tcp: true
  keep_socket: false

Copy link

github-actions bot commented Jan 20, 2025

2025-01-20 00:20:45 UTC Pre-commit check linux-x86_64-relwithdebinfo for 99bc023 has started.
2025-01-20 00:20:57 UTC Artifacts will be uploaded here
2025-01-20 00:23:30 UTC ya make is running...
🟡 2025-01-20 00:46:57 UTC Some tests failed, follow the links below. Going to retry failed tests...

Test history | Ya make output | Test bloat

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
4666 4540 0 4 36 86

2025-01-20 00:47:23 UTC ya make is running... (failed tests rerun, try 2)
🟡 2025-01-20 00:51:00 UTC Some tests failed, follow the links below. Going to retry failed tests...

Test history | Ya make output | Test bloat | Test bloat

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
100 (only retried tests) 22 0 4 0 74

2025-01-20 00:51:08 UTC ya make is running... (failed tests rerun, try 3)
🔴 2025-01-20 00:54:25 UTC Some tests failed, follow the links below.

Test history | Ya make output | Test bloat | Test bloat | Test bloat

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
91 (only retried tests) 13 0 4 0 74

🟢 2025-01-20 00:54:31 UTC Build successful.
🟢 2025-01-20 00:54:43 UTC ydbd size 2.1 GiB changed* by 0 Bytes, which is <= 0 Bytes vs main: OK

ydbd size dash main: 0723ece merge: 99bc023 diff diff %
ydbd size 2 252 498 320 Bytes 2 252 498 320 Bytes 0 Bytes 0.000%
ydbd stripped size 473 454 512 Bytes 473 454 512 Bytes 0 Bytes 0.000%

*please be aware that the difference is based on comparing your commit and the last completed build from the post-commit, check comparation

Copy link

github-actions bot commented Jan 20, 2025

2025-01-20 00:21:28 UTC Pre-commit check linux-x86_64-release-asan for 99bc023 has started.
2025-01-20 00:21:39 UTC Artifacts will be uploaded here
2025-01-20 00:24:07 UTC ya make is running...
🟡 2025-01-20 01:04:59 UTC Some tests failed, follow the links below. This fail is not in blocking policy yet Going to retry failed tests...

Test history | Ya make output | Test bloat

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
1574 1506 0 52 9 7

2025-01-20 01:05:13 UTC ya make is running... (failed tests rerun, try 2)
🟡 2025-01-20 01:16:20 UTC Some tests failed, follow the links below. This fail is not in blocking policy yet Going to retry failed tests...

Test history | Ya make output | Test bloat | Test bloat

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
78 (only retried tests) 66 0 4 1 7

2025-01-20 01:16:28 UTC ya make is running... (failed tests rerun, try 3)
🟡 2025-01-20 01:27:46 UTC Some tests failed, follow the links below. This fail is not in blocking policy yet

Test history | Ya make output | Test bloat | Test bloat | Test bloat

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
17 (only retried tests) 7 0 4 0 6

🟢 2025-01-20 01:27:53 UTC Build successful.
🟢 2025-01-20 01:28:09 UTC ydbd size 3.6 GiB changed* by -96 Bytes, which is <= 0 Bytes vs main: OK

ydbd size dash main: 0723ece merge: 99bc023 diff diff %
ydbd size 3 903 239 288 Bytes 3 903 239 192 Bytes -96 Bytes -0.000%
ydbd stripped size 1 362 736 560 Bytes 1 362 736 496 Bytes -64 Bytes -0.000%

*please be aware that the difference is based on comparing your commit and the last completed build from the post-commit, check comparation

shmel1k
shmel1k previously approved these changes Jan 21, 2025
@Jorres Jorres changed the title feat: immediate_control_board + k8s labels feat: actualize ydb_configure for k8s + add missing features Jan 22, 2025
Copy link

github-actions bot commented Jan 22, 2025

2025-01-22 14:58:22 UTC Pre-commit check linux-x86_64-relwithdebinfo for d7da404 has started.
2025-01-22 14:58:27 UTC Artifacts will be uploaded here
2025-01-22 15:00:55 UTC ya make is running...
🟡 2025-01-22 15:27:23 UTC Some tests failed, follow the links below. Going to retry failed tests...

Test history | Ya make output | Test bloat

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
4719 4595 0 7 37 80

2025-01-22 15:28:00 UTC ya make is running... (failed tests rerun, try 2)
🟡 2025-01-22 15:33:37 UTC Some tests failed, follow the links below. Going to retry failed tests...

Test history | Ya make output | Test bloat | Test bloat

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
103 (only retried tests) 25 0 4 0 74

2025-01-22 15:33:45 UTC ya make is running... (failed tests rerun, try 3)
🔴 2025-01-22 15:37:01 UTC Some tests failed, follow the links below.

Test history | Ya make output | Test bloat | Test bloat | Test bloat

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
90 (only retried tests) 13 0 4 0 73

🟢 2025-01-22 15:37:08 UTC Build successful.
🟢 2025-01-22 15:37:21 UTC ydbd size 2.1 GiB changed* by +29.4 KiB, which is < 100.0 KiB vs main: OK

ydbd size dash main: 2696900 merge: d7da404 diff diff %
ydbd size 2 219 431 680 Bytes 2 219 461 776 Bytes +29.4 KiB +0.001%
ydbd stripped size 469 477 712 Bytes 469 482 128 Bytes +4.3 KiB +0.001%

*please be aware that the difference is based on comparing your commit and the last completed build from the post-commit, check comparation

Copy link

github-actions bot commented Jan 22, 2025

2025-01-22 14:58:40 UTC Pre-commit check linux-x86_64-release-asan for d7da404 has started.
2025-01-22 14:58:52 UTC Artifacts will be uploaded here
2025-01-22 15:01:20 UTC ya make is running...
🟡 2025-01-22 15:26:55 UTC Some tests failed, follow the links below. This fail is not in blocking policy yet Going to retry failed tests...

Test history | Ya make output | Test bloat

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
1615 1554 0 20 33 8

2025-01-22 15:27:14 UTC ya make is running... (failed tests rerun, try 2)
🟡 2025-01-22 15:38:28 UTC Some tests failed, follow the links below. This fail is not in blocking policy yet Going to retry failed tests...

Test history | Ya make output | Test bloat | Test bloat

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
70 (only retried tests) 41 0 7 13 9

2025-01-22 15:38:37 UTC ya make is running... (failed tests rerun, try 3)
🟡 2025-01-22 15:49:37 UTC Some tests failed, follow the links below. This fail is not in blocking policy yet

Test history | Ya make output | Test bloat | Test bloat | Test bloat

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
35 (only retried tests) 22 0 6 1 6

🟢 2025-01-22 15:49:43 UTC Build successful.
🟢 2025-01-22 15:50:00 UTC ydbd size 3.6 GiB changed* by +47.9 KiB, which is < 100.0 KiB vs main: OK

ydbd size dash main: 2696900 merge: d7da404 diff diff %
ydbd size 3 856 062 480 Bytes 3 856 111 576 Bytes +47.9 KiB +0.001%
ydbd stripped size 1 348 628 848 Bytes 1 348 642 928 Bytes +13.8 KiB +0.001%

*please be aware that the difference is based on comparing your commit and the last completed build from the post-commit, check comparation

mvgorbunov
mvgorbunov previously approved these changes Jan 22, 2025
Copy link

github-actions bot commented Jan 22, 2025

2025-01-22 15:59:05 UTC Pre-commit check linux-x86_64-release-asan for 24e485f has started.
2025-01-22 15:59:40 UTC Artifacts will be uploaded here
2025-01-22 16:02:51 UTC ya make is running...
🟡 2025-01-22 16:24:13 UTC Some tests failed, follow the links below. This fail is not in blocking policy yet Going to retry failed tests...

Test history | Ya make output | Test bloat

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
1620 1563 0 12 38 7

2025-01-22 16:24:30 UTC ya make is running... (failed tests rerun, try 2)
🟡 2025-01-22 16:35:29 UTC Some tests failed, follow the links below. This fail is not in blocking policy yet Going to retry failed tests...

Test history | Ya make output | Test bloat | Test bloat

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
64 (only retried tests) 34 0 7 19 4

2025-01-22 16:35:38 UTC ya make is running... (failed tests rerun, try 3)
🟡 2025-01-22 16:46:47 UTC Some tests failed, follow the links below. This fail is not in blocking policy yet

Test history | Ya make output | Test bloat | Test bloat | Test bloat

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
34 (only retried tests) 25 0 6 0 3

🟢 2025-01-22 16:46:54 UTC Build successful.
🟢 2025-01-22 16:47:09 UTC ydbd size 3.6 GiB changed* by +48.7 KiB, which is < 100.0 KiB vs main: OK

ydbd size dash main: 0dc9b3c merge: 24e485f diff diff %
ydbd size 3 856 111 672 Bytes 3 856 161 584 Bytes +48.7 KiB +0.001%
ydbd stripped size 1 348 642 992 Bytes 1 348 659 280 Bytes +15.9 KiB +0.001%

*please be aware that the difference is based on comparing your commit and the last completed build from the post-commit, check comparation

Copy link

github-actions bot commented Jan 22, 2025

2025-01-22 16:00:31 UTC Pre-commit check linux-x86_64-relwithdebinfo for 24e485f has started.
2025-01-22 16:00:54 UTC Artifacts will be uploaded here
2025-01-22 16:04:08 UTC ya make is running...
🟡 2025-01-22 16:27:45 UTC Some tests failed, follow the links below. Going to retry failed tests...

Test history | Ya make output | Test bloat

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
4719 4588 0 8 42 81

2025-01-22 16:28:25 UTC ya make is running... (failed tests rerun, try 2)
🟡 2025-01-22 16:35:13 UTC Some tests failed, follow the links below. Going to retry failed tests...

Test history | Ya make output | Test bloat | Test bloat

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
110 (only retried tests) 28 0 4 0 78

2025-01-22 16:35:22 UTC ya make is running... (failed tests rerun, try 3)
🔴 2025-01-22 16:38:42 UTC Some tests failed, follow the links below.

Test history | Ya make output | Test bloat | Test bloat | Test bloat

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
96 (only retried tests) 15 0 4 0 77

🟢 2025-01-22 16:38:49 UTC Build successful.
🟢 2025-01-22 16:39:03 UTC ydbd size 2.1 GiB changed* by +24.3 KiB, which is < 100.0 KiB vs main: OK

ydbd size dash main: 0dc9b3c merge: 24e485f diff diff %
ydbd size 2 219 461 776 Bytes 2 219 486 640 Bytes +24.3 KiB +0.001%
ydbd stripped size 469 482 128 Bytes 469 487 440 Bytes +5.2 KiB +0.001%

*please be aware that the difference is based on comparing your commit and the last completed build from the post-commit, check comparation

sourcecd
sourcecd previously approved these changes Jan 22, 2025
Copy link

github-actions bot commented Jan 23, 2025

2025-01-23 13:33:00 UTC Pre-commit check linux-x86_64-relwithdebinfo for c8a6a33 has started.
2025-01-23 13:33:24 UTC Artifacts will be uploaded here
2025-01-23 13:36:44 UTC ya make is running...
🟡 2025-01-23 14:01:16 UTC Some tests failed, follow the links below. Going to retry failed tests...

Test history | Ya make output | Test bloat

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
4721 4587 0 9 46 79

2025-01-23 14:01:49 UTC ya make is running... (failed tests rerun, try 2)
🟡 2025-01-23 14:09:01 UTC Some tests failed, follow the links below. Going to retry failed tests...

Test history | Ya make output | Test bloat | Test bloat

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
112 (only retried tests) 30 0 6 0 76

2025-01-23 14:09:09 UTC ya make is running... (failed tests rerun, try 3)
🔴 2025-01-23 14:12:55 UTC Some tests failed, follow the links below.

Test history | Ya make output | Test bloat | Test bloat | Test bloat

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
97 (only retried tests) 16 0 6 0 75

🟢 2025-01-23 14:13:02 UTC Build successful.
🟢 2025-01-23 14:13:15 UTC ydbd size 2.1 GiB changed* by 0 Bytes, which is <= 0 Bytes vs main: OK

ydbd size dash main: bd79c91 merge: c8a6a33 diff diff %
ydbd size 2 220 428 304 Bytes 2 220 428 304 Bytes 0 Bytes 0.000%
ydbd stripped size 469 670 576 Bytes 469 670 576 Bytes 0 Bytes 0.000%

*please be aware that the difference is based on comparing your commit and the last completed build from the post-commit, check comparation

Copy link

github-actions bot commented Jan 23, 2025

2025-01-23 13:33:30 UTC Pre-commit check linux-x86_64-release-asan for c8a6a33 has started.
2025-01-23 13:33:42 UTC Artifacts will be uploaded here
2025-01-23 13:36:19 UTC ya make is running...
🟡 2025-01-23 13:59:47 UTC Some tests failed, follow the links below. This fail is not in blocking policy yet Going to retry failed tests...

Test history | Ya make output | Test bloat

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
1622 1591 0 13 11 7

2025-01-23 14:00:04 UTC ya make is running... (failed tests rerun, try 2)
🟡 2025-01-23 14:11:33 UTC Some tests failed, follow the links below. This fail is not in blocking policy yet Going to retry failed tests...

Test history | Ya make output | Test bloat | Test bloat

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
39 (only retried tests) 23 0 7 2 7

2025-01-23 14:11:42 UTC ya make is running... (failed tests rerun, try 3)
🟡 2025-01-23 14:24:38 UTC Some tests failed, follow the links below. This fail is not in blocking policy yet

Test history | Ya make output | Test bloat | Test bloat | Test bloat

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
22 (only retried tests) 6 0 7 2 7

🟢 2025-01-23 14:24:46 UTC Build successful.
🟢 2025-01-23 14:25:04 UTC ydbd size 3.6 GiB changed* by -96 Bytes, which is <= 0 Bytes vs main: OK

ydbd size dash main: bd79c91 merge: c8a6a33 diff diff %
ydbd size 3 858 261 672 Bytes 3 858 261 576 Bytes -96 Bytes -0.000%
ydbd stripped size 1 349 573 328 Bytes 1 349 573 264 Bytes -64 Bytes -0.000%

*please be aware that the difference is based on comparing your commit and the last completed build from the post-commit, check comparation

Copy link

github-actions bot commented Jan 23, 2025

2025-01-23 17:25:51 UTC Pre-commit check linux-x86_64-release-asan for 7168cc0 has started.
2025-01-23 17:27:30 UTC Artifacts will be uploaded here
2025-01-23 17:27:45 UTC Check cancelled

Copy link

github-actions bot commented Jan 23, 2025

2025-01-23 17:25:58 UTC Pre-commit check linux-x86_64-relwithdebinfo for 7168cc0 has started.
2025-01-23 17:27:42 UTC Check cancelled

@Jorres Jorres force-pushed the ydb-configure-k8s-integration branch from eefa7f6 to 1f8521b Compare January 23, 2025 17:27
Copy link

github-actions bot commented Jan 23, 2025

2025-01-23 17:29:14 UTC Pre-commit check linux-x86_64-relwithdebinfo for 3db280e has started.
2025-01-23 17:29:18 UTC Artifacts will be uploaded here
2025-01-23 17:32:29 UTC ya make is running...
🟡 2025-01-23 17:56:21 UTC Some tests failed, follow the links below. Going to retry failed tests...

Test history | Ya make output | Test bloat

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
4723 4588 0 8 46 81

2025-01-23 17:56:52 UTC ya make is running... (failed tests rerun, try 2)
🟡 2025-01-23 18:02:17 UTC Some tests failed, follow the links below. Going to retry failed tests...

Test history | Ya make output | Test bloat | Test bloat

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
112 (only retried tests) 31 0 5 0 76

2025-01-23 18:02:30 UTC ya make is running... (failed tests rerun, try 3)
🔴 2025-01-23 18:06:46 UTC Some tests failed, follow the links below.

Test history | Ya make output | Test bloat | Test bloat | Test bloat

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
95 (only retried tests) 16 0 5 0 74

🟢 2025-01-23 18:06:54 UTC Build successful.
🟢 2025-01-23 18:07:08 UTC ydbd size 2.1 GiB changed* by 0 Bytes, which is <= 0 Bytes vs main: OK

ydbd size dash main: 38d0188 merge: 3db280e diff diff %
ydbd size 2 220 477 584 Bytes 2 220 477 584 Bytes 0 Bytes 0.000%
ydbd stripped size 469 681 648 Bytes 469 681 648 Bytes 0 Bytes 0.000%

*please be aware that the difference is based on comparing your commit and the last completed build from the post-commit, check comparation

Copy link

github-actions bot commented Jan 23, 2025

2025-01-23 17:32:08 UTC Pre-commit check linux-x86_64-release-asan for 3db280e has started.
2025-01-23 17:33:25 UTC Artifacts will be uploaded here
2025-01-23 17:35:59 UTC ya make is running...
🟡 2025-01-23 17:58:13 UTC Some tests failed, follow the links below. This fail is not in blocking policy yet Going to retry failed tests...

Test history | Ya make output | Test bloat

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
1622 1591 0 10 11 10

Copy link

github-actions bot commented Jan 23, 2025

2025-01-23 18:30:14 UTC Pre-commit check linux-x86_64-release-asan for c22afe9 has started.
2025-01-23 18:30:46 UTC Artifacts will be uploaded here
2025-01-23 18:33:50 UTC ya make is running...
🟡 2025-01-23 18:55:02 UTC Some tests failed, follow the links below. This fail is not in blocking policy yet Going to retry failed tests...

Test history | Ya make output | Test bloat

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
1622 1591 0 12 11 8

2025-01-23 18:55:19 UTC ya make is running... (failed tests rerun, try 2)
🟡 2025-01-23 19:06:34 UTC Some tests failed, follow the links below. This fail is not in blocking policy yet Going to retry failed tests...

Test history | Ya make output | Test bloat | Test bloat

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
38 (only retried tests) 23 0 5 4 6

2025-01-23 19:06:42 UTC ya make is running... (failed tests rerun, try 3)
🟡 2025-01-23 19:17:51 UTC Some tests failed, follow the links below. This fail is not in blocking policy yet

Test history | Ya make output | Test bloat | Test bloat | Test bloat

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
20 (only retried tests) 7 0 5 2 6

🟢 2025-01-23 19:17:57 UTC Build successful.
🟢 2025-01-23 19:18:13 UTC ydbd size 3.6 GiB changed* by +2.3 KiB, which is < 100.0 KiB vs main: OK

ydbd size dash main: 38d0188 merge: c22afe9 diff diff %
ydbd size 3 858 369 408 Bytes 3 858 371 760 Bytes +2.3 KiB +0.000%
ydbd stripped size 1 349 602 288 Bytes 1 349 602 800 Bytes +512 Bytes +0.000%

*please be aware that the difference is based on comparing your commit and the last completed build from the post-commit, check comparation

Copy link

github-actions bot commented Jan 23, 2025

2025-01-23 18:32:39 UTC Pre-commit check linux-x86_64-relwithdebinfo for c22afe9 has started.
2025-01-23 18:33:20 UTC Artifacts will be uploaded here
2025-01-23 18:35:58 UTC ya make is running...
🟡 2025-01-23 18:59:52 UTC Some tests failed, follow the links below. Going to retry failed tests...

Test history | Ya make output | Test bloat

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
4723 4600 0 8 37 78

2025-01-23 19:00:36 UTC ya make is running... (failed tests rerun, try 2)
🟡 2025-01-23 19:08:32 UTC Some tests failed, follow the links below. Going to retry failed tests...

Test history | Ya make output | Test bloat | Test bloat

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
101 (only retried tests) 20 0 6 0 75

2025-01-23 19:08:41 UTC ya make is running... (failed tests rerun, try 3)
🔴 2025-01-23 19:12:18 UTC Some tests failed, follow the links below.

Test history | Ya make output | Test bloat | Test bloat | Test bloat

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
95 (only retried tests) 16 0 5 0 74

🟢 2025-01-23 19:12:25 UTC Build successful.
🟢 2025-01-23 19:12:37 UTC ydbd size 2.1 GiB changed* by 0 Bytes, which is <= 0 Bytes vs main: OK

ydbd size dash main: ddb7832 merge: c22afe9 diff diff %
ydbd size 2 220 479 264 Bytes 2 220 479 264 Bytes 0 Bytes 0.000%
ydbd stripped size 469 681 648 Bytes 469 681 648 Bytes 0 Bytes 0.000%

*please be aware that the difference is based on comparing your commit and the last completed build from the post-commit, check comparation

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants