build: Add quibble.yaml and enable early warning bot feedback

Why:

- Save developer time by reporting build failures as soon as they occur,
  rather than after all test jobs for a patch report back. E.g. Selenium
  takes 15 minutes to run, while the node test has its results back
  within 60 seconds; it's nice to know as soon as node fails.

What:

- Add quibble.yaml which Quibble analyzes as part of its CI job
  execution, `should_comment` instructs the Early Warning Bot to comment
  on the patch if a test build fails.

Bug: T323750
Change-Id: I56adb549f4df2146c3ad6e6440198b94e708bb25
This commit is contained in:
Kosta Harlan 2024-05-10 14:25:14 +02:00
parent 50766781ac
commit aae35c848a
No known key found for this signature in database
GPG key ID: BC3D8915606A5ED9

2
quibble.yaml Normal file
View file

@ -0,0 +1,2 @@
earlywarning:
should_comment: 1