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
fd79a1cf
Unverified
Commit
fd79a1cf
authored
Oct 26, 2022
by
Derek Nola
Committed by
GitHub
Oct 26, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bump testing to opensuse Leap 15.4 (#6337)
* Bump to Leap 15.4 for testing Signed-off-by:
Derek Nola
<
derek.nola@suse.com
>
parent
ffdf96fd
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
4 deletions
+6
-4
check-config.sh
contrib/util/check-config.sh
+2
-0
TESTING.md
tests/TESTING.md
+2
-2
Vagrantfile
tests/install/opensuse-leap/Vagrantfile
+1
-1
Vagrantfile
tests/snapshotter/btrfs/opensuse-leap/Vagrantfile
+1
-1
No files found.
contrib/util/check-config.sh
View file @
fd79a1cf
...
...
@@ -364,6 +364,8 @@ if [ "$(cat /sys/module/apparmor/parameters/enabled 2>/dev/null)" = 'Y' ]; then
wrap_color
'(use "apt-get install apparmor" to fix this)'
elif
command
-v
yum &> /dev/null
;
then
wrap_color
'(your best bet is "yum install apparmor-parser")'
elif
command
-v
zypper &> /dev/null
;
then
wrap_color
'(your best bet is "zypper install apparmor-parser")'
else
wrap_color
'(look for an "apparmor" package for your distribution)'
fi
...
...
tests/TESTING.md
View file @
fd79a1cf
...
...
@@ -66,7 +66,7 @@ The sub-directories therein contain fixtures for running simple clusters to asse
-
[
Install Script
](
../tests/install
)
:arrow_right: on proposed changes to
[
install.sh
](
../install.sh
)
-
[
CentOS 7
](
../tests/install/centos-7
)
(
stand-in
for RHEL 7)
-
[
Rocky Linux 8
](
../tests/install/rocky-8
)
(
stand-in
for RHEL 8)
-
[
Leap 15.
3
](
../tests/install/opensuse-microos
)
(
stand-in
for SLES)
-
[
Leap 15.
4
](
../tests/install/opensuse-leap
)
(
stand-in
for SLES)
-
[
MicroOS
](
../tests/install/opensuse-microos
)
(
stand-in
for SLE-Micro)
-
[
Ubuntu 20.04
](
../tests/install/ubuntu-focal
)
(
Focal
Fossa)
-
[
Control Groups
](
../tests/cgroup
)
:arrow_right: on any code change
...
...
@@ -74,7 +74,7 @@ The sub-directories therein contain fixtures for running simple clusters to asse
-
[
Fedora 35
](
../tests/cgroup/unified/fedora-35
)
(
rootfull
+ rootless)
-
[
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))
-
[
Leap 15.
3
](
../tests/snapshotter/btrfs/opensuse-leap
)
-
[
Leap 15.
4
](
../tests/snapshotter/btrfs/opensuse-leap
)
When adding new installer test(s) please copy the prevalent style for the
`Vagrantfile`
.
Ideally, the boxes used for additional assertions will support the default
`virtualbox`
provider which
...
...
tests/install/opensuse-leap/Vagrantfile
View file @
fd79a1cf
...
...
@@ -8,7 +8,7 @@ Vagrant.configure("2") do |config|
config
.
vagrant
.
plugins
=
{
'vagrant-k3s'
=>
{
:version
=>
'~> 0.1.3'
},
}
config
.
vm
.
box
=
'opensuse/Leap-15.
3
.x86_64'
config
.
vm
.
box
=
'opensuse/Leap-15.
4
.x86_64'
config
.
vm
.
boot_timeout
=
ENV
[
'TEST_VM_BOOT_TIMEOUT'
]
||
600
# seconds
config
.
vm
.
synced_folder
'.'
,
'/vagrant'
,
disabled:
true
...
...
tests/snapshotter/btrfs/opensuse-leap/Vagrantfile
View file @
fd79a1cf
...
...
@@ -8,7 +8,7 @@ Vagrant.configure("2") do |config|
config
.
vagrant
.
plugins
=
{
'vagrant-k3s'
=>
{
:version
=>
'~> 0.1.3'
},
}
config
.
vm
.
box
=
"opensuse/Leap-15.
3
.x86_64"
config
.
vm
.
box
=
"opensuse/Leap-15.
4
.x86_64"
config
.
vm
.
boot_timeout
=
ENV
[
'TEST_VM_BOOT_TIMEOUT'
]
||
600
# seconds
config
.
vm
.
synced_folder
'../../../../dist/artifacts'
,
'/vagrant'
,
type:
'rsync'
,
disabled:
false
,
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