From 9e8024a07a96434e46fe2d6396ac0971e7b6b7bc Mon Sep 17 00:00:00 2001 From: Paul Rastoin <45004772+prastoin@users.noreply.github.com> Date: Tue, 24 Feb 2026 09:59:54 +0100 Subject: [PATCH] Restore depot (#18179) --- .github/workflows/ci-emails.yaml | 2 +- .github/workflows/ci-front.yaml | 12 ++++++------ .github/workflows/ci-sdk.yaml | 2 +- .github/workflows/ci-server.yaml | 6 +++--- 4 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/ci-emails.yaml b/.github/workflows/ci-emails.yaml index 5d15d53d4e9..faf41fcf3f9 100644 --- a/.github/workflows/ci-emails.yaml +++ b/.github/workflows/ci-emails.yaml @@ -25,7 +25,7 @@ jobs: needs: changed-files-check if: needs.changed-files-check.outputs.any_changed == 'true' timeout-minutes: 10 - runs-on: ubuntu-latest-8-cores + runs-on: depot-ubuntu-24.04-8 steps: - name: Fetch custom Github Actions and base branch history uses: actions/checkout@v4 diff --git a/.github/workflows/ci-front.yaml b/.github/workflows/ci-front.yaml index 6db24ebe916..e9605adbd68 100644 --- a/.github/workflows/ci-front.yaml +++ b/.github/workflows/ci-front.yaml @@ -14,8 +14,8 @@ concurrency: env: # restore-cache action adds 'v4-' prefix and '--' suffix to the key - STORYBOOK_BUILD_CACHE_KEY_FOR_RESTORE_ACTION: storybook-build-ubuntu-latest-8-cores-runner - STORYBOOK_BUILD_CACHE_KEY_FOR_SAVE_ACTION: v4-storybook-build-ubuntu-latest-8-cores-runner-${{ github.ref_name }}-${{ github.sha }} + STORYBOOK_BUILD_CACHE_KEY_FOR_RESTORE_ACTION: storybook-build-depot-ubuntu-24.04-8-runner + STORYBOOK_BUILD_CACHE_KEY_FOR_SAVE_ACTION: v4-storybook-build-depot-ubuntu-24.04-8-runner-${{ github.ref_name }}-${{ github.sha }} jobs: changed-files-check: @@ -42,7 +42,7 @@ jobs: needs: changed-files-check if: needs.changed-files-check.outputs.any_changed == 'true' timeout-minutes: 30 - runs-on: ubuntu-latest-8-cores + runs-on: depot-ubuntu-24.04-8 env: REACT_APP_SERVER_BASE_URL: http://localhost:3000 steps: @@ -68,7 +68,7 @@ jobs: key: ${{ env.STORYBOOK_BUILD_CACHE_KEY_FOR_SAVE_ACTION }} front-sb-test: timeout-minutes: 30 - runs-on: ubuntu-latest-8-cores + runs-on: depot-ubuntu-24.04-8 needs: front-sb-build strategy: fail-fast: false @@ -143,7 +143,7 @@ jobs: timeout-minutes: 30 if: false needs: front-sb-build - runs-on: ubuntu-latest-8-cores + runs-on: depot-ubuntu-24.04-8 env: REACT_APP_SERVER_BASE_URL: http://127.0.0.1:3000 CHROMATIC_PROJECT_TOKEN: ${{ secrets.CHROMATIC_PROJECT_TOKEN }} @@ -211,7 +211,7 @@ jobs: needs: changed-files-check if: needs.changed-files-check.outputs.any_changed == 'true' timeout-minutes: 30 - runs-on: ubuntu-latest-8-cores + runs-on: depot-ubuntu-24.04-8 env: NODE_OPTIONS: "--max-old-space-size=10240" steps: diff --git a/.github/workflows/ci-sdk.yaml b/.github/workflows/ci-sdk.yaml index d3bfb4fc137..7a6a1cfbd77 100644 --- a/.github/workflows/ci-sdk.yaml +++ b/.github/workflows/ci-sdk.yaml @@ -50,7 +50,7 @@ jobs: tasks: ${{ matrix.task }} sdk-e2e-test: timeout-minutes: 30 - runs-on: ubuntu-latest-8-cores + runs-on: depot-ubuntu-24.04-8 needs: [changed-files-check, sdk-test] if: needs.changed-files-check.outputs.any_changed == 'true' services: diff --git a/.github/workflows/ci-server.yaml b/.github/workflows/ci-server.yaml index 8d37a51b096..7d65b2f3028 100644 --- a/.github/workflows/ci-server.yaml +++ b/.github/workflows/ci-server.yaml @@ -31,7 +31,7 @@ jobs: needs: changed-files-check if: needs.changed-files-check.outputs.any_changed == 'true' timeout-minutes: 30 - runs-on: ubuntu-latest-8-cores + runs-on: depot-ubuntu-24.04-8 services: postgres: image: twentycrm/twenty-postgres-spilo @@ -143,7 +143,7 @@ jobs: key: ${{ steps.restore-server-setup-cache.outputs.cache-primary-key }} server-test: timeout-minutes: 30 - runs-on: ubuntu-latest-8-cores + runs-on: depot-ubuntu-24.04-8 needs: server-setup steps: - name: Fetch custom Github Actions and base branch history @@ -164,7 +164,7 @@ jobs: server-integration-test: timeout-minutes: 30 - runs-on: ubuntu-latest-8-cores + runs-on: depot-ubuntu-24.04-8 needs: server-setup strategy: fail-fast: false