From d7940c2736b1336b58d385cc76030a9e2172b0c8 Mon Sep 17 00:00:00 2001 From: Miguel Company Date: Tue, 17 Dec 2024 11:24:44 +0100 Subject: [PATCH] Remove EOL versions from PR template and nightly jobs (#256) * Refs #22103. Remove EOL versions from PR template backports. Signed-off-by: Miguel Company * Refs #22103. Remove EOL versions from nightly jobs. Signed-off-by: Miguel Company --------- Signed-off-by: Miguel Company --- .github/pull_request_template.md | 2 +- .github/workflows/nightly-mac-ci.yml | 10 ---------- .github/workflows/nightly-ubuntu-ci.yml | 10 ---------- .github/workflows/nightly-windows-ci.yml | 17 ----------------- 4 files changed, 1 insertion(+), 38 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 4cbefe3b..18ddf6cd 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -17,7 +17,7 @@ In case of bug fixes, please provide the list of supported branches where this fix should be also merged. Please uncomment following line, adjusting the corresponding target branches for the backport. --> - + diff --git a/.github/workflows/nightly-mac-ci.yml b/.github/workflows/nightly-mac-ci.yml index ddc9d189..98eccc0d 100644 --- a/.github/workflows/nightly-mac-ci.yml +++ b/.github/workflows/nightly-mac-ci.yml @@ -26,16 +26,6 @@ jobs: run-tests: true use-ccache: false - nightly-mac-ci-1_1_x: - uses: eProsima/Fast-CDR/.github/workflows/reusable-ci.yml@1.1.x - with: - os-version: 'macos-13' - label: 'nightly-mac-ci-1.1.x' - fastcdr-branch: '1.1.x' - run-build: true - run-tests: true - use-ccache: false - nightly-mac-ci-1_0_x: uses: eProsima/Fast-CDR/.github/workflows/reusable-ci.yml@1.0.x with: diff --git a/.github/workflows/nightly-ubuntu-ci.yml b/.github/workflows/nightly-ubuntu-ci.yml index 48cfdfa8..a183a12d 100644 --- a/.github/workflows/nightly-ubuntu-ci.yml +++ b/.github/workflows/nightly-ubuntu-ci.yml @@ -26,16 +26,6 @@ jobs: run-tests: true use-ccache: false - nightly-ubuntu-ci-1_1_x: - uses: eProsima/Fast-CDR/.github/workflows/reusable-ci.yml@1.1.x - with: - os-version: 'ubuntu-22.04' - label: 'nightly-ubuntu-ci-1.1.x' - fastcdr-branch: '1.1.x' - run-build: true - run-tests: true - use-ccache: false - nightly-ubuntu-ci-1_0_x: uses: eProsima/Fast-CDR/.github/workflows/reusable-ci.yml@1.0.x with: diff --git a/.github/workflows/nightly-windows-ci.yml b/.github/workflows/nightly-windows-ci.yml index cc292101..875867fb 100644 --- a/.github/workflows/nightly-windows-ci.yml +++ b/.github/workflows/nightly-windows-ci.yml @@ -40,23 +40,6 @@ jobs: run-tests: true use-ccache: false - nightly-windows-ci-1_1_x: - strategy: - fail-fast: false - matrix: - vs-toolset: - - 'v141' - - 'v142' - uses: eProsima/Fast-CDR/.github/workflows/reusable-ci.yml@1.1.x - with: - os-version: 'windows-2019' - vs-toolset: ${{ matrix.vs-toolset }} - label: 'nightly-windows-${{ matrix.vs-toolset }}-ci-1.1.x' - fastcdr-branch: '1.1.x' - run-build: true - run-tests: true - use-ccache: false - nightly-windows-ci-1_0_x: strategy: fail-fast: false