-
Notifications
You must be signed in to change notification settings - Fork 168
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #15 from lablabs/develop
Develop to Main
- Loading branch information
Showing
8 changed files
with
24 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,36 +18,40 @@ jobs: | |
max-parallel: 1 | ||
matrix: | ||
config: | ||
- os: "centos8" | ||
- image: "centos8" | ||
tag: "latest" | ||
- os: "ubuntu20" | ||
- image: "ubuntu2004" | ||
tag: "latest" | ||
steps: | ||
- name: checkout | ||
uses: actions/checkout@v2 | ||
with: | ||
path: "${{ github.repository }}" | ||
- name: Molecule for Ansible | ||
uses: MonolithProjects/action-molecule@v1.4.3 | ||
uses: robertdebock/molecule[email protected] | ||
with: | ||
os: ${{ matrix.config.os }} | ||
image: ${{ matrix.config.image }} | ||
tag: ${{ matrix.config.tag }} | ||
molecule_command: test | ||
scenario: default | ||
|
||
cluster: | ||
name: Test RKE2 Ansible Role - cluster | ||
runs-on: ubuntu-20.04 | ||
needs: standalone | ||
strategy: | ||
fail-fast: false | ||
max-parallel: 1 | ||
matrix: | ||
config: | ||
- image: "ubuntu2004" | ||
tag: "latest" | ||
steps: | ||
- name: checkout | ||
uses: actions/checkout@v2 | ||
with: | ||
path: "${{ github.repository }}" | ||
- name: Molecule for Ansible | ||
uses: MonolithProjects/action-molecule@v1.4.3 | ||
uses: robertdebock/molecule[email protected] | ||
with: | ||
molecule_command: test | ||
image: ${{ matrix.config.image }} | ||
tag: ${{ matrix.config.tag }} | ||
scenario: cluster |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters