Closed mrniranjan closed 10 months ago
[APPROVALNOTIFIER] This PR is NOT APPROVED
This pull-request has been approved by: mrniranjan Once this PR has been reviewed and has the lgtm label, please assign dagrayvid for approval. For more information see the Kubernetes Code Review Process.
The full list of commands accepted by this bot can be found here.
@mrniranjan: The following tests failed, say /retest
to rerun all failed tests or /retest-required
to rerun all mandatory failed tests:
Test name | Commit | Details | Required | Rerun command |
---|---|---|---|---|
ci/prow/e2e-gcp-pao-updating-profile | bfd3a49dd99194a4a48eaa14c20bce8cc2a3d2a0 | link | true | /test e2e-gcp-pao-updating-profile |
ci/prow/e2e-gcp-pao-workloadhints | bfd3a49dd99194a4a48eaa14c20bce8cc2a3d2a0 | link | true | /test e2e-gcp-pao-workloadhints |
Full PR test history. Your PR dashboard.
workload hints test assume that profile will always have realtimekernel to true,thats not the case with Downstream CI causing tests to timeout
This change fixes the test code by setting realtimekernel to false only if it's true.