Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[21309] Remove 2.1.x branch from nightly jobs #223

Merged
merged 2 commits into from
Jul 12, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 0 additions & 10 deletions .github/workflows/nightly-mac-ci.yml
EduPonz marked this conversation as resolved.
Show resolved Hide resolved
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-2_1_x:
uses: eProsima/Fast-CDR/.github/workflows/reusable-ci.yml@2.1.x
with:
os-version: 'macos-13'
label: 'nightly-mac-ci-2.1.x'
fastcdr-branch: '2.1.x'
run-build: true
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:
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-2_1_x:
uses: eProsima/Fast-CDR/.github/workflows/reusable-ci.yml@2.1.x
with:
os-version: 'ubuntu-22.04'
label: 'nightly-ubuntu-ci-2.1.x'
fastcdr-branch: '2.1.x'
run-build: true
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:
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-2_1_x:
strategy:
fail-fast: false
matrix:
vs-toolset:
- 'v141'
- 'v142'
uses: eProsima/Fast-CDR/.github/workflows/reusable-ci.yml@2.1.x
with:
os-version: 'windows-2019'
vs-toolset: ${{ matrix.vs-toolset }}
label: 'nightly-windows-${{ matrix.vs-toolset }}-ci-2.1.x'
fastcdr-branch: '2.1.x'
run-build: true
run-tests: true
use-ccache: false

nightly-windows-ci-1_1_x:
strategy:
fail-fast: false
Expand Down
Loading