Skip to content

Commit

Permalink
Make latest be ubuntu too
Browse files Browse the repository at this point in the history
Signed-off-by: Mauro Morales <mauro.morales@spectrocloud.com>
  • Loading branch information
mauromorales committed Jul 13, 2023
1 parent b38a3fb commit 1beb05f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/reusable-upgrade-latest-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@ jobs:
# The default value is 'false'
latest: true
repository: kairos-io/kairos
# why is opensuse-leap fixed here if the flavor can be passed?
fileName: '*opensuse-leap-v*.iso'
fileName: '*ubuntu-v*.iso'
out-file-path: last-release
- uses: actions/upload-artifact@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion tests/upgrade_latest_cli_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ var _ = Describe("k3s upgrade manual test", Label("upgrade-latest-with-cli"), fu
v, _ = vm.Sudo(getVersionCmd)
return v
// TODO: Add regex semver check here
}, 60*time.Minute, 10*time.Second).ShouldNot(Equal(currentVersion))
}, 30*time.Minute, 10*time.Second).ShouldNot(Equal(currentVersion))
})
})
})

0 comments on commit 1beb05f

Please sign in to comment.