From ca72213cbbbea9e53cedd781ec20ae778b193983 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Barrag=C3=A1n=20Merino?= Date: Thu, 20 Aug 2026 21:58:16 +0200 Subject: [PATCH] :construction_worker: Change the runner's label to a more descriptive one --- .github/workflows/build-bundle.yml | 6 +++--- .github/workflows/build-docker-devenv.yml | 2 +- .github/workflows/build-docker.yml | 8 ++++---- .github/workflows/plugins-deploy-package.yml | 2 +- .github/workflows/tests-backend.yml | 2 +- .github/workflows/tests-common.yml | 2 +- .github/workflows/tests-composable-suite.yml | 2 +- .github/workflows/tests-frontend.yml | 2 +- .github/workflows/tests-integration.yml | 6 +++--- .github/workflows/tests-library.yml | 2 +- .github/workflows/tests-mcp.yml | 2 +- .github/workflows/tests-plugin-api-suite.yml | 4 ++-- .github/workflows/tests-plugins.yml | 2 +- .github/workflows/tests-wasm.yml | 2 +- 14 files changed, 22 insertions(+), 22 deletions(-) diff --git a/.github/workflows/build-bundle.yml b/.github/workflows/build-bundle.yml index e785f2c84e..3ab7900134 100644 --- a/.github/workflows/build-bundle.yml +++ b/.github/workflows/build-bundle.yml @@ -25,7 +25,7 @@ jobs: # ── 1. Decide whether there is anything to build ─────────────────────── check: name: Check current bundle - runs-on: penpot-runner-01 + runs-on: penpot-standar-runner timeout-minutes: 10 outputs: gh_ref: ${{ steps.vars.outputs.gh_ref }} @@ -75,7 +75,7 @@ jobs: # ── 2. Build and upload, only when needed ────────────────────────────── build: name: Build and Upload Penpot Bundle - runs-on: penpot-runner-01 + runs-on: penpot-standar-runner timeout-minutes: 90 needs: check if: needs.check.outputs.exists == 'false' @@ -116,7 +116,7 @@ jobs: # ── 3. Single failure notification for the whole workflow ───────────── notify: name: Notify failure - runs-on: penpot-runner-01 + runs-on: penpot-standar-runner timeout-minutes: 5 needs: [check, build] if: failure() diff --git a/.github/workflows/build-docker-devenv.yml b/.github/workflows/build-docker-devenv.yml index b0340d329b..53de6376ce 100644 --- a/.github/workflows/build-docker-devenv.yml +++ b/.github/workflows/build-docker-devenv.yml @@ -6,7 +6,7 @@ on: jobs: build-and-push: name: Build and push DevEnv Docker image - runs-on: penpot-runner-02 + runs-on: penpot-extended-runner steps: - name: Set common environment variables diff --git a/.github/workflows/build-docker.yml b/.github/workflows/build-docker.yml index 0d03490194..6fffaa4acd 100644 --- a/.github/workflows/build-docker.yml +++ b/.github/workflows/build-docker.yml @@ -32,7 +32,7 @@ jobs: # ── 1. Resolve the build key and check the whole set at once ─────────── prepare: name: Prepare - runs-on: penpot-runner-02 + runs-on: penpot-extended-runner timeout-minutes: 15 outputs: gh_ref: ${{ steps.vars.outputs.gh_ref }} @@ -107,7 +107,7 @@ jobs: # ── 2. One build per image, in parallel, only when needed ────────────── build: name: Build ${{ matrix.image }} - runs-on: penpot-runner-02 + runs-on: penpot-extended-runner timeout-minutes: 60 needs: prepare if: needs.prepare.outputs.exists == 'false' @@ -220,7 +220,7 @@ jobs: # the S3 marker guarantees the branch tags were already moved. promote: name: Promote image set - runs-on: penpot-runner-02 + runs-on: penpot-extended-runner timeout-minutes: 10 needs: [prepare, build] @@ -267,7 +267,7 @@ jobs: # ── 4. Single failure notification for the whole workflow ───────────── notify: name: Notify failure - runs-on: penpot-runner-02 + runs-on: penpot-extended-runner timeout-minutes: 5 needs: [prepare, build, promote] if: failure() diff --git a/.github/workflows/plugins-deploy-package.yml b/.github/workflows/plugins-deploy-package.yml index cbc8e109cd..2666957893 100644 --- a/.github/workflows/plugins-deploy-package.yml +++ b/.github/workflows/plugins-deploy-package.yml @@ -34,7 +34,7 @@ permissions: jobs: deploy: - runs-on: penpot-runner-01 + runs-on: penpot-standar-runner steps: - name: Checkout uses: actions/checkout@v6 diff --git a/.github/workflows/tests-backend.yml b/.github/workflows/tests-backend.yml index d7a3377772..02f839c062 100644 --- a/.github/workflows/tests-backend.yml +++ b/.github/workflows/tests-backend.yml @@ -32,7 +32,7 @@ jobs: test-backend: if: ${{ !github.event.pull_request.draft }} name: "Backend Tests" - runs-on: penpot-runner-02 + runs-on: penpot-extended-runner container: image: penpotapp/devenv:latest volumes: diff --git a/.github/workflows/tests-common.yml b/.github/workflows/tests-common.yml index 5996c82742..3164fe5089 100644 --- a/.github/workflows/tests-common.yml +++ b/.github/workflows/tests-common.yml @@ -30,7 +30,7 @@ jobs: test-common: if: ${{ !github.event.pull_request.draft }} name: "Common Tests" - runs-on: penpot-runner-02 + runs-on: penpot-extended-runner container: image: penpotapp/devenv:latest volumes: diff --git a/.github/workflows/tests-composable-suite.yml b/.github/workflows/tests-composable-suite.yml index 1ad48c0edf..3b1d68be21 100644 --- a/.github/workflows/tests-composable-suite.yml +++ b/.github/workflows/tests-composable-suite.yml @@ -38,7 +38,7 @@ jobs: composable-test-suite: if: ${{ !github.event.pull_request.draft }} name: "Run composable test suite (mocked backend)" - runs-on: penpot-runner-02 + runs-on: penpot-extended-runner container: image: penpotapp/devenv:latest volumes: diff --git a/.github/workflows/tests-frontend.yml b/.github/workflows/tests-frontend.yml index 14011a5110..58ba335e38 100644 --- a/.github/workflows/tests-frontend.yml +++ b/.github/workflows/tests-frontend.yml @@ -34,7 +34,7 @@ jobs: test-frontend: if: ${{ !github.event.pull_request.draft }} name: "Frontend Tests" - runs-on: penpot-runner-02 + runs-on: penpot-extended-runner container: image: penpotapp/devenv:latest volumes: diff --git a/.github/workflows/tests-integration.yml b/.github/workflows/tests-integration.yml index 1a3e210427..81d67c2d11 100644 --- a/.github/workflows/tests-integration.yml +++ b/.github/workflows/tests-integration.yml @@ -61,7 +61,7 @@ jobs: build-integration: if: ${{ !github.event.pull_request.draft }} name: "Build Integration Bundle" - runs-on: penpot-runner-02 + runs-on: penpot-extended-runner timeout-minutes: 30 container: image: penpotapp/devenv:latest @@ -101,7 +101,7 @@ jobs: test-integration: if: ${{ !github.event.pull_request.draft }} name: "Integration Tests (${{ matrix.shard }})" - runs-on: penpot-runner-02 + runs-on: penpot-extended-runner timeout-minutes: ${{ github.base_ref == 'staging' && 60 || 25 }} needs: build-integration @@ -187,7 +187,7 @@ jobs: merge-reports: if: ${{ always() && !github.event.pull_request.draft && needs.test-integration.result != 'skipped' }} name: "Merge Integration Reports" - runs-on: penpot-runner-02 + runs-on: penpot-extended-runner timeout-minutes: 15 needs: test-integration diff --git a/.github/workflows/tests-library.yml b/.github/workflows/tests-library.yml index 4c84965f4c..a5b565a892 100644 --- a/.github/workflows/tests-library.yml +++ b/.github/workflows/tests-library.yml @@ -32,7 +32,7 @@ jobs: test-library: if: ${{ !github.event.pull_request.draft }} name: "Library Tests" - runs-on: penpot-runner-02 + runs-on: penpot-extended-runner container: image: penpotapp/devenv:latest volumes: diff --git a/.github/workflows/tests-mcp.yml b/.github/workflows/tests-mcp.yml index 317d82dca2..f51c56b8a3 100644 --- a/.github/workflows/tests-mcp.yml +++ b/.github/workflows/tests-mcp.yml @@ -28,7 +28,7 @@ jobs: test-mcp: if: ${{ !github.event.pull_request.draft }} name: "Test MCP" - runs-on: penpot-runner-02 + runs-on: penpot-extended-runner container: penpotapp/devenv:latest steps: diff --git a/.github/workflows/tests-plugin-api-suite.yml b/.github/workflows/tests-plugin-api-suite.yml index e589c5414c..de6e2080bb 100644 --- a/.github/workflows/tests-plugin-api-suite.yml +++ b/.github/workflows/tests-plugin-api-suite.yml @@ -53,7 +53,7 @@ jobs: api-test-suite-mocked: if: ${{ github.event_name != 'workflow_dispatch' && !github.event.pull_request.draft }} name: "Run Plugin API Test Suite (mocked)" - runs-on: penpot-runner-02 + runs-on: penpot-extended-runner container: image: penpotapp/devenv:latest volumes: @@ -95,7 +95,7 @@ jobs: # api-test-suite-live: # if: ${{ github.event_name == 'workflow_dispatch' }} # name: Run Plugin API Test Suite (live) - # runs-on: penpot-runner-02 + # runs-on: penpot-extended-runner # container: # image: penpotapp/devenv:latest # diff --git a/.github/workflows/tests-plugins.yml b/.github/workflows/tests-plugins.yml index 1415c73db7..b1bbdd0992 100644 --- a/.github/workflows/tests-plugins.yml +++ b/.github/workflows/tests-plugins.yml @@ -30,7 +30,7 @@ jobs: test-plugins: if: ${{ !github.event.pull_request.draft }} name: Plugins Runtime Linter & Tests - runs-on: penpot-runner-02 + runs-on: penpot-extended-runner container: image: penpotapp/devenv:latest volumes: diff --git a/.github/workflows/tests-wasm.yml b/.github/workflows/tests-wasm.yml index 424d4f908f..9f26175554 100644 --- a/.github/workflows/tests-wasm.yml +++ b/.github/workflows/tests-wasm.yml @@ -30,7 +30,7 @@ jobs: test-render-wasm: if: ${{ !github.event.pull_request.draft }} name: "Render WASM Tests" - runs-on: penpot-runner-02 + runs-on: penpot-extended-runner container: image: penpotapp/devenv:latest volumes: