switch to gh hosted runners (#305298)

This commit is contained in:
Michael Lively
2026-03-26 13:58:07 -07:00
committed by GitHub
parent 39b6e125e6
commit 08c09ae70d
5 changed files with 6 additions and 6 deletions

View File

@@ -11,7 +11,7 @@ on:
jobs:
linux-cli-test:
name: ${{ inputs.job_name }}
runs-on: [ self-hosted, 1ES.Pool=1es-vscode-oss-ubuntu-22.04-x64 ]
runs-on: ubuntu-22.04
env:
RUSTUP_TOOLCHAIN: ${{ inputs.rustup_toolchain }}
steps:

View File

@@ -17,7 +17,7 @@ on:
jobs:
linux-test:
name: ${{ inputs.job_name }}
runs-on: [ self-hosted, 1ES.Pool=1es-vscode-oss-ubuntu-22.04-x64 ]
runs-on: ubuntu-22.04
env:
ARTIFACT_NAME: ${{ (inputs.electron_tests && 'electron') || (inputs.browser_tests && 'browser') || (inputs.remote_tests && 'remote') || 'unknown' }}
NPM_ARCH: x64

View File

@@ -10,7 +10,7 @@ permissions: {}
jobs:
compile:
name: Compile
runs-on: [ self-hosted, 1ES.Pool=1es-vscode-oss-ubuntu-22.04-x64 ]
runs-on: ubuntu-22.04
steps:
- name: Checkout microsoft/vscode
uses: actions/checkout@v6
@@ -86,7 +86,7 @@ jobs:
linux:
name: Linux
runs-on: [ self-hosted, 1ES.Pool=1es-vscode-oss-ubuntu-22.04-x64 ]
runs-on: ubuntu-22.04
env:
NPM_ARCH: x64
VSCODE_ARCH: x64

View File

@@ -17,7 +17,7 @@ on:
jobs:
windows-test:
name: ${{ inputs.job_name }}
runs-on: [ self-hosted, 1ES.Pool=1es-vscode-oss-windows-2022-x64 ]
runs-on: windows-2022
env:
ARTIFACT_NAME: ${{ (inputs.electron_tests && 'electron') || (inputs.browser_tests && 'browser') || (inputs.remote_tests && 'remote') || 'unknown' }}
NPM_ARCH: x64

View File

@@ -19,7 +19,7 @@ env:
jobs:
compile:
name: Compile & Hygiene
runs-on: [ self-hosted, 1ES.Pool=1es-vscode-oss-ubuntu-22.04-x64 ]
runs-on: ubuntu-22.04
steps:
- name: Checkout microsoft/vscode
uses: actions/checkout@v6