From 10183a50827f36d70e73f0638f32753ae6221cb6 Mon Sep 17 00:00:00 2001 From: Mathieu Le Marec - Pasquet Date: Mon, 29 Sep 2025 20:00:39 +0300 Subject: [PATCH 1/2] disable some jobs on 2.0 --- .github/workflows/cicd.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index 8687830c..47ac2946 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -119,14 +119,8 @@ jobs: - "corpusops/ubuntu:22.04" - "corpusops/ubuntu:20.04" - "corpusops/ubuntu:18.04" - - "corpusops/ubuntu:latest" - "corpusops/debian:buster" - "corpusops/debian:bullseye" - #- "corpusops/debian:sid" - #- "corpusops/debian:stretch" - #- "corpusops/ubuntu:16.04" - #- "corpusops/debian:buster" - #- "corpusops/centos:7" on: workflow_dispatch: push: From 9767ed00b3ff13516305a7db2b23cac312de0d56 Mon Sep 17 00:00:00 2001 From: Mathieu Le Marec - Pasquet Date: Tue, 30 Sep 2025 20:00:39 +0300 Subject: [PATCH 2/2] doc --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 0192daa4..e8e6a0bf 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,6 @@ It will in ./corpusops/corpusops.bootstrap: | corpusops.bootstrap | roles branch | supported python version | bundled ansible branch | ansible requirements | docker tags | | ------------------- | ------------------ | ------------------------ | ------------------------- | ----------------------- | ----------- | -| `3.0` | 2.0 | **>=python-3.9** | **2.14** | `>= 2.10` | `corpusops/ubuntu:latest`, `corpusops/ubuntu:22.04-2.14`, `corpusops/ubuntu:20.04-2.14`, | | `2.0` | 2.0 | **python-3** | **2.10** | `2.9,2.10` | `corpusops/ubuntu:22.04-2.10`, `corpusops/ubuntu:20.04-2.10`, `corpusops/ubuntu:18.04-2.10`, `corpusops/ubuntu:22.04-2.9`, `corpusops/ubuntu:20.04-2.9`, `corpusops/ubuntu:18.04-2.9` | | `master` | master | **python-2.8** | **2.7** | `2.5, 2.7` | `corpusops/ubuntu:20.04-2.7`, `corpusops/ubuntu:18.04-2.7` |