Do not notify BUILD_BROKEN, BUILD_UNRESOLVABLE, and BUILD_EXCLUDED 81/117381/1
authorJunghyun Kim <jh0822.kim@samsung.com>
Mon, 6 Mar 2017 02:11:03 +0000 (11:11 +0900)
committerJunghyun Kim <jh0822.kim@samsung.com>
Mon, 6 Mar 2017 02:11:03 +0000 (11:11 +0900)
commit165dd62c5ec3f355f22a6a5e9040625ddd1b34e9
tree9e5b6292070eb66be13deb7c42e1d16c28bf1ebc
parentd51a80a9a9c41e8db790decbdfb2afa9a87e99c0
Do not notify BUILD_BROKEN, BUILD_UNRESOLVABLE, and BUILD_EXCLUDED

PROBLEM:
  These notifications may raise enormously if the status of
  base project goes wrong.

SOLUTION:
  Instead of direcly generate these messages, they will be checked
  when "REPO_PUBLISHED" event is processed by Jenkins.

Change-Id: I4f5434c98744a6dc7ba542b5fb559876e2a82039
Signed-off-by: Junghyun Kim <jh0822.kim@samsung.com>
src/backend/BSSched/BuildJob/Aggregate.pm
src/backend/BSSched/Checker.pm