Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ func Test_OCPVersion(t *testing.T) {
// This list is dependent on the OCP version. Please update the dependency version to correspond to the one
// vendored for the new OCP version (or contact the responsible team if it hasn't been updated yet).
// Then, bump the OCP version in the `nextOCPUncutBranchName` constant below
const nextOCPUncutBranchName = "release-4.14"
const nextOCPUncutBranchName = "release-4.15"
const errorMessage = "[maintenance alert] new ocp version branch has been cut: please check comments in test for instructions"

// Get branches
Expand Down