summaryrefslogtreecommitdiff
path: root/.github/workflows/ci.generate.ts
AgeCommit message (Collapse)Author
2023-01-12chore(ci): use mtime cache for fastci (#17373)David Sherret
2023-01-12chore(ci): do not clone submodule ./test_util/wpt unnecessarily (#17372)David Sherret
2023-01-12chore(ci): only install node for the benchmarks (#17371)David Sherret
2023-01-12ci: update Windows runner, update Google Cloud integration, update Node (#17358)Bartek Iwańczuk
This commit rolls up following PRs into a single one: - https://github.com/denoland/deno/pull/16672 - https://github.com/denoland/deno/pull/16674 - https://github.com/denoland/deno/pull/16972 Generation script was updated to take into account these changes. Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com> Co-authored-by: Geert-Jan Zwiers <geertjanzwiers@protonmail.com> Co-authored-by: David Sherret <dsherret@gmail.com>
2023-01-11chore(ci): skip non-ubuntu test release jobs on PRs (#17353)David Sherret
2023-01-11fix(ci): use Node 18 (#17355)Asher Gomez
2023-01-11chore(ci): save cache on main at end of workflow (#17354)David Sherret
Seems like our caching was totally broken. We need to save the cache after building and not before. ``` Warning: Path Validation Error: Path(s) specified in the action for caching do(es) not exist, hence no cache is being saved. Warning: Cache save failed. ```
2023-01-11chore(ci): do not run CI on draft PRs unless explicitly run via commit ↵David Sherret
message (#17350) This will help us reduce CI time during development. The CI can be explicitly run on draft PRs by adding `[ci]` to the commit message.
2023-01-11chore(ci): checkout less submodules based on job (#17343)David Sherret
Co-authored-by: Luca Casonato <lucacasonato@users.noreply.github.com>
2023-01-10chore(ci): ci refactor - Part 1 - Generate ci yaml by js (#17335)David Sherret