update #4
ci.yml
on: push
Matrix: codeql / Analyze
UI tests
1m 55s
Matrix: Build Prometheus for all architectures
Go tests
2m 40s
Go tests on Windows
7m 57s
golangci-lint
49s
Go tests with previous Go version
1m 55s
Mixins tests
3m 25s
fuzzing
/
Fuzzing
Matrix: Build Prometheus for common architectures
Publish UI on npm Registry
0s
Publish main branch artifacts
0s
Publish release artefacts
0s
Annotations
10 errors
golangci-lint:
web/api/v1/api.go#L1
: # github.com/prometheus/prometheus/web/api/v1 [github.com/prometheus/prometheus/web/api/v1.test]
|
golangci-lint:
web/api/v1/errors_test.go#L120
cannot use &DummyAlertmanagerRetriever{} (value of type *DummyAlertmanagerRetriever) as AlertmanagerRetriever value in return statement: *DummyAlertmanagerRetriever does not implement AlertmanagerRetriever (missing method TargetsAll) (typecheck)
|
golangci-lint
issues found
|
Build Prometheus for common architectures (2)
Process completed with exit code 1.
|
Build Prometheus for common architectures (1)
Process completed with exit code 1.
|
UI tests
Process completed with exit code 2.
|
Go tests with previous Go version
Process completed with exit code 2.
|
Build Prometheus for common architectures (0)
The operation was canceled.
|
Go tests
Process completed with exit code 2.
|
codeql / Analyze (go):
web/api/v1/errors_test.go#L120
cannot use &DummyAlertmanagerRetriever{} (value of type *DummyAlertmanagerRetriever) as AlertmanagerRetriever value in return statement: *DummyAlertmanagerRetriever does not implement AlertmanagerRetriever (missing method TargetsAll) (typecheck)
|