forked from tim/k3s-ansible
fix(CI): Break up workflows and use templates
This commit is contained in:
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@@ -15,7 +15,7 @@ jobs:
|
|||||||
needs: [lint]
|
needs: [lint]
|
||||||
test-ipv6:
|
test-ipv6:
|
||||||
uses: ./.github/workflows/test-ipv6.yml
|
uses: ./.github/workflows/test-ipv6.yml
|
||||||
needs: [lint]
|
needs: [lint,test-default]
|
||||||
test-single-node:
|
test-single-node:
|
||||||
uses: ./.github/workflows/test-single-node.yml
|
uses: ./.github/workflows/test-single-node.yml
|
||||||
needs: [lint]
|
needs: [lint,test-default,test-ipv6]
|
||||||
|
|||||||
1
.github/workflows/test-default.yml
vendored
1
.github/workflows/test-default.yml
vendored
@@ -1,5 +1,6 @@
|
|||||||
---
|
---
|
||||||
name: Molecule Template
|
name: Molecule Template
|
||||||
|
concurrency: github_ci
|
||||||
on:
|
on:
|
||||||
workflow_call:
|
workflow_call:
|
||||||
jobs:
|
jobs:
|
||||||
|
|||||||
1
.github/workflows/test-ipv6.yml
vendored
1
.github/workflows/test-ipv6.yml
vendored
@@ -1,5 +1,6 @@
|
|||||||
---
|
---
|
||||||
name: Molecule Template
|
name: Molecule Template
|
||||||
|
concurrency: github_ci
|
||||||
on:
|
on:
|
||||||
workflow_call:
|
workflow_call:
|
||||||
jobs:
|
jobs:
|
||||||
|
|||||||
1
.github/workflows/test-single-node.yml
vendored
1
.github/workflows/test-single-node.yml
vendored
@@ -1,5 +1,6 @@
|
|||||||
---
|
---
|
||||||
name: Molecule Template
|
name: Molecule Template
|
||||||
|
concurrency: github_ci
|
||||||
on:
|
on:
|
||||||
workflow_call:
|
workflow_call:
|
||||||
jobs:
|
jobs:
|
||||||
|
|||||||
Reference in New Issue
Block a user