You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by yj...@apache.org on 2021/02/05 23:27:59 UTC

[superset] 01/02: add more checks

This is an automated email from the ASF dual-hosted git repository.

yjc pushed a commit to branch elizabeth/add-more-more-checks
in repository https://gitbox.apache.org/repos/asf/superset.git

commit 06727f9aadb45f44d9ca8adeb9e75e246847f323
Author: Elizabeth Thompson <es...@gmail.com>
AuthorDate: Fri Feb 5 11:06:00 2021 -0800

    add more checks
---
 .asf.yaml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/.asf.yaml b/.asf.yaml
index 99c38ef..d749d7d 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