OS incompatibility for devfile registry testing workflow #991
Labels
area/ci
area/registry
Devfile registry for stacks and infrastructure
kind/bug
Something isn't working
Which area this feature is related to?
/kind bug
Which area this bug is related to?
/area ci
/area registry
What versions of software are you using?
Go project
Operating System and version: ubuntu-latest on GitHub (currently Ubuntu 22.04)
Go Pkg Version: 1.17
Node.js project
Operating System and version: N/A
Node.js version: N/A
Yarn version: N/A
Project.json: N/A
Web browser
Operating System and version: N/A
Browser name and version: N/A
Bug Summary
Describe the bug: Test automation for devfile registry under registry-support is failing due to OS incompatibility with the latest Ubuntu version.
To Reproduce: Re-run Test Devfile Registry
Expected behavior
Testing should run successfully.
Any logs, error output, screenshots etc? Provide the devfile that sees this bug, if applicable
Additional context
Any workaround?
None.
Suggestion on how to fix the bug
Either https://github.com/devfile/registry-support/blob/95f857570ad03c08638430204283ed0f954150d5/.github/workflows/ci.yaml#L87 should be changed to
ubuntu-20.04
to support current version ofmanusa/actions-setup-minikube
or version ofmanusa/actions-setup-minikube
should be updated to support latest version of Ubuntu.The text was updated successfully, but these errors were encountered: