You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ERROR: /home/runner/.bazel/external/score_lifecycle_health+/score/launch_manager/BUILD: no such target '@@score_lifecycle_health+//score/launch_manager:lifecycle_mock_cc': target 'lifecycle_mock_cc' not declared in package 'score/launch_manager' defined by /home/runner/.bazel/external/score_lifecycle_health+/score/launch_manager/BUILD
ERROR: /home/runner/.bazel/external/score_config_management+/score/config_management/config_daemon/code/app/details/BUILD:61:8: no such target '@@score_lifecycle_health+//score/launch_manager:lifecycle_mock_cc': target 'lifecycle_mock_cc' not declared in package 'score/launch_manager' defined by /home/runner/.bazel/external/score_lifecycle_health+/score/launch_manager/BUILD and referenced by '@@score_config_management+//score/config_management/config_daemon/code/app/details:unit_test'
ERROR: Analysis of target '@@score_config_management+//score/config_management/config_daemon/code/app/details:unit_test' failed; build aborted: Analysis failed
ERROR: /home/runner/.bazel/external/score_lifecycle_health+/score/launch_manager/BUILD: no such target '@@score_lifecycle_health+//score/launch_manager:lifecycle_mock_cc': target 'lifecycle_mock_cc' not declared in package 'score/launch_manager' defined by /home/runner/.bazel/external/score_lifecycle_health+/score/launch_manager/BUILD
ERROR: /home/runner/.bazel/external/score_config_management+/score/config_management/config_daemon/code/app/details/BUILD:61:8: no such target '@@score_lifecycle_health+//score/launch_manager:lifecycle_mock_cc': target 'lifecycle_mock_cc' not declared in package 'score/launch_manager' defined by /home/runner/.bazel/external/score_lifecycle_health+/score/launch_manager/BUILD and referenced by '@@score_config_management+//score/config_management/config_daemon/code/app/details:unit_test'
ERROR: Analysis of target '@@score_config_management+//score/config_management/config_daemon/code/app/details:unit_test' failed; build aborted: Analysis failed
Yes there was a breaking change in 0.4.0. We renamed some mock targets and headers here which is the problem. We are providing a PR to config_management repo to adapt.
In the meantime I introduced a patch here: 6378789
However, the pipeline is still failing due to docs_as_code.
It seems more changes are required to upgrade docs_as_code version first, because docs_combo/docs_combo_experimental targets were removed in docs_as_code which the pipeline relies on.
This file contains hidden or 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
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updates to score_lifecycle_health 0.4.0.
This required also updating docs_as_code to version 8.0.1
Note: There will be another update from score_lifecycle_health (0.4.0) -> score_lifecycle (0.5.0) as a follow-up