Skip to content

Commit

Permalink
Merge pull request #3485 from AkihiroSuda/ci-rename-cgroup2
Browse files Browse the repository at this point in the history
CI: rename cgroup2.yaml to vm.yaml
  • Loading branch information
k8s-ci-robot authored Jan 21, 2024
2 parents 561b807 + a9a6617 commit ad3437c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/cgroup2.yaml → .github/workflows/vm.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Cgroup v2
name: VM

on:
workflow_dispatch:
Expand All @@ -12,8 +12,9 @@ permissions:
contents: read

jobs:
docker:
name: Cgroup v2
vm:
# Fedora is different from Ubuntu in LSM (SELinux), filesystem (btrfs), kernel version, etc.
name: "VM (Fedora)"
runs-on: ubuntu-22.04
timeout-minutes: 30
strategy:
Expand Down
2 changes: 1 addition & 1 deletion hack/ci/Vagrantfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- mode: ruby -*-
# vi: set ft=ruby :

# Vagrant box for testing kind with cgroup v2
# Vagrant box for testing kind with non-Ubuntu
Vagrant.configure("2") do |config|
# `config.vm.box = "fedora/37-cloud-base"` seems flaky,
# so we specify the URL explicitly.
Expand Down

0 comments on commit ad3437c

Please sign in to comment.