Skip to content

Commit

Permalink
kola/tests/ignition/oem: Bump MinVersion of new tests
Browse files Browse the repository at this point in the history
This will be merged today, so the new nightly build with the test will
have version 3620. Use it instead of 3603.
  • Loading branch information
krnowak committed May 30, 2023
1 parent fe70b0a commit 0a8b738
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kola/tests/ignition/oem.go
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ func init() {
Distros: []string{"cl"},
// This test overwrites the grub.cfg which does not work on cloud environments after reboot
Platforms: []string{"qemu", "qemu-unpriv"},
MinVersion: semver.Version{Major: 3603},
MinVersion: semver.Version{Major: 3620},
UserData: conf.Butane(withNewOEMMountpoint(regularButaneConfigTemplate)),
})
register.Register(&register.Test{
Expand All @@ -113,7 +113,7 @@ func init() {
Distros: []string{"cl"},
// This test overwrites the grub.cfg which does not work on cloud environments after reboot
Platforms: []string{"qemu", "qemu-unpriv"},
MinVersion: semver.Version{Major: 3603},
MinVersion: semver.Version{Major: 3620},
UserData: conf.Butane(withNewOEMMountpoint(indirectButaneConfigTemplate)),
})
register.Register(&register.Test{
Expand Down

0 comments on commit 0a8b738

Please sign in to comment.