Allowing external checks on Github PR
Leiqing Cai
I'd like to propose allowing additional external checks on Github PR. Specifically, I'm looking to a test to check for Facebook integration.
Currently, Travis CI is run on each PR (shown in the screenshot below). However, this is not enough since there are active repos depending upon the master of prestodb/presto. Allowing adding external integration checks can help identify breakages earlier on. Here are the rules that I propose for external checks: - Anyone can add external checks upon TSC approval. - Test owner should make sure that the test is not flaky. - Test failures does not block merging. They only serves alerting purpose.
|
|
Andrii Rosa
+1
On Wed, Mar 25, 2020 at 6:06 PM Leiqing Cai <caithagoras@...> wrote: I'd like to propose allowing additional external checks on Github PR. Specifically, I'm looking to a test to check for Facebook integration.
|
|
jamessun@...
+1
From: presto-tsc@... <presto-tsc@...> on behalf of Andrii Rosa <andriyrosa@...>
Sent: Wednesday, March 25, 2020 3:08:59 PM To: Leiqing Cai <caithagoras@...> Cc: presto-tsc@... <presto-tsc@...> Subject: Re: [presto-tsc] Allowing external checks on Github PR
I'd like to propose allowing additional external checks on Github PR. Specifically, I'm looking to a test to check for Facebook integration.
|
|
Shixuan Fan
+1 and thanks for doing this!
From: <presto-tsc@...> on behalf of Leiqing Cai <caithagoras@...>
I'd like to propose allowing additional external checks on Github PR. Specifically, I'm looking to a test to check for Facebook integration.
|
|
Ariel Weisberg
Non-binding +1 This is great!
On Wed, Mar 25, 2020, at 6:06 PM, Leiqing Cai wrote:
|
|
zluo@...
+1
On Wed, Mar 25, 2020 at 3:29 PM Ariel Weisberg <ariel@...> wrote:
|
|
Wenlei Xie
+1
On Wed, Mar 25, 2020 at 15:06 Leiqing Cai <caithagoras@...> wrote: I'd like to propose allowing additional external checks on Github PR. Specifically, I'm looking to a test to check for Facebook integration. --
|
|
rongrong100@...
+1
On Wed, Mar 25, 2020 at 4:02 PM <wenlei.xie@...> wrote:
--
Rongrong
|
|
venki.korukanti@...
+1
On Wed, Mar 25, 2020 at 10:29 PM <rongrong100@...> wrote:
|
|
Swapnil Tailor
+1 Along with the rule of adding external checks, we should also be having rule around when to remove external checks. i.e. if the checks keep failing for certain period of time and not fixed, then we should remove them. Reason: It's good to have not have broken checks for long period of time so we won't start ignoring them if they fail long enough.
|
|
Leiqing Cai
Thanks Everyone!
Agree with @Swapnil about removing consistently failing tests. This new Facebook Integration test is now available. Test can be triggered by force-pushing new changes, or by adding a comment: [test-facebook] This instruction is also posted in the Slack #dev channel.
|
|