forked from tim/k3s-ansible
fix(CI): Break up workflows and use templates
This commit is contained in:
8
.github/workflows/molecule-template.yml
vendored
8
.github/workflows/molecule-template.yml
vendored
@@ -2,14 +2,6 @@
|
|||||||
name: Molecule Template
|
name: Molecule Template
|
||||||
on:
|
on:
|
||||||
workflow_call:
|
workflow_call:
|
||||||
jobs:
|
|
||||||
molecule:
|
|
||||||
name: Molecule
|
|
||||||
runs-on: macos-12
|
|
||||||
strategy:
|
|
||||||
fail-fast: false
|
|
||||||
env:
|
|
||||||
PYTHON_VERSION: "3.11"
|
|
||||||
runs:
|
runs:
|
||||||
using: "composite"
|
using: "composite"
|
||||||
steps:
|
steps:
|
||||||
|
|||||||
7
.github/workflows/test-default.yml
vendored
7
.github/workflows/test-default.yml
vendored
@@ -3,6 +3,13 @@ name: Test Default
|
|||||||
on:
|
on:
|
||||||
workflow_call:
|
workflow_call:
|
||||||
jobs:
|
jobs:
|
||||||
|
molecule:
|
||||||
|
name: Molecule
|
||||||
|
runs-on: macos-12
|
||||||
|
strategy:
|
||||||
|
fail-fast: false
|
||||||
|
env:
|
||||||
|
PYTHON_VERSION: "3.11"
|
||||||
steps:
|
steps:
|
||||||
- uses: ./.github/workflows/molecule-template.yml
|
- uses: ./.github/workflows/molecule-template.yml
|
||||||
molecule:
|
molecule:
|
||||||
|
|||||||
7
.github/workflows/test-ipv6.yml
vendored
7
.github/workflows/test-ipv6.yml
vendored
@@ -3,6 +3,13 @@ name: Test IPv6
|
|||||||
on:
|
on:
|
||||||
workflow_call:
|
workflow_call:
|
||||||
jobs:
|
jobs:
|
||||||
|
molecule:
|
||||||
|
name: Molecule
|
||||||
|
runs-on: macos-12
|
||||||
|
strategy:
|
||||||
|
fail-fast: false
|
||||||
|
env:
|
||||||
|
PYTHON_VERSION: "3.11"
|
||||||
steps:
|
steps:
|
||||||
- uses: ./.github/workflows/molecule-template.yml
|
- uses: ./.github/workflows/molecule-template.yml
|
||||||
molecule:
|
molecule:
|
||||||
|
|||||||
7
.github/workflows/test-single-node.yml
vendored
7
.github/workflows/test-single-node.yml
vendored
@@ -3,6 +3,13 @@ name: Test Single Node
|
|||||||
on:
|
on:
|
||||||
workflow_call:
|
workflow_call:
|
||||||
jobs:
|
jobs:
|
||||||
|
molecule:
|
||||||
|
name: Molecule
|
||||||
|
runs-on: macos-12
|
||||||
|
strategy:
|
||||||
|
fail-fast: false
|
||||||
|
env:
|
||||||
|
PYTHON_VERSION: "3.11"
|
||||||
steps:
|
steps:
|
||||||
- uses: ./.github/workflows/molecule-template.yml
|
- uses: ./.github/workflows/molecule-template.yml
|
||||||
molecule:
|
molecule:
|
||||||
|
|||||||
Reference in New Issue
Block a user