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:
Jeremy Stanley
2015-06-15 21:23:19 +00:00
parent 7fca9c1cc6
commit 1c2c3c2629
4 changed files with 20 additions and 15 deletions

View File

@@ -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
""""""""