[CI/CD] Improve assertion doc generation #6335
ci.yml
on: pull_request
Build Unsigned Snapshot
3m 6s
Cache Dependencies
0s
Lint
2m 13s
Unit Tests
3m 3s
Unit tests with race condition detection
3m 34s
Matrix: Integration Tests
Matrix: Integration Tests - Official OSS Images
Matrix: Integration Tests - Official Plus Images
Matrix: Metrics Integration Tests - Official OSS Images
Matrix: Metrics Integration Tests - Official Plus Images
Matrix: Upgrade Tests
Annotations
1 error and 14 warnings
|
Performance Tests
# :warning: **Performance Alert** :warning:
Possible performance regression was detected for benchmark **'Compare Benchmark Results'**.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold `1.50`.
| Benchmark suite | Current: 79bc3ce19df55b5571714c7a3d453abde94a2394 | Previous: f7e7012124c45d081d006638c4dd7bbe4d79a566 | Ratio |
|-|-|-|-|
| `BenchmarkSecurityViolationsProcessor/AppProtect_100` | `397464` ns/op 213894 B/op 513 allocs/op | `197430` ns/op 213637 B/op 512 allocs/op | `2.01` |
| `BenchmarkSecurityViolationsProcessor/AppProtect_100 - ns/op` | `397464` ns/op | `197430` ns/op | `2.01` |
| `BenchmarkSecurityViolationsProcessor/AppProtect_100` | `398537` ns/op 213971 B/op 513 allocs/op | `197430` ns/op 213637 B/op 512 allocs/op | `2.02` |
| `BenchmarkSecurityViolationsProcessor/AppProtect_100 - ns/op` | `398537` ns/op | `197430` ns/op | `2.02` |
| `BenchmarkSecurityViolationsProcessor/AppProtect_100` | `396054` ns/op 213889 B/op 513 allocs/op | `197430` ns/op 213637 B/op 512 allocs/op | `2.01` |
| `BenchmarkSecurityViolationsProcessor/AppProtect_100 - ns/op` | `396054` ns/op | `197430` ns/op | `2.01` |
| `BenchmarkSecurityViolationsProcessor/AppProtect_100` | `396749` ns/op 213936 B/op 513 allocs/op | `197430` ns/op 213637 B/op 512 allocs/op | `2.01` |
| `BenchmarkSecurityViolationsProcessor/AppProtect_100 - ns/op` | `396749` ns/op | `197430` ns/op | `2.01` |
| `BenchmarkSecurityViolationsProcessor/AppProtect_100` | `396675` ns/op 213961 B/op 513 allocs/op | `197430` ns/op 213637 B/op 512 allocs/op | `2.01` |
| `BenchmarkSecurityViolationsProcessor/AppProtect_100 - ns/op` | `396675` ns/op | `197430` ns/op | `2.01` |
| `BenchmarkSecurityViolationsProcessor/AppProtect_100` | `401274` ns/op 213874 B/op 514 allocs/op | `197430` ns/op 213637 B/op 512 allocs/op | `2.03` |
| `BenchmarkSecurityViolationsProcessor/AppProtect_100 - ns/op` | `401274` ns/op | `197430` ns/op | `2.03` |
| `BenchmarkSecurityViolationsProcessor/AppProtect_100` | `395753` ns/op 213828 B/op 513 allocs/op | `197430` ns/op 213637 B/op 512 allocs/op | `2.00` |
| `BenchmarkSecurityViolationsProcessor/AppProtect_100 - ns/op` | `395753` ns/op | `197430` ns/op | `2.00` |
| `BenchmarkSecurityViolationsProcessor/AppProtect_100` | `393215` ns/op 214061 B/op 513 allocs/op | `197430` ns/op 213637 B/op 512 allocs/op | `1.99` |
| `BenchmarkSecurityViolationsProcessor/AppProtect_100 - ns/op` | `393215` ns/op | `197430` ns/op | `1.99` |
| `BenchmarkSecurityViolationsProcessor/AppProtect_100` | `393728` ns/op 213973 B/op 513 allocs/op | `197430` ns/op 213637 B/op 512 allocs/op | `1.99` |
| `BenchmarkSecurityViolationsProcessor/AppProtect_100 - ns/op` | `393728` ns/op | `197430` ns/op | `1.99` |
| `BenchmarkSecurityViolationsProcessor/AppProtect_100` | `403275` ns/op 213962 B/op 513 allocs/op | `197430` ns/op 213637 B/op 512 allocs/op | `2.04` |
| `BenchmarkSecurityViolationsProcessor/AppProtect_100 - ns/op` | `403275` ns/op | `197430` ns/op | `2.04` |
| `BenchmarkSecurityViolationsProcessor/AppProtect_1000` | `4224288` ns/op 2490273 B/op 5499 allocs/op | `2094037` ns/op 2440767 B/op 5238 allocs/op | `2.02` |
| `BenchmarkSecurityViolationsProcessor/AppProtect_1000 - ns/op` | `4224288` ns/op | `2094037` ns/op | `2.02` |
| `BenchmarkSecurityViolationsProcessor/AppProtect_1000` | `4204341` ns/op 2490316 B/op 5499 allocs/op | `2094037` ns/op 2440767 B/op 5238 allocs/op | `2.01` |
| `BenchmarkSecurityViolationsProcessor/AppProtect_1000 - ns/op` | `4204341` ns/op | `2094037` ns/op | `2.01` |
| `BenchmarkSecurityViolationsProcessor/AppProtect_1000` | `4181336` ns/op 2488678 B/op 5492 allocs/op | `2094037` ns/op 2440767 B/op 5238 allocs/op | `2.00` |
| `BenchmarkSecurityViolationsProcessor/AppProtect_1000 - ns/op` | `4181336` ns/op | `2094037` ns/op | `2.00` |
| `BenchmarkSecurityViolationsProcessor/AppProtect_1000` | `4241378` ns/op 2489893 B/op 5496 allocs/
|
|
The 'as' keyword should match the case of the 'from' keyword:
test/docker/load/Dockerfile#L56
FromAsCasing: 'as' and 'FROM' keywords' casing do not match
More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
|
|
JSON arguments recommended for ENTRYPOINT/CMD to prevent unintended behavior related to OS signals:
test/docker/load/Dockerfile#L76
JSONArgsRecommended: JSON arguments recommended for CMD to prevent unintended behavior related to OS signals
More info: https://docs.docker.com/go/dockerfile/rule/json-args-recommended/
|
|
JSON arguments recommended for ENTRYPOINT/CMD to prevent unintended behavior related to OS signals:
test/docker/load/Dockerfile#L54
JSONArgsRecommended: JSON arguments recommended for CMD to prevent unintended behavior related to OS signals
More info: https://docs.docker.com/go/dockerfile/rule/json-args-recommended/
|
|
The 'as' keyword should match the case of the 'from' keyword:
test/docker/load/Dockerfile#L78
FromAsCasing: 'as' and 'FROM' keywords' casing do not match
More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
|
|
Performance Tests
Performance alert! Previous value was 197430 and current value is 396675. It is 2.0091931317428964x worse than previous exceeding a ratio threshold 1.5
|
|
Performance Tests
Performance alert! Previous value was 197430 and current value is 396675. It is 2.0091931317428964x worse than previous exceeding a ratio threshold 1.5
|
|
Performance Tests
Performance alert! Previous value was 197430 and current value is 396749. It is 2.009567948133516x worse than previous exceeding a ratio threshold 1.5
|
|
Performance Tests
Performance alert! Previous value was 197430 and current value is 396749. It is 2.009567948133516x worse than previous exceeding a ratio threshold 1.5
|
|
Performance Tests
Performance alert! Previous value was 197430 and current value is 396054. It is 2.0060477131135084x worse than previous exceeding a ratio threshold 1.5
|
|
Performance Tests
Performance alert! Previous value was 197430 and current value is 396054. It is 2.0060477131135084x worse than previous exceeding a ratio threshold 1.5
|
|
Performance Tests
Performance alert! Previous value was 197430 and current value is 398537. It is 2.0186243225446994x worse than previous exceeding a ratio threshold 1.5
|
|
Performance Tests
Performance alert! Previous value was 197430 and current value is 398537. It is 2.0186243225446994x worse than previous exceeding a ratio threshold 1.5
|
|
Performance Tests
Performance alert! Previous value was 197430 and current value is 397464. It is 2.013189484880717x worse than previous exceeding a ratio threshold 1.5
|
|
Performance Tests
Performance alert! Previous value was 197430 and current value is 397464. It is 2.013189484880717x worse than previous exceeding a ratio threshold 1.5
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
load-test-results
Expired
|
384 Bytes |
sha256:60c34505c0c389c38b33b205e4f068e9ddf0996aecd3928252c70dc2bbb6fbb7
|
|
|
nginx-agent-unsigned-snapshots
Expired
|
71.5 MB |
sha256:2f1844f95f97f9b2ed86e761383314582462cc9de39c1480944027a79dc8753c
|
|
|
nginx~agent~TPPX9W.dockerbuild
Expired
|
297 KB |
sha256:7ba68b22da2b153fe105d967d000e464b4c340b2ccb6590b9aa6cb685b871b0e
|
|