Skip to content

[25.1] Two Continuous Integration workflow fixes - #23461

Merged
mvdbeek merged 2 commits into
galaxyproject:release_25.1from
nsoranzo:release_25.1_backport_setup-minikube_fix
Sep 4, 2026
Merged

[25.1] Two Continuous Integration workflow fixes#23461
mvdbeek merged 2 commits into
galaxyproject:release_25.1from
nsoranzo:release_25.1_backport_setup-minikube_fix

Conversation

@nsoranzo

@nsoranzo nsoranzo commented Sep 4, 2026

Copy link
Copy Markdown
Member

How to test the changes?

(Select all options that apply)

  • I've included appropriate automated tests.
  • This is a refactoring of components with existing test coverage.
  • Instructions for manual testing are as follows:
    1. [add testing steps and prerequisites here if you didn't write automated tests covering all your changes]

License

  • I agree to license these and all my past contributions to the core galaxy codebase under the MIT license.

minikube v1.39.0 changed the default container runtime to `containerd`,
(see: https://github.com/kubernetes/minikube/releases/tag/v1.39.0 ),
which currently doesn't work with the `none` driver:
kubernetes/minikube#21985

Fix the following error on CI integration workflows:

```
* minikube v1.39.0 on Ubuntu 24.04
* Using the none driver based on user configuration
! Using the 'containerd' runtime with the 'none' driver is an untested configuration!
* Starting "minikube" primary control-plane node in "minikube" cluster
* Running on localhost (CPUs=4, Memory=15988MB, Disk=147718MB) ...
* OS release is Ubuntu 24.04.4 LTS

X Exiting due to RUNTIME_ENABLE: Failed to start container runtime: Temporary Error: sudo /usr/local/bin/crictl version: exit status 1
stdout:

stderr:
time="2026-09-02T22:08:14Z" level=fatal msg="validate service connection: validate CRI v1 runtime API for endpoint \"unix:///run/containerd/containerd.sock\": rpc error: code = Unimplemented desc = unknown service runtime.v1.RuntimeService"
```
@github-project-automation github-project-automation Bot moved this to Needs Review in Galaxy Dev - weeklies Sep 4, 2026
@mvdbeek
mvdbeek merged commit fb5a164 into galaxyproject:release_25.1 Sep 4, 2026
39 of 44 checks passed
@github-project-automation github-project-automation Bot moved this from Needs Review to Done in Galaxy Dev - weeklies Sep 4, 2026
@nsoranzo
nsoranzo deleted the release_25.1_backport_setup-minikube_fix branch September 4, 2026 17:57
@github-actions github-actions Bot added this to the 26.2 milestone Sep 4, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

Development

Successfully merging this pull request may close these issues.

2 participants