From 46dd44136e481d7f674165f77182bee5b68d780d Mon Sep 17 00:00:00 2001 From: Elizabeth Thompson Date: Fri, 5 Feb 2021 11:06:00 -0800 Subject: [PATCH 1/2] add more checks --- .asf.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.asf.yaml b/.asf.yaml index 99c38ef2ed658..d749d7df2a66f 100644 --- a/.asf.yaml +++ b/.asf.yaml @@ -61,8 +61,12 @@ github: # contexts are the names of checks that must pass contexts: - check + - docker-release + - frontend-build + - python-lint (3.7) - test-mysql (3.7) - test-postgres (3.7) + - test-sqlite (3.7) required_pull_request_reviews: dismiss_stale_reviews: false From bc5babddf4826d0f782ba0fb3ef9583de96d0b11 Mon Sep 17 00:00:00 2001 From: Elizabeth Thompson Date: Fri, 5 Feb 2021 16:00:07 -0800 Subject: [PATCH 2/2] remove docker-release --- .asf.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.asf.yaml b/.asf.yaml index d749d7df2a66f..7e53396c291ec 100644 --- a/.asf.yaml +++ b/.asf.yaml @@ -61,7 +61,6 @@ github: # contexts are the names of checks that must pass contexts: - check - - docker-release - frontend-build - python-lint (3.7) - test-mysql (3.7)