Skip to content

Commit 8cb9075

Browse files
Update README, Remove SLES, Test Lint requirements
1 parent 8de567b commit 8cb9075

File tree

3 files changed

+19
-18
lines changed

3 files changed

+19
-18
lines changed

.github/workflows/rocky.yml

+6
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,23 @@ name: Rocky
44
on:
55
pull_request:
66
workflow_dispatch:
7+
workflow_run:
8+
workflows: ["Lint"]
9+
types:
10+
- completed
711

812
jobs:
913

1014
"_8_":
1115
uses: ./.github/workflows/reusable_integration_testing.yml
16+
if: ${{ github.event.workflow_run.conclusion == 'success' }}
1217
with:
1318
os: rocky8
1419
ssh_user: rocky
1520
secrets: inherit
1621
"_9_":
1722
uses: ./.github/workflows/reusable_integration_testing.yml
23+
if: ${{ github.event.workflow_run.conclusion == 'success' }}
1824
with:
1925
os: rocky9
2026
ssh_user: rocky

.github/workflows/sles.yml

+12-12
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
1-
---
2-
name: SLES
1+
# ---
2+
# name: SLES
33

4-
on:
5-
pull_request:
6-
workflow_dispatch:
4+
# on:
5+
# pull_request:
6+
# workflow_dispatch:
77

8-
jobs:
8+
# jobs:
99

10-
"_15_":
11-
uses: ./.github/workflows/reusable_integration_testing.yml
12-
with:
13-
os: sles15
14-
ssh_user: ec2-user
15-
secrets: inherit
10+
# "_15_":
11+
# uses: ./.github/workflows/reusable_integration_testing.yml
12+
# with:
13+
# os: sles15
14+
# ssh_user: ec2-user
15+
# secrets: inherit

README.md

+1-6
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,7 @@ Thank you for your understanding and cooperation.
2929

3030
Ansible RKE2 (RKE Government) Playbook
3131
---------
32-
[![LINT](https://github.com/rancherfederal/rke2-ansible/actions/workflows/lint.yml/badge.svg)](https://github.com/rancherfederal/rke2-ansible/actions/workflows/lint.yml?query=branch%3Amain)
33-
34-
[![Rocky 8](https://github.com/rancherfederal/rke2-ansible/actions/workflows/rocky8.yml/badge.svg)](https://github.com/rancherfederal/rke2-ansible/actions/workflows/rocky8.yml?query=branch%3Amain)
35-
36-
[![Ubuntu 20](https://github.com/rancherfederal/rke2-ansible/actions/workflows/ubuntu20.yml/badge.svg)](https://github.com/rancherfederal/rke2-ansible/actions/workflows/ubuntu20.yml?query=branch%3Amain)
32+
[![Lint](https://github.com/rancherfederal/rke2-ansible/actions/workflows/lint.yml/badge.svg)](https://github.com/rancherfederal/rke2-ansible/actions/workflows/lint.yml) [![Rocky](https://github.com/rancherfederal/rke2-ansible/actions/workflows/rocky.yml/badge.svg)](https://github.com/rancherfederal/rke2-ansible/actions/workflows/rocky.yml) [![Ubuntu](https://github.com/rancherfederal/rke2-ansible/actions/workflows/ubuntu.yml/badge.svg)](https://github.com/rancherfederal/rke2-ansible/actions/workflows/ubuntu.yml)
3733

3834
RKE2, also known as RKE Government, is Rancher's next-generation Kubernetes distribution. This Ansible playbook installs RKE2 for both the control plane and workers.
3935

@@ -45,7 +41,6 @@ Platforms
4541
The RKE2 Ansible playbook supports all [RKE2 Supported Operating Systems](https://docs.rke2.io/install/requirements/#operating-systems)
4642

4743
Supported Operating Systems:
48-
- SLES 15
4944
- Rocky 8 and 9
5045
- RedHat: 8 and 9
5146
- Ubuntu: 18, 20, and 22

0 commit comments

Comments
 (0)