Skip to content

Commit

Permalink
Fix CAPK required test name
Browse files Browse the repository at this point in the history
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 <nunnatsa@redhat.com>
  • Loading branch information
nunnatsa committed Aug 31, 2023
1 parent 008bdba commit 673538a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/prow/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 673538a

Please sign in to comment.