| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
There was a problem hiding this comment.
LG!
Sorry, something went wrong.
|
Thanks @hugovk for the PR 🌮🎉.. I'm working now to backport this PR to: 3.11, 3.12. |
Sorry, something went wrong.
|
Sorry, @hugovk, I could not cleanly backport this to 3.11 due to a conflict. |
Sorry, something went wrong.
…nGH-109452) (cherry picked from commit a75daed) Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
|
GH-109519 is a backport of this pull request to the 3.12 branch. |
Sorry, something went wrong.
|
GH-109520 is a backport of this pull request to the 3.11 branch. |
Sorry, something went wrong.
…pythonGH-109452) (cherry picked from commit a75daed) Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
| Back | FazBrowse Home | New Git URL |
Both ci.yml and pr.yml run Ubuntu_CI_Tests which runs .azure-pipelines/posix-steps.yml
.azure-pipelines/posix-steps.yml does:
This PR removes the Ubuntu unit test run (4)/report (6), as we're running it on GitHub Actions.
Because patchcheck is only run for PRs (pr.yml), there's no point building Python and then doing nothing for ci.yml, so we can remove the whole Ubuntu_CI_Tests from ci.yml.
Finally, rename Ubuntu_CI_Tests to something more accurate: Ubuntu_Patchcheck.
This speeds up Ubunutu part of pr.yml from ~14 to ~4 mins, and ci.yml from ~14 to 0 mins.