Closed redbeam closed 3 months ago
Commit f1fbc51865f4634c0466d1796547c14ae17520ee:
The pipeline has been failing for a long time because of failing monitor tests.
The failing tests were:
[Jira:"Test Framework"] monitor test alert-summary-serializer collection
[Jira:"Test Framework"] monitor test metrics-endpoints-down collection
[Jira:"Monitoring"] monitor test metrics-api-availability setup
[Jira:"Monitoring"] monitor test monitoring-statefulsets-recreation setup
[sig-network] can collect host-to-host poller pod logs
[sig-network] can collect pod-to-host poller pod logs
The tests were disabled using the `--disable-monitor` flag in the
`openshift-tests` binary.
The pipeline is currently not passing because of failing monitor tests. This is because the monitoring stack is disabled by default. The (temporary?) solution is to disable the monitoring tests with a flag in
openshift-tests
binary.