Skip to content

Commit d0388f5

Browse files
committed
CI: remove remnants of Vagrant
Follow-up to PR 3753 Signed-off-by: Akihiro Suda <[email protected]>
1 parent f20102c commit d0388f5

File tree

2 files changed

+0
-12
lines changed

2 files changed

+0
-12
lines changed

.github/workflows/vm.yaml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -80,15 +80,6 @@ jobs:
8080
# Modify the client config to use the rootless daemon by default
8181
"$HELPER" docker context use rootless
8282
83-
- name: Set up Rootless Podman
84-
if: ${{ matrix.provider == 'podman' && matrix.rootless == 'rootless' }}
85-
run: |
86-
# Restart the user session to ensure the cgroup delegation
87-
# ref: https://github.com/kubernetes-sigs/kind/pull/2754#issuecomment-1124027063
88-
"$HELPER" sudo loginctl terminate-user vagrant || true
89-
# We have modprobe ip6_tables in Vagrantfile, but it seems we have to modprobe it once again
90-
"$HELPER" sudo modprobe ip6_tables
91-
9283
- name: Show provider info
9384
run: |
9485
"$HELPER" "$KIND_EXPERIMENTAL_PROVIDER" info

.gitignore

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,6 @@
99
# macOS
1010
.DS_Store
1111

12-
# Vagrant
13-
.vagrant
14-
1512
# files generated by editors
1613
.idea/
1714
*.iml

0 commit comments

Comments
 (0)