From 44d3b533d1647beedce9d5d9ecc7c29f44ceb9ea Mon Sep 17 00:00:00 2001 From: Nick Cooke Date: Mon, 25 Aug 2025 10:03:43 -0400 Subject: [PATCH 1/2] chore(ci): Decrese freq. of perf. int. tests to daily --- .github/workflows/performance-integration-tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/performance-integration-tests.yml b/.github/workflows/performance-integration-tests.yml index 95d486d39e6..fb5fcdbab30 100644 --- a/.github/workflows/performance-integration-tests.yml +++ b/.github/workflows/performance-integration-tests.yml @@ -12,8 +12,8 @@ on: # - https://docs.github.com/en/actions/reference/events-that-trigger-workflows#scheduled-events-schedule # - https://crontab.guru/ schedule: - # Runs every 4 hours. - - cron: '0 */4 * * *' + # Runs once a day. + - cron: '0 0 * * *' concurrency: group: ${{ github.workflow }}-${{ github.head_ref || github.ref }} From e4d4f6839c58b4faf9c0f569d61f6b7c435018e7 Mon Sep 17 00:00:00 2001 From: Nick Cooke <36927374+ncooke3@users.noreply.github.com> Date: Mon, 25 Aug 2025 11:17:59 -0400 Subject: [PATCH 2/2] Set Xcode --- .github/workflows/performance-integration-tests.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/performance-integration-tests.yml b/.github/workflows/performance-integration-tests.yml index fb5fcdbab30..2bae0f30b4a 100644 --- a/.github/workflows/performance-integration-tests.yml +++ b/.github/workflows/performance-integration-tests.yml @@ -33,6 +33,8 @@ jobs: with: cache_key: integration - uses: ruby/setup-ruby@354a1ad156761f5ee2b7b13fa8e09943a5e8d252 # v1 + - name: Xcode + run: sudo xcode-select -s /Applications/Xcode_16.4.app/Contents/Developer - name: Setup Bundler run: scripts/setup_bundler.sh - name: Install xcpretty