-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Yaguang Tang
committed
Oct 28, 2024
1 parent
0cc95df
commit 3435fe3
Showing
11 changed files
with
134 additions
and
23 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
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
3.10 |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
# Copyright (c) 2024 VEXXHOST, Inc. | ||
# SPDX-License-Identifier: Apache-2.0 | ||
|
||
- job: | ||
name: ansible-collection-kubernetes-molecule-focal | ||
parent: ansible-collection-kubernetes-molecule | ||
vars: | ||
# NOTE(mnaser): Ubuntu Focal ships with an old Python | ||
python_use_pyenv: true | ||
nodeset: | ||
nodes: | ||
- name: ubuntu-focal | ||
label: focal-2c-8g | ||
|
||
- job: | ||
name: ansible-collection-kubernetes-molecule-focal-aio | ||
parent: ansible-collection-kubernetes-molecule-focal | ||
vars: | ||
tox_envlist: molecule-aio | ||
|
||
- job: | ||
name: ansible-collection-kubernetes-molecule-focal-aio-1-28 | ||
parent: ansible-collection-kubernetes-molecule-focal-aio | ||
vars: | ||
tox_environment: | ||
KUBERNETES_VERSION: 1.28.4 | ||
|
||
- project-template: | ||
name: ansible-collection-kubernetes-molecule-focal | ||
check: | ||
jobs: | ||
- ansible-collection-kubernetes-molecule-focal-aio-1-28 | ||
gate: | ||
jobs: | ||
- ansible-collection-kubernetes-molecule-focal-aio-1-28 |
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 |
---|---|---|
@@ -0,0 +1,32 @@ | ||
# Copyright (c) 2024 VEXXHOST, Inc. | ||
# SPDX-License-Identifier: Apache-2.0 | ||
|
||
- job: | ||
name: ansible-collection-kubernetes-molecule-jammy | ||
parent: ansible-collection-kubernetes-molecule | ||
nodeset: | ||
nodes: | ||
- name: ubuntu-jammy | ||
label: jammy-2c-8g | ||
|
||
- job: | ||
name: ansible-collection-kubernetes-molecule-jammy-aio | ||
parent: ansible-collection-kubernetes-molecule-jammy | ||
vars: | ||
tox_envlist: molecule-aio | ||
|
||
- job: | ||
name: ansible-collection-kubernetes-molecule-jammy-aio-1-28 | ||
parent: ansible-collection-kubernetes-molecule-jammy-aio | ||
vars: | ||
tox_environment: | ||
KUBERNETES_VERSION: 1.28.4 | ||
|
||
- project-template: | ||
name: ansible-collection-kubernetes-molecule-jammy | ||
check: | ||
jobs: | ||
- ansible-collection-kubernetes-molecule-jammy-aio-1-28 | ||
gate: | ||
jobs: | ||
- ansible-collection-kubernetes-molecule-jammy-aio-1-28 |
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 |
---|---|---|
@@ -0,0 +1,36 @@ | ||
# Copyright (c) 2024 VEXXHOST, Inc. | ||
# SPDX-License-Identifier: Apache-2.0 | ||
|
||
- job: | ||
name: ansible-collection-kubernetes-molecule-rockylinux9 | ||
parent: ansible-collection-kubernetes-molecule | ||
vars: | ||
# NOTE(mnaser): `python3-wheel` is not available on Rocky 9. | ||
ensure_pip_from_packages: false | ||
ensure_pip_from_upstream: true | ||
nodeset: | ||
nodes: | ||
- name: rockylinux9 | ||
label: rockylinux9-2c-8g | ||
|
||
- job: | ||
name: ansible-collection-kubernetes-molecule-rockylinux9-aio | ||
parent: ansible-collection-kubernetes-molecule-rockylinux9 | ||
vars: | ||
tox_envlist: molecule-aio | ||
|
||
- job: | ||
name: ansible-collection-kubernetes-molecule-rockylinux9-aio-1-28 | ||
parent: ansible-collection-kubernetes-molecule-rockylinux9-aio | ||
vars: | ||
tox_environment: | ||
KUBERNETES_VERSION: 1.28.4 | ||
|
||
- project-template: | ||
name: ansible-collection-kubernetes-molecule-rockylinux9 | ||
check: | ||
jobs: | ||
- ansible-collection-kubernetes-molecule-rockylinux9-aio-1-28 | ||
gate: | ||
jobs: | ||
- ansible-collection-kubernetes-molecule-rockylinux9-aio-1-28 |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
# Copyright (c) 2024 VEXXHOST, Inc. | ||
# SPDX-License-Identifier: Apache-2.0 | ||
|
||
- hosts: all | ||
roles: | ||
- role: collect-kubernetes-logs |
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