Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
k3s
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
k3s
Commits
654d2b95
Unverified
Commit
654d2b95
authored
Aug 27, 2022
by
Akihiro Suda
Committed by
GitHub
Aug 26, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
CI: update Fedora 34 -> 35 (#5996)
Signed-off-by:
Akihiro Suda
<
akihiro.suda.cz@hco.ntt.co.jp
>
parent
2b35f896
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
cgroup.yaml
.github/workflows/cgroup.yaml
+1
-1
TESTING.md
tests/TESTING.md
+1
-1
Vagrantfile
tests/cgroup/unified/fedora-35/Vagrantfile
+1
-1
No files found.
.github/workflows/cgroup.yaml
View file @
654d2b95
...
@@ -42,7 +42,7 @@ jobs:
...
@@ -42,7 +42,7 @@ jobs:
strategy
:
strategy
:
fail-fast
:
false
fail-fast
:
false
matrix
:
matrix
:
vm
:
[
fedora-3
4
]
vm
:
[
fedora-3
5
]
mode
:
[
unified
]
mode
:
[
unified
]
max-parallel
:
1
max-parallel
:
1
defaults
:
defaults
:
...
...
tests/TESTING.md
View file @
654d2b95
...
@@ -71,7 +71,7 @@ The sub-directories therein contain fixtures for running simple clusters to asse
...
@@ -71,7 +71,7 @@ The sub-directories therein contain fixtures for running simple clusters to asse
-
[
Ubuntu 20.04
](
../tests/install/ubuntu-focal
)
(
Focal
Fossa)
-
[
Ubuntu 20.04
](
../tests/install/ubuntu-focal
)
(
Focal
Fossa)
-
[
Control Groups
](
../tests/cgroup
)
:arrow_right: on any code change
-
[
Control Groups
](
../tests/cgroup
)
:arrow_right: on any code change
-
[
mode=unified
](
../tests/cgroup/unified
)
(
cgroups
v2)
-
[
mode=unified
](
../tests/cgroup/unified
)
(
cgroups
v2)
-
[
Fedora 3
4
](
../tests/cgroup/unified/fedora-34
)
(
rootfull
+ rootless)
-
[
Fedora 3
5
](
../tests/cgroup/unified/fedora-35
)
(
rootfull
+ rootless)
-
[
Snapshotter
](
../tests/snapshotter/btrfs/opensuse-leap
)
:arrow_right: on any code change
-
[
Snapshotter
](
../tests/snapshotter/btrfs/opensuse-leap
)
:arrow_right: on any code change
-
[
BTRFS
](
../tests/snapshotter/btrfs
)
(
[containerd
built-in](https://github.com/containerd/containerd/tree/main/snapshots/btrfs))
-
[
BTRFS
](
../tests/snapshotter/btrfs
)
(
[containerd
built-in](https://github.com/containerd/containerd/tree/main/snapshots/btrfs))
-
[
Leap 15.3
](
../tests/snapshotter/btrfs/opensuse-leap
)
-
[
Leap 15.3
](
../tests/snapshotter/btrfs/opensuse-leap
)
...
...
tests/cgroup/unified/fedora-3
4
/Vagrantfile
→
tests/cgroup/unified/fedora-3
5
/Vagrantfile
View file @
654d2b95
...
@@ -10,7 +10,7 @@ Vagrant.configure("2") do |config|
...
@@ -10,7 +10,7 @@ Vagrant.configure("2") do |config|
config
.
vagrant
.
plugins
=
{
config
.
vagrant
.
plugins
=
{
'vagrant-k3s'
=>
{
:version
=>
'~> 0.1.3'
},
'vagrant-k3s'
=>
{
:version
=>
'~> 0.1.3'
},
}
}
config
.
vm
.
box
=
"fedora/3
4
-cloud-base"
config
.
vm
.
box
=
"fedora/3
5
-cloud-base"
config
.
vm
.
boot_timeout
=
ENV
[
'TEST_VM_BOOT_TIMEOUT'
]
||
600
# seconds
config
.
vm
.
boot_timeout
=
ENV
[
'TEST_VM_BOOT_TIMEOUT'
]
||
600
# seconds
config
.
vm
.
synced_folder
'../../../../dist/artifacts'
,
'/vagrant'
,
type:
'rsync'
,
disabled:
false
,
config
.
vm
.
synced_folder
'../../../../dist/artifacts'
,
'/vagrant'
,
type:
'rsync'
,
disabled:
false
,
rsync__exclude:
ENV
[
'RSYNC_EXCLUDE'
]
||
'*.tar.*'
rsync__exclude:
ENV
[
'RSYNC_EXCLUDE'
]
||
'*.tar.*'
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment