-
Notifications
You must be signed in to change notification settings - Fork 103
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove EOL versions from PR template and nightly jobs (#256)
* 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
1 parent
5b8025b
commit d7940c2
Showing
4 changed files
with
1 addition
and
38 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|