File tree Expand file tree Collapse file tree 4 files changed +16
-8
lines changed
Expand file tree Collapse file tree 4 files changed +16
-8
lines changed Original file line number Diff line number Diff line change 1313 "hash" : " d5414f75bfd4fc116572091ccca305d9e4b39338" ,
1414 "branch" : " s_core_release_v0_5_0"
1515 },
16+ "score_logging" : {
17+ "version" : " 0.0.4" ,
18+ "repo" : " https://github.com/eclipse-score/logging.git" ,
19+ "hash" : " b79340b9e3e9007372d0f9611c6087a0d4e4b67b" ,
20+ "branch" : " ankr_score_05_beta"
21+ },
1622 "score_persistency" : {
1723 "version" : " 0.2.1" ,
1824 "hash" : " 7548876ed3e40ec3f3053c57634de68129287e05" ,
6672 "manifest_sha256" : " 4c9b7f..." ,
6773 "suite" : " full" ,
6874 "duration_s" : 742
69- }
75+ }
Original file line number Diff line number Diff line change @@ -23,11 +23,11 @@ single_version_override(
2323 version = "0.1.2",
2424)
2525
26- # bazel_dep(name = "score_logging", dev_dependency = True )
27- # single_version_override(
28- # module_name = "score_logging",
29- # version = "0.0.3 ",
30- # )
26+ bazel_dep(name = "score_logging")
27+ single_version_override(
28+ module_name = "score_logging",
29+ version = "0.0.4 ",
30+ )
3131
3232bazel_dep(name = "score_persistency")
3333git_override(
@@ -91,4 +91,4 @@ single_version_override(
9191 version = "1.0.2",
9292)
9393
94- bazel_dep(name = "nlohmann_json", version = "3.11.3")
94+ bazel_dep(name = "nlohmann_json", version = "3.11.3")
Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ KNOWN_GOOD_FILE=""
1616declare -A BUILD_TARGET_GROUPS=(
1717 [score_baselibs]=" @score_baselibs//score/..."
1818 [score_communication]=" @score_communication//score/mw/com:com"
19+ [score_logging]=" @score_logging//score/..."
1920 [score_persistency]=" @score_persistency//src/cpp/src/... @score_persistency//src/rust/..."
2021 [score_kyron]=" @score_kyron//src/..."
2122 [score_orchestrator]=" @score_orchestrator//src/..."
Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ declare -A UT_TARGET_GROUPS=(
1919 -@score_communication//score/mw/com/impl/configuration:config_parser_test \
2020 -@score_communication//score/mw/com/impl/configuration:configuration_test \
2121 -@score_communication//score/mw/com/impl/tracing/configuration:tracing_filter_config_parser_test"
22+ [logging]=" @score_logging//score/..."
2223 [persistency]=" @score_persistency//:unit_tests" # ok
2324 [orchestrator]=" @score_orchestrator//src/..." # ok
2425 [kyron]=" @score_kyron//:unit_tests" # ok
@@ -69,4 +70,4 @@ column -t -s $'\t' "${SUMMARY_FILE}" > "${SUMMARY_FILE}.tmp" && mv "${SUMMARY_FI
6970if [[ $any_failed -ne 0 ]]; then
7071 echo " Some unit test groups failed. Exiting with non-zero status."
7172 exit 1
72- fi
73+ fi
You can’t perform that action at this time.
0 commit comments