From 0b44b31825d737f20c4d609ff27943642f98363c Mon Sep 17 00:00:00 2001 From: Sergei Petrosian Date: Mon, 17 Feb 2025 15:41:24 +0100 Subject: [PATCH] ci: Add test plan that runs CI tests and customize it for each role * Calculate number of managed nodes with this formula: (( number_of_test_playbooks / 10 + 1 )) * Add README explaining how to run the plan locally and remotely Signed-off-by: Sergei Petrosian --- .github/workflows/python-unit-test.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/python-unit-test.yml b/.github/workflows/python-unit-test.yml index 33853ebf..1e06aaee 100644 --- a/.github/workflows/python-unit-test.yml +++ b/.github/workflows/python-unit-test.yml @@ -20,9 +20,7 @@ jobs: matrix: pyver_os: - ver: "2.7" - os: ubuntu-20.04 - - ver: "3.6" - os: ubuntu-20.04 + os: ubuntu-22.04 - ver: "3.8" os: ubuntu-latest - ver: "3.9"