Skip to content

Commit

Permalink
Remove EOL versions from PR template and nightly jobs (#256)
Browse files Browse the repository at this point in the history
* Refs #22103. Remove EOL versions from PR template backports.

Signed-off-by: Miguel Company <[email protected]>

* Refs #22103. Remove EOL versions from nightly jobs.

Signed-off-by: Miguel Company <[email protected]>

---------

Signed-off-by: Miguel Company <[email protected]>
  • Loading branch information
MiguelCompany authored Dec 17, 2024
1 parent 5b8025b commit d7940c2
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 38 deletions.
2 changes: 1 addition & 1 deletion .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
-->
<!-- @Mergifyio backport 2.1.x 1.0.x -->
<!-- @Mergifyio backport 1.0.x -->

<!-- If an issue is already opened, please uncomment next line with the corresponding issue number. -->
<!-- Fixes #(issue) -->
Expand Down
10 changes: 0 additions & 10 deletions .github/workflows/nightly-mac-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,16 +26,6 @@ jobs:
run-tests: true
use-ccache: false

nightly-mac-ci-1_1_x:
uses: eProsima/Fast-CDR/.github/workflows/[email protected]
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/[email protected]
with:
Expand Down
10 changes: 0 additions & 10 deletions .github/workflows/nightly-ubuntu-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,16 +26,6 @@ jobs:
run-tests: true
use-ccache: false

nightly-ubuntu-ci-1_1_x:
uses: eProsima/Fast-CDR/.github/workflows/[email protected]
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/[email protected]
with:
Expand Down
17 changes: 0 additions & 17 deletions .github/workflows/nightly-windows-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
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
Expand Down

0 comments on commit d7940c2

Please sign in to comment.