Update default merge failed error to mention CRD
The merge failure message is the same whether your change failed to merge or it was one of its dependencies, including cross-repo dependencies. Update the default error message for this to mention the latter possibility so that contributors don't unnecessarily rebase a dependent change which doesn't actually need it. Change-Id: Ia17d9ab2a842574cf684b4ebb955dd2ec6e9ec3d
This commit is contained in:
@@ -924,9 +924,10 @@ Here is an example of setting the failure message for jobs that check
|
||||
whether a change merges cleanly::
|
||||
|
||||
- name: ^.*-merge$
|
||||
failure-message: This change was unable to be automatically merged
|
||||
with the current state of the repository. Please rebase your
|
||||
change and upload a new patchset.
|
||||
failure-message: This change or one of its cross-repo dependencies
|
||||
was unable to be automatically merged with the current state of
|
||||
its repository. Please rebase the change and upload a new
|
||||
patchset.
|
||||
|
||||
Projects
|
||||
""""""""
|
||||
|
||||
Reference in New Issue
Block a user