forked from eclipse-iceoryx/iceoryx
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request eclipse-iceoryx#2405 from elBoberido/iox-1755-make…
…-log-enum-tags-upper-camel-case iox-eclipse-iceoryx#1755 Use upper camel case for LogLevel enum tags
- Loading branch information
Showing
180 changed files
with
1,074 additions
and
1,087 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
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 |
---|---|---|
|
@@ -13,7 +13,7 @@ jobs: | |
pre-flight-check: | ||
# prevent stuck jobs consuming runners for 6 hours | ||
timeout-minutes: 60 | ||
runs-on: ubuntu-latest | ||
runs-on: ubuntu-24.04 | ||
steps: | ||
- uses: actions/checkout@v4 | ||
- name: Install iceoryx dependencies and clang-tidy | ||
|
@@ -25,7 +25,7 @@ jobs: | |
- run: ./tools/ci/cmake-linter.sh | ||
|
||
check-status-of-nightly-action: | ||
runs-on: ubuntu-latest | ||
runs-on: ubuntu-24.04 | ||
needs: pre-flight-check | ||
steps: | ||
- name: Install dependencies | ||
|
@@ -102,7 +102,7 @@ jobs: | |
# prevent stuck jobs consuming runners for 6 hours | ||
timeout-minutes: 60 | ||
needs: pre-flight-check | ||
runs-on: ubuntu-latest | ||
runs-on: ubuntu-24.04 | ||
steps: | ||
- uses: actions/checkout@v4 | ||
- name: Unix (FreeBSD) test | ||
|
@@ -132,7 +132,7 @@ jobs: | |
build-test-ubuntu-with-address-sanitizer-gcc-latest: | ||
# prevent stuck jobs consuming runners for 1 hour | ||
timeout-minutes: 60 | ||
runs-on: ubuntu-latest | ||
runs-on: ubuntu-24.04 | ||
needs: pre-flight-check | ||
steps: | ||
- uses: egor-tensin/[email protected] | ||
|
@@ -146,7 +146,7 @@ jobs: | |
build-test-ubuntu-with-address-sanitizer-clang-latest: | ||
# prevent stuck jobs consuming runners for 1 hour | ||
timeout-minutes: 60 | ||
runs-on: ubuntu-latest | ||
runs-on: ubuntu-24.04 | ||
needs: pre-flight-check | ||
steps: | ||
- name: Checkout | ||
|
@@ -169,7 +169,7 @@ jobs: | |
build-test-ubuntu-with-thread-sanitizer-clang-latest: | ||
# prevent stuck jobs consuming runners for 3 hours | ||
timeout-minutes: 180 | ||
runs-on: ubuntu-latest | ||
runs-on: ubuntu-24.04 | ||
needs: pre-flight-check | ||
steps: | ||
- name: Checkout | ||
|
@@ -182,7 +182,7 @@ jobs: | |
build-test-ubuntu-32-bit: | ||
# prevent stuck jobs consuming runners for 6 hours | ||
timeout-minutes: 60 | ||
runs-on: ubuntu-latest | ||
runs-on: ubuntu-24.04 | ||
needs: pre-flight-check | ||
steps: | ||
- name: Checkout | ||
|
@@ -204,7 +204,7 @@ jobs: | |
build-test-ubuntu-32-64-bit-mix-mode: | ||
# prevent stuck jobs consuming runners for 6 hours | ||
timeout-minutes: 60 | ||
runs-on: ubuntu-latest | ||
runs-on: ubuntu-24.04 | ||
needs: pre-flight-check | ||
steps: | ||
- name: Checkout | ||
|
@@ -217,7 +217,7 @@ jobs: | |
build-test-ubuntu-bazel: | ||
# prevent stuck jobs consuming runners for 6 hours | ||
timeout-minutes: 60 | ||
runs-on: ubuntu-latest | ||
runs-on: ubuntu-24.04 | ||
needs: pre-flight-check | ||
steps: | ||
- name: Checkout | ||
|
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
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
Oops, something went wrong.