[blocks e2e tests] Increase the shards number to 10 (#51842)

This commit is contained in:
Adrian Moldovan 2024-10-02 09:42:53 +01:00 committed by GitHub
parent 73e7d571ed
commit a7e6011816
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 14 additions and 9 deletions

View File

@ -0,0 +1,4 @@
Significance: patch
Type: dev

View File

@ -526,15 +526,16 @@
"testType": "e2e",
"command": "test:e2e:blocks",
"shardingArguments": [
"--shard=1/9",
"--shard=2/9",
"--shard=3/9",
"--shard=4/9",
"--shard=5/9",
"--shard=6/9",
"--shard=7/9",
"--shard=8/9",
"--shard=9/9"
"--shard=1/10",
"--shard=2/10",
"--shard=3/10",
"--shard=4/10",
"--shard=5/10",
"--shard=6/10",
"--shard=7/10",
"--shard=8/10",
"--shard=9/10",
"--shard=10/10"
],
"changes": [
"src/Blocks/**",