From 59dc5a2b0a8d0fc6b06a7c965c12276a6b941fbe Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Thu, 9 May 2024 09:09:54 +0000 Subject: [PATCH 1/2] Update changelog --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 44a6294b..0bbd2f99 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,16 @@ All notable changes to this project will be documented in this file. Dates are d Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +#### [v2.0.5](https://github.com/wikimedia/pixel/compare/v2.0.4...v2.0.5) + +> 9 May 2024 + +- DRY some config bits, use '--single-process' for speedup, use 'asyncCaptureLimit=8' [`#302`](https://github.com/wikimedia/pixel/pull/302) +- Update changelog [`#301`](https://github.com/wikimedia/pixel/pull/301) +- Move common config bits out to separate file [`ddbfd99`](https://github.com/wikimedia/pixel/commit/ddbfd990f108fe088f6b6d2bf10a3c94eccfa99d) +- Use --single-process for faster Chrome automation [`d285ee3`](https://github.com/wikimedia/pixel/commit/d285ee3926db58621455437bb60d288b41d8c319) +- Reduce async limit to 8 [`724e83b`](https://github.com/wikimedia/pixel/commit/724e83b9a2fa51211ea1824fe3cd071565a97347) + #### [v2.0.4](https://github.com/wikimedia/pixel/compare/v2.0.3...v2.0.4) > 7 May 2024 From fbba4b71dd78d6a68339e2e261fac2c6c2e5aa56 Mon Sep 17 00:00:00 2001 From: montehurd Date: Thu, 9 May 2024 02:38:59 -0700 Subject: [PATCH 2/2] Update push.yml --- .github/workflows/push.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 4f7b4b83..43dbd1da 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -14,6 +14,9 @@ jobs: name: Lint, test, and run visual regression tests runs-on: ubuntu-latest timeout-minutes: 20 + env: + NONINTERACTIVE: 1 + CLONE_DEPTH: 1 steps: - name: Checkout branch uses: actions/checkout@v4