We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02a3275 commit 8d27117Copy full SHA for 8d27117
1 file changed
.github/workflows/ci.yml
@@ -50,6 +50,7 @@ jobs:
50
# Same artifacts that failed in run 25393558316.
51
paths=(
52
"org/springframework/security/spring-security-crypto/5.6.3/spring-security-crypto-5.6.3.pom"
53
+ "org/springframework/security/spring-security-bom/5.5.1/spring-security-bom-5.5.1.pom"
54
"org/testcontainers/testcontainers-bom/1.18.3/testcontainers-bom-1.18.3.pom"
55
"com/google/inject/guice-bom/5.0.1/guice-bom-5.0.1.pom"
56
"com/google/inject/guice-bom/6.0.0/guice-bom-6.0.0.pom"
@@ -71,7 +72,7 @@ jobs:
71
72
for p in "${paths[@]}"; do probe "$i" "$p"; done
73
done
74
- echo "=== Parallel burst (50 reqs x 4 paths = 200, -P 16) ==="
75
+ echo "=== Parallel burst (50 reqs x 5 paths = 250, -P 16) ==="
76
for i in $(seq 1 50); do
77
for p in "${paths[@]}"; do
78
printf '%s\t%s\n' "$i" "$p"
0 commit comments