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/01/07 08:48:26 UTC

[superset] branch master updated (bcb8db6 -> f482849)

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

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


    from bcb8db6  build: improve webpack configs for npm link (#12313)
     add f482849  build: try to speed up Github workflows (#12090)

No new revisions were added by this update.

Summary of changes:
 .github/workflows/cancel_duplicates.yml            |  20 ++
 .github/workflows/license-check.yml                |  45 -----
 .github/workflows/misc.yml                         |  91 +++++++++
 .github/workflows/prefer-typescript.yml            |  49 -----
 .github/workflows/superset-e2e.yml                 |   8 +-
 .github/workflows/superset-frontend.yml            |   7 +-
 .github/workflows/superset-python-misc.yml         |   6 +-
 .github/workflows/superset-python-mysql.yml        |  51 -----
 .github/workflows/superset-python-postgres.yml     |  52 -----
 .github/workflows/superset-python-presto-hive.yml  |   6 +-
 .github/workflows/superset-python-sqlite.yml       |  44 ----
 ...resto-hive.yml => superset-python-unittest.yml} |  94 +++++----
 .github/workflows/superset-translations.yml        |   6 +-
 scripts/cancel_github_workflows.py                 | 222 +++++++++++++++++++++
 setup.cfg                                          |   2 +-
 15 files changed, 420 insertions(+), 283 deletions(-)
 create mode 100644 .github/workflows/cancel_duplicates.yml
 delete mode 100644 .github/workflows/license-check.yml
 create mode 100644 .github/workflows/misc.yml
 delete mode 100644 .github/workflows/prefer-typescript.yml
 delete mode 100644 .github/workflows/superset-python-mysql.yml
 delete mode 100644 .github/workflows/superset-python-postgres.yml
 delete mode 100644 .github/workflows/superset-python-sqlite.yml
 copy .github/workflows/{superset-python-presto-hive.yml => superset-python-unittest.yml} (59%)
 create mode 100755 scripts/cancel_github_workflows.py