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
b010c941
Unverified
Commit
b010c941
authored
Sep 26, 2023
by
Chris Wayne
Committed by
GitHub
Sep 26, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix .github regex to skip drone runs on gh action bumps (#8433)
* Fix .github regex to skip drone runs on gh action bumps Signed-off-by:
Chris Wayne
<
cwayne18@gmail.com
>
parent
d349c9db
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
9 additions
and
9 deletions
+9
-9
.droneignore
.droneignore
+1
-1
build-k3s.yaml
.github/workflows/build-k3s.yaml
+1
-1
cgroup.yaml
.github/workflows/cgroup.yaml
+1
-1
install.yaml
.github/workflows/install.yaml
+1
-1
integration.yaml
.github/workflows/integration.yaml
+1
-1
nightly-install.yaml
.github/workflows/nightly-install.yaml
+1
-1
snapshotter.yaml
.github/workflows/snapshotter.yaml
+1
-1
unitcoverage.yaml
.github/workflows/unitcoverage.yaml
+1
-1
updatecli.yaml
.github/workflows/updatecli.yaml
+1
-1
No files found.
.droneignore
View file @
b010c941
^.*\.md$
^install\.sh$
^\.droneignore$
^\.github
/
*$
^\.github
\/.
*$
^MAINTAINERS$
^CODEOWNERS$
^LICENSE$
...
...
.github/workflows/build-k3s.yaml
View file @
b010c941
...
...
@@ -18,7 +18,7 @@ jobs:
timeout-minutes
:
20
steps
:
-
name
:
Checkout K3s
uses
:
actions/checkout@v
3
uses
:
actions/checkout@v
4
-
name
:
Build K3s binary
run
:
|
DOCKER_BUILDKIT=1 SKIP_IMAGE=1 SKIP_AIRGAP=1 SKIP_VALIDATE=1 GOCOVER=1 make
...
...
.github/workflows/cgroup.yaml
View file @
b010c941
...
...
@@ -43,7 +43,7 @@ jobs:
working-directory
:
tests/cgroup/${{ matrix.mode }}/${{ matrix.vm }}
steps
:
-
name
:
"
Checkout"
uses
:
actions/checkout@v
3
uses
:
actions/checkout@v
4
with
:
{
fetch-depth
:
1
}
-
name
:
"
Download
Binary"
uses
:
actions/download-artifact@v3
...
...
.github/workflows/install.yaml
View file @
b010c941
...
...
@@ -39,7 +39,7 @@ jobs:
INSTALL_K3S_SKIP_DOWNLOAD
:
binary
steps
:
-
name
:
"
Checkout"
uses
:
actions/checkout@v
3
uses
:
actions/checkout@v
4
with
:
{
fetch-depth
:
1
}
-
name
:
"
Vagrant
Cache"
uses
:
actions/cache@v3
...
...
.github/workflows/integration.yaml
View file @
b010c941
...
...
@@ -42,7 +42,7 @@ jobs:
max-parallel
:
3
steps
:
-
name
:
Checkout
uses
:
actions/checkout@v
3
uses
:
actions/checkout@v
4
with
:
fetch-depth
:
1
-
name
:
Install Go
...
...
.github/workflows/nightly-install.yaml
View file @
b010c941
...
...
@@ -29,7 +29,7 @@ jobs:
INSTALL_K3S_CHANNEL
:
${{ matrix.channel }}
steps
:
-
name
:
"
Checkout"
uses
:
actions/checkout@v
3
uses
:
actions/checkout@v
4
with
:
{
fetch-depth
:
1
}
-
name
:
"
Vagrant
Cache"
uses
:
actions/cache@v3
...
...
.github/workflows/snapshotter.yaml
View file @
b010c941
...
...
@@ -45,7 +45,7 @@ jobs:
VAGRANT_EXPERIMENTAL
:
disks
steps
:
-
name
:
"
Checkout"
uses
:
actions/checkout@v
3
uses
:
actions/checkout@v
4
with
:
{
fetch-depth
:
1
}
-
name
:
"
Download
Binary"
uses
:
actions/download-artifact@v3
...
...
.github/workflows/unitcoverage.yaml
View file @
b010c941
...
...
@@ -35,7 +35,7 @@ jobs:
timeout-minutes
:
20
steps
:
-
name
:
Checkout
uses
:
actions/checkout@v
3
uses
:
actions/checkout@v
4
with
:
fetch-depth
:
1
-
name
:
Install Go
...
...
.github/workflows/updatecli.yaml
View file @
b010c941
...
...
@@ -20,7 +20,7 @@ jobs:
if
:
github.ref == 'refs/heads/master'
steps
:
-
name
:
Checkout
uses
:
actions/checkout@v
3
uses
:
actions/checkout@v
4
-
name
:
Install Go
uses
:
actions/setup-go@v4
...
...
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