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
b255b07d
Unverified
Commit
b255b07d
authored
Dec 02, 2022
by
Derek Nola
Committed by
GitHub
Dec 02, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove nodejs12 based GH actions (#6593)
Signed-off-by:
Derek Nola
<
derek.nola@suse.com
>
parent
9d8260a3
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
10 additions
and
10 deletions
+10
-10
cgroup.yaml
.github/workflows/cgroup.yaml
+3
-3
install.yaml
.github/workflows/install.yaml
+3
-3
nightly-install.yaml
.github/workflows/nightly-install.yaml
+1
-1
snapshotter.yaml
.github/workflows/snapshotter.yaml
+3
-3
No files found.
.github/workflows/cgroup.yaml
View file @
b255b07d
...
...
@@ -26,12 +26,12 @@ jobs:
timeout-minutes
:
40
steps
:
-
name
:
"
Checkout"
uses
:
actions/checkout@v
2
uses
:
actions/checkout@v
3
with
:
{
fetch-depth
:
1
}
-
name
:
"
Build"
run
:
DOCKER_BUILDKIT=1 SKIP_VALIDATE=1 make
-
name
:
"
Upload"
uses
:
actions/upload-artifact@v
2
uses
:
actions/upload-artifact@v
3
with
:
{
name
:
k3s
,
path
:
dist/artifacts/k3s
}
test
:
name
:
"
Conformance
Test"
...
...
@@ -50,7 +50,7 @@ jobs:
working-directory
:
tests/cgroup/${{ matrix.mode }}/${{ matrix.vm }}
steps
:
-
name
:
"
Checkout"
uses
:
actions/checkout@v
2
uses
:
actions/checkout@v
3
with
:
{
fetch-depth
:
1
}
-
name
:
"
Download
Binary"
uses
:
actions/download-artifact@v2
...
...
.github/workflows/install.yaml
View file @
b255b07d
...
...
@@ -19,13 +19,13 @@ jobs:
timeout-minutes
:
20
steps
:
-
name
:
"
Checkout"
uses
:
actions/checkout@v
2
uses
:
actions/checkout@v
3
with
:
fetch-depth
:
1
-
name
:
"
Make"
run
:
DOCKER_BUILDKIT=1 SKIP_VALIDATE=1 make
-
name
:
"
Upload
k3s
binary"
uses
:
actions/upload-artifact@v
2
uses
:
actions/upload-artifact@v
3
with
:
name
:
k3s
path
:
./dist/artifacts/k3s
...
...
@@ -46,7 +46,7 @@ jobs:
INSTALL_K3S_SKIP_DOWNLOAD
:
binary
steps
:
-
name
:
"
Checkout"
uses
:
actions/checkout@v
2
uses
:
actions/checkout@v
3
with
:
{
fetch-depth
:
1
}
-
name
:
"
Vagrant
Cache"
uses
:
actions/cache@v3
...
...
.github/workflows/nightly-install.yaml
View file @
b255b07d
...
...
@@ -25,7 +25,7 @@ jobs:
INSTALL_K3S_CHANNEL
:
${{ matrix.channel }}
steps
:
-
name
:
"
Checkout"
uses
:
actions/checkout@v
2
uses
:
actions/checkout@v
3
with
:
{
fetch-depth
:
1
}
-
name
:
"
Vagrant
Cache"
uses
:
actions/cache@v3
...
...
.github/workflows/snapshotter.yaml
View file @
b255b07d
...
...
@@ -26,12 +26,12 @@ jobs:
timeout-minutes
:
40
steps
:
-
name
:
"
Checkout"
uses
:
actions/checkout@v
2
uses
:
actions/checkout@v
3
with
:
{
fetch-depth
:
1
}
-
name
:
"
Build"
run
:
DOCKER_BUILDKIT=1 SKIP_VALIDATE=1 make
-
name
:
"
Upload
Binary"
uses
:
actions/upload-artifact@v
2
uses
:
actions/upload-artifact@v
3
with
:
{
name
:
k3s
,
path
:
dist/artifacts/k3s
}
test
:
name
:
"
Smoke
Test"
...
...
@@ -52,7 +52,7 @@ jobs:
VAGRANT_EXPERIMENTAL
:
disks
steps
:
-
name
:
"
Checkout"
uses
:
actions/checkout@v
2
uses
:
actions/checkout@v
3
with
:
{
fetch-depth
:
1
}
-
name
:
"
Download
Binary"
uses
:
actions/download-artifact@v2
...
...
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