You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by jo...@apache.org on 2024/03/19 18:09:42 UTC

(superset) branch master updated: chore: Update required jobs in asf.yml (#27574)

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

johnbodley pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git


The following commit(s) were added to refs/heads/master by this push:
     new ad7bd09819 chore: Update required jobs in asf.yml (#27574)
ad7bd09819 is described below

commit ad7bd09819d3fd6ac8f669c6f884551cbd66bcd6
Author: John Bodley <45...@users.noreply.github.com>
AuthorDate: Wed Mar 20 07:09:36 2024 +1300

    chore: Update required jobs in asf.yml (#27574)
---
 .asf.yaml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.asf.yaml b/.asf.yaml
index e1904d082f..4385e2ed02 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -72,7 +72,10 @@ github:
           - test-mysql (3.9)
           - test-postgres (3.9)
           - test-postgres (3.10)
+          - test-postgres-hive (3.9)
+          - test-postgres-presto (3.9)
           - test-sqlite (3.9)
+          - unit-tests (3.9)
 
       required_pull_request_reviews:
         dismiss_stale_reviews: false