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
71eacd22
Unverified
Commit
71eacd22
authored
Nov 21, 2022
by
Derek Nola
Committed by
GitHub
Nov 21, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Github CI Updates (#6522)
* Bump unit tests OS * Bump action cache version to v3 * Rework cache naming scheme Signed-off-by:
Derek Nola
<
derek.nola@suse.com
>
parent
f4c80a47
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
6 additions
and
6 deletions
+6
-6
cgroup.yaml
.github/workflows/cgroup.yaml
+1
-1
install.yaml
.github/workflows/install.yaml
+1
-1
nightly-install.yaml
.github/workflows/nightly-install.yaml
+2
-2
snapshotter.yaml
.github/workflows/snapshotter.yaml
+1
-1
unitcoverage.yaml
.github/workflows/unitcoverage.yaml
+1
-1
No files found.
.github/workflows/cgroup.yaml
View file @
71eacd22
...
@@ -56,7 +56,7 @@ jobs:
...
@@ -56,7 +56,7 @@ jobs:
uses
:
actions/download-artifact@v2
uses
:
actions/download-artifact@v2
with
:
{
name
:
k3s
,
path
:
dist/artifacts/
}
with
:
{
name
:
k3s
,
path
:
dist/artifacts/
}
-
name
:
"
Vagrant
Cache"
-
name
:
"
Vagrant
Cache"
uses
:
actions/cache@v
2
uses
:
actions/cache@v
3
with
:
with
:
path
:
|
path
:
|
~/.vagrant.d/boxes
~/.vagrant.d/boxes
...
...
.github/workflows/install.yaml
View file @
71eacd22
...
@@ -49,7 +49,7 @@ jobs:
...
@@ -49,7 +49,7 @@ jobs:
uses
:
actions/checkout@v2
uses
:
actions/checkout@v2
with
:
{
fetch-depth
:
1
}
with
:
{
fetch-depth
:
1
}
-
name
:
"
Vagrant
Cache"
-
name
:
"
Vagrant
Cache"
uses
:
actions/cache@v
2
uses
:
actions/cache@v
3
with
:
with
:
path
:
|
path
:
|
~/.vagrant.d/boxes
~/.vagrant.d/boxes
...
...
.github/workflows/nightly-install.yaml
View file @
71eacd22
...
@@ -28,12 +28,12 @@ jobs:
...
@@ -28,12 +28,12 @@ jobs:
uses
:
actions/checkout@v2
uses
:
actions/checkout@v2
with
:
{
fetch-depth
:
1
}
with
:
{
fetch-depth
:
1
}
-
name
:
"
Vagrant
Cache"
-
name
:
"
Vagrant
Cache"
uses
:
actions/cache@v
2
uses
:
actions/cache@v
3
with
:
with
:
path
:
|
path
:
|
~/.vagrant.d/boxes
~/.vagrant.d/boxes
~/.vagrant.d/gems
~/.vagrant.d/gems
key
:
install-${{
hashFiles(format('tests/install/{0}/Vagrantfile', matrix.vm)
) }}
key
:
install-${{
matrix.vm }}-${{ hashFiles('tests/install/${{ matrix.vm }}/Vagrantfile'
) }}
id
:
vagrant-cache
id
:
vagrant-cache
continue-on-error
:
true
continue-on-error
:
true
-
name
:
"
Vagrant
Plugin(s)"
-
name
:
"
Vagrant
Plugin(s)"
...
...
.github/workflows/snapshotter.yaml
View file @
71eacd22
...
@@ -58,7 +58,7 @@ jobs:
...
@@ -58,7 +58,7 @@ jobs:
uses
:
actions/download-artifact@v2
uses
:
actions/download-artifact@v2
with
:
{
name
:
k3s
,
path
:
dist/artifacts/
}
with
:
{
name
:
k3s
,
path
:
dist/artifacts/
}
-
name
:
"
Vagrant
Cache"
-
name
:
"
Vagrant
Cache"
uses
:
actions/cache@v
2
uses
:
actions/cache@v
3
with
:
with
:
path
:
|
path
:
|
~/.vagrant.d/boxes
~/.vagrant.d/boxes
...
...
.github/workflows/unitcoverage.yaml
View file @
71eacd22
...
@@ -27,7 +27,7 @@ jobs:
...
@@ -27,7 +27,7 @@ jobs:
runs-on
:
${{ matrix.os }}
runs-on
:
${{ matrix.os }}
strategy
:
strategy
:
matrix
:
matrix
:
os
:
[
ubuntu-
18.04
,
ubuntu-20
.04
]
os
:
[
ubuntu-
20.04
,
ubuntu-22
.04
]
timeout-minutes
:
20
timeout-minutes
:
20
steps
:
steps
:
-
name
:
Checkout
-
name
:
Checkout
...
...
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