forked from tim/k3s-ansible
fix(CI): Break up workflows and use templates
This commit is contained in:
9
.github/workflows/test-default.yml
vendored
9
.github/workflows/test-default.yml
vendored
@@ -7,13 +7,12 @@ jobs:
|
|||||||
name: Molecule
|
name: Molecule
|
||||||
runs-on: macos-12
|
runs-on: macos-12
|
||||||
strategy:
|
strategy:
|
||||||
|
matrix:
|
||||||
|
scenario:
|
||||||
|
- default
|
||||||
|
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
env:
|
env:
|
||||||
PYTHON_VERSION: "3.11"
|
PYTHON_VERSION: "3.11"
|
||||||
steps:
|
steps:
|
||||||
- uses: ./.github/workflows/molecule-template.yml
|
- uses: ./.github/workflows/molecule-template.yml
|
||||||
molecule:
|
|
||||||
strategy:
|
|
||||||
matrix:
|
|
||||||
scenario:
|
|
||||||
- default
|
|
||||||
|
|||||||
8
.github/workflows/test-ipv6.yml
vendored
8
.github/workflows/test-ipv6.yml
vendored
@@ -7,13 +7,11 @@ jobs:
|
|||||||
name: Molecule
|
name: Molecule
|
||||||
runs-on: macos-12
|
runs-on: macos-12
|
||||||
strategy:
|
strategy:
|
||||||
|
matrix:
|
||||||
|
scenario:
|
||||||
|
- ipv6
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
env:
|
env:
|
||||||
PYTHON_VERSION: "3.11"
|
PYTHON_VERSION: "3.11"
|
||||||
steps:
|
steps:
|
||||||
- uses: ./.github/workflows/molecule-template.yml
|
- uses: ./.github/workflows/molecule-template.yml
|
||||||
molecule:
|
|
||||||
strategy:
|
|
||||||
matrix:
|
|
||||||
scenario:
|
|
||||||
- ipv6
|
|
||||||
|
|||||||
8
.github/workflows/test-single-node.yml
vendored
8
.github/workflows/test-single-node.yml
vendored
@@ -7,13 +7,11 @@ jobs:
|
|||||||
name: Molecule
|
name: Molecule
|
||||||
runs-on: macos-12
|
runs-on: macos-12
|
||||||
strategy:
|
strategy:
|
||||||
|
matrix:
|
||||||
|
scenario:
|
||||||
|
- single_node
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
env:
|
env:
|
||||||
PYTHON_VERSION: "3.11"
|
PYTHON_VERSION: "3.11"
|
||||||
steps:
|
steps:
|
||||||
- uses: ./.github/workflows/molecule-template.yml
|
- uses: ./.github/workflows/molecule-template.yml
|
||||||
molecule:
|
|
||||||
strategy:
|
|
||||||
matrix:
|
|
||||||
scenario:
|
|
||||||
- single_node
|
|
||||||
|
|||||||
Reference in New Issue
Block a user