Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-01-12 | chore(ci): only run doc tests on linux (#17379) | David Sherret | |
Doc tests were observed to take over 100s on the Mac CI in one instance. | |||
2023-01-12 | chore(ci): skip running the benchmarks on a PR except when a label is added ↵ | David Sherret | |
(#17377) | |||
2023-01-12 | chore(ci): fix canary publish on main (#17374) | David Sherret | |
Ref #17358 | |||
2023-01-12 | chore(ci): use mtime cache for fastci (#17373) | David Sherret | |
2023-01-12 | chore(ci): do not clone submodule ./test_util/wpt unnecessarily (#17372) | David Sherret | |
2023-01-12 | chore(ci): only install node for the benchmarks (#17371) | David Sherret | |
2023-01-12 | ci: 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-11 | chore(ci): skip non-ubuntu test release jobs on PRs (#17353) | David Sherret | |
2023-01-11 | fix(ci): use Node 18 (#17355) | Asher Gomez | |
2023-01-11 | chore(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-11 | chore(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-11 | chore(ci): checkout less submodules based on job (#17343) | David Sherret | |
Co-authored-by: Luca Casonato <lucacasonato@users.noreply.github.com> | |||
2023-01-10 | chore(ci): ci refactor - Part 1 - Generate ci yaml by js (#17335) | David Sherret | |