From 673538aeacb2313b02dddedecc1a89bb6f0b4e75 Mon Sep 17 00:00:00 2001 From: Nahshon Unna-Tsameret Date: Thu, 31 Aug 2023 08:40:34 +0300 Subject: [PATCH] Fix CAPK required test name Since the unit test in the cluster-api-provider-kubevirt is running with github action matrix, the existing `unit_test` name for the required test is wrong, and should be `unit_test (ubuntu-latest)`. Signed-off-by: Nahshon Unna-Tsameret --- config/prow/config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/prow/config.yaml b/config/prow/config.yaml index 5bad59c47c67..d0b053172307 100644 --- a/config/prow/config.yaml +++ b/config/prow/config.yaml @@ -526,7 +526,7 @@ branch-protection: cluster-api-provider-kubevirt: required_status_checks: contexts: - - unit_test + - "unit_test (ubuntu-latest)" - integration - go-linter - check-gen