diff --git a/.github/actionlint.yaml b/.github/actionlint.yaml index 7c54d0c6..cdd601c8 100644 --- a/.github/actionlint.yaml +++ b/.github/actionlint.yaml @@ -1,3 +1,4 @@ self-hosted-runner: labels: - ubicloud-standard-2 + - ubicloud-standard-8 diff --git a/.github/workflows/evals.yml b/.github/workflows/evals.yml index 81ba1f7b..b509abf4 100644 --- a/.github/workflows/evals.yml +++ b/.github/workflows/evals.yml @@ -55,7 +55,7 @@ jobs: ${{ env.IMAGE }}:latest evals: - runs-on: ubicloud-standard-2 + runs-on: ${{ matrix.suite.runner || 'ubicloud-standard-2' }} needs: build-image container: image: ${{ needs.build-image.outputs.image-tag }} @@ -72,6 +72,7 @@ jobs: file: test/skill-llm-eval.test.ts - name: e2e-browse file: test/skill-e2e-browse.test.ts + runner: ubicloud-standard-8 - name: e2e-plan file: test/skill-e2e-plan.test.ts - name: e2e-deploy