Skip to content

Commit

Permalink
Use minimum tag for Kind tests
Browse files Browse the repository at this point in the history
Followup to: openshift#34349

Signed-off-by: Dale Haiducek <19750917+dhaiducek@users.noreply.github.com>
  • Loading branch information
dhaiducek committed Dec 20, 2022
1 parent b259305 commit 5ddd903
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,15 @@ branch-protection:
required_approving_review_count: 1
required_status_checks:
contexts:
- KinD tests (v1.18.15)
- KinD tests (minimum)
- KinD tests (latest)
- SonarCloud
- SonarCloud Code Analysis
release-2.6:
protect: true
required_status_checks:
contexts:
- KinD tests (v1.18.15)
- KinD tests (minimum)
- KinD tests (latest)
- KinD / Tests (latest, true)
- KinD / Tests (latest, false)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,15 @@ branch-protection:
required_approving_review_count: 1
required_status_checks:
contexts:
- KinD tests (v1.18.15)
- KinD tests (minimum)
- KinD tests (latest)
- SonarCloud
- SonarCloud Code Analysis
release-2.6:
protect: true
required_status_checks:
contexts:
- KinD tests (v1.18.15)
- KinD tests (minimum)
- KinD tests (latest)
- KinD / Tests (latest, true)
- KinD / Tests (latest, false)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,15 @@ branch-protection:
required_approving_review_count: 1
required_status_checks:
contexts:
- KinD tests (v1.18.15)
- KinD tests (minimum)
- KinD tests (latest)
- SonarCloud
- SonarCloud Code Analysis
release-2.6:
protect: true
required_status_checks:
contexts:
- KinD tests (v1.18.15)
- KinD tests (minimum)
- KinD tests (latest)
- KinD / Tests (latest, true)
- KinD / Tests (latest, false)
Expand Down

0 comments on commit 5ddd903

Please sign in to comment.