ktmud opened a new pull request #9490: [Build] Add Github workflows URL: https://github.com/apache/incubator-superset/pull/9490 ### CATEGORY - [x] Build / Development Environment ### SUMMARY Test adding GitHub Actions per discussion in https://github.com/apache/incubator-superset/issues/9481. There are certain limitations with Github Actions, e.g., no DAG support, can't cancel current jobs on new push, etc., but overall it was a nice experience. This is a pure addition to current build process. Nothing changes for Travis CI, except Cypress is now upgraded from 3.6.1 to 3.8.3. I've tried to parallelize jobs as much as I can, but there's definitely more room for improvement, especially with the Cypress end to end tests. A new GitHub Action was created to generalize some of the steps, but we could potentially move more things there. For example, the caching steps can also be extracted to the action script, similar to what the official Cypress action did: https://github.com/cypress-io/github-action/blob/d81aef503fcd11db601c9f79ca30d3353dcc46e9/index.js#L8 ### BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF N/A ### TEST PLAN Make sure CI check pass. ### ADDITIONAL INFORMATION <!--- Check any relevant boxes with "x" --> <!--- HINT: Include "Fixes #nnn" if you are fixing an existing issue --> - [ ] Has associated issue: - [ ] Changes UI - [ ] Requires DB Migration. - [ ] Confirm DB Migration upgrade and downgrade tested. - [ ] Introduces new feature or API - [ ] Removes existing feature or API ### REVIEWERS
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
