Skip to content

Commit

Permalink
use old minikube iso
Browse files Browse the repository at this point in the history
  • Loading branch information
joshiste committed May 7, 2024
1 parent 9c22260 commit 1975e4e
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 15 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,13 @@ jobs:
# with:
# limit-access-to-actor: false
# detached: true
- name: Setup upterm session
uses: lhotari/action-upterm@v1
with:
## limits ssh access and adds the ssh public key for the user which triggered the workflow
limit-access-to-actor: true
## limits ssh access and adds the ssh public keys of the listed GitHub users
limit-access-to-users: ansgarschulte,joshiste
#- name: Setup upterm session
# uses: lhotari/action-upterm@v1
# with:
# ## limits ssh access and adds the ssh public key for the user which triggered the workflow
# limit-access-to-actor: true
# ## limits ssh access and adds the ssh public keys of the listed GitHub users
# limit-access-to-users: ansgarschulte,joshiste
- name: Audit
run: |
go mod download
Expand Down
6 changes: 1 addition & 5 deletions e2e/integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -145,10 +145,6 @@ func TestWithMinikube(t *testing.T) {
Name: "fill disk",
Test: testFillDisk,
},
{
Name: "sleep",
Test: sleep,
},
//{
// Name: "shutdown host",
// Test: testShutdownHost, // if you run this test locally, you will need to restart your docker machine
Expand Down Expand Up @@ -1045,5 +1041,5 @@ func getMinikubeOptions() e2e.MinikubeOpts {
mOpts = mOpts.WithDriver("kvm2")
}

return mOpts
return mOpts.WithStartArgs("--iso-url=https://storage.googleapis.com/minikube/iso/minikube-v1.32.1-amd64.iso,https://github.com/kubernetes/minikube/releases/download/v1.32.1/minikube-v1.32.1-amd64.iso,https://kubernetes.oss-cn-hangzhou.aliyuncs.com/minikube/iso/minikube-v1.32.1-amd64.iso")
}
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ require (
github.com/steadybit/action-kit/go/action_kit_api/v2 v2.9.0
github.com/steadybit/action-kit/go/action_kit_commons v1.1.10-0.20240507084323-0d521bdc476a
github.com/steadybit/action-kit/go/action_kit_sdk v1.1.9
github.com/steadybit/action-kit/go/action_kit_test v1.2.11
github.com/steadybit/action-kit/go/action_kit_test v1.2.12-0.20240502142703-d0e2351f509b
github.com/steadybit/discovery-kit/go/discovery_kit_api v1.5.2
github.com/steadybit/discovery-kit/go/discovery_kit_commons v0.1.0
github.com/steadybit/discovery-kit/go/discovery_kit_sdk v1.0.6
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -165,8 +165,8 @@ github.com/steadybit/action-kit/go/action_kit_commons v1.1.10-0.20240507084323-0
github.com/steadybit/action-kit/go/action_kit_commons v1.1.10-0.20240507084323-0d521bdc476a/go.mod h1:VDYCtS6HZ7mLFDgDro6tNLyWdFNnUGyGWIUxVn//z30=
github.com/steadybit/action-kit/go/action_kit_sdk v1.1.9 h1:EZCQA7FWxyWpA6du9Kt/5PMAZ2JXn9s1twWHuh8DMQo=
github.com/steadybit/action-kit/go/action_kit_sdk v1.1.9/go.mod h1:doeEvG/3OQSd3Xvb4UvWpnwmY3VT+Pf9f6NfxV5i2rU=
github.com/steadybit/action-kit/go/action_kit_test v1.2.11 h1:+UMcn7wqjQJodP7k7VzRHZACwKJd2il0rhZG/ZYeUZk=
github.com/steadybit/action-kit/go/action_kit_test v1.2.11/go.mod h1:L4IcQdv7QFgkMT5ktzunfy6YyjrQrC8Z+nqV0vX1WUU=
github.com/steadybit/action-kit/go/action_kit_test v1.2.12-0.20240502142703-d0e2351f509b h1:/1MqWQeiz+01Xrr72V5LPKzfOP8NC1/MA9HTkdjC5CQ=
github.com/steadybit/action-kit/go/action_kit_test v1.2.12-0.20240502142703-d0e2351f509b/go.mod h1:L4IcQdv7QFgkMT5ktzunfy6YyjrQrC8Z+nqV0vX1WUU=
github.com/steadybit/discovery-kit/go/discovery_kit_api v1.5.2 h1:xWhV5djzK/M+vEF0hZ23Am1Kv6CLIAYgaKzDKk/4eH8=
github.com/steadybit/discovery-kit/go/discovery_kit_api v1.5.2/go.mod h1:z/470RzpfjTaD0rpJkj0b0r2DZH9StY3SRkETMKt43E=
github.com/steadybit/discovery-kit/go/discovery_kit_commons v0.1.0 h1:g4PjxmmUdHKJQ4FJ9evrIHKm5qgN2r3Rd8AJjiZZ2kI=
Expand Down

0 comments on commit 1975e4e

Please sign in to comment.