From 6eac36beefa1c770faacd52a4dc28f40937f3adc Mon Sep 17 00:00:00 2001 From: lingying Date: Wed, 8 Jul 2026 20:47:50 +0800 Subject: [PATCH] =?UTF-8?q?ci(foundation):=20=E6=89=80=E6=9C=89job?= =?UTF-8?q?=E6=94=B9=E7=94=A8saas=E4=B8=93=E7=94=A8=E6=A0=87=E7=AD=BE?= =?UTF-8?q?=EF=BC=8C=E9=9A=94=E7=A6=BBactions=E6=B5=8B=E8=AF=95=E4=BB=BB?= =?UTF-8?q?=E5=8A=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 所有7个CI job从ubuntu-22.04改为saas标签 - auto-merge从ubuntu-latest改为saas标签 - runner只保留saas和runtime-builder标签 - 彻底隔离第三方actions的测试任务,保障业务流水线资源 --- .gitea/workflows/auto-merge.yml | 2 +- .gitea/workflows/ci-cd.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/auto-merge.yml b/.gitea/workflows/auto-merge.yml index 97c85a970..b0a547910 100644 --- a/.gitea/workflows/auto-merge.yml +++ b/.gitea/workflows/auto-merge.yml @@ -7,7 +7,7 @@ on: jobs: auto-merge: - runs-on: ubuntu-latest + runs-on: saas timeout-minutes: 10 steps: - name: Checkout code diff --git a/.gitea/workflows/ci-cd.yml b/.gitea/workflows/ci-cd.yml index 7b61bcd53..89f410b06 100755 --- a/.gitea/workflows/ci-cd.yml +++ b/.gitea/workflows/ci-cd.yml @@ -22,7 +22,7 @@ permissions: jobs: validate: name: Validate Code Quality And Tests - runs-on: ubuntu-22.04 + runs-on: saas timeout-minutes: 10 env: @@ -198,7 +198,7 @@ jobs: frontend-lint: name: Frontend Lint - runs-on: ubuntu-22.04 + runs-on: saas timeout-minutes: 10 steps: