mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-17 23:35:54 +01:00
Revert "fix: update runner pool names for consistency across workflows"
This reverts commit 79695661d9.
This commit is contained in:
2
.github/workflows/pr-linux-cli-test.yml
vendored
2
.github/workflows/pr-linux-cli-test.yml
vendored
@@ -11,7 +11,7 @@ on:
|
||||
jobs:
|
||||
linux-cli-test:
|
||||
name: ${{ inputs.job_name }}
|
||||
runs-on: [ self-hosted, 1ES.Pool=1es-vscode-ubuntu-22.04-x64 ]
|
||||
runs-on: [ self-hosted, 1ES.Pool=1es-vscode-oss-ubuntu-22.04-x64 ]
|
||||
env:
|
||||
RUSTUP_TOOLCHAIN: ${{ inputs.rustup_toolchain }}
|
||||
steps:
|
||||
|
||||
2
.github/workflows/pr-linux-test.yml
vendored
2
.github/workflows/pr-linux-test.yml
vendored
@@ -17,7 +17,7 @@ on:
|
||||
jobs:
|
||||
linux-test:
|
||||
name: ${{ inputs.job_name }}
|
||||
runs-on: [ self-hosted, 1ES.Pool=1es-vscode-ubuntu-22.04-x64 ]
|
||||
runs-on: [ self-hosted, 1ES.Pool=1es-vscode-oss-ubuntu-22.04-x64 ]
|
||||
env:
|
||||
ARTIFACT_NAME: ${{ (inputs.electron_tests && 'electron') || (inputs.browser_tests && 'browser') || (inputs.remote_tests && 'remote') || 'unknown' }}
|
||||
NPM_ARCH: x64
|
||||
|
||||
6
.github/workflows/pr-node-modules.yml
vendored
6
.github/workflows/pr-node-modules.yml
vendored
@@ -10,7 +10,7 @@ permissions: {}
|
||||
jobs:
|
||||
compile:
|
||||
name: Compile
|
||||
runs-on: [ self-hosted, 1ES.Pool=1es-vscode-ubuntu-22.04-x64 ]
|
||||
runs-on: [ self-hosted, 1ES.Pool=1es-vscode-oss-ubuntu-22.04-x64 ]
|
||||
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-ubuntu-22.04-x64 ]
|
||||
runs-on: [ self-hosted, 1ES.Pool=1es-vscode-oss-ubuntu-22.04-x64 ]
|
||||
env:
|
||||
NPM_ARCH: x64
|
||||
VSCODE_ARCH: x64
|
||||
@@ -219,7 +219,7 @@ jobs:
|
||||
|
||||
windows:
|
||||
name: Windows
|
||||
runs-on: [ self-hosted, 1ES.Pool=1es-vscode-windows-2022-x64 ]
|
||||
runs-on: [ self-hosted, 1ES.Pool=1es-vscode-oss-windows-2022-x64 ]
|
||||
env:
|
||||
NPM_ARCH: x64
|
||||
VSCODE_ARCH: x64
|
||||
|
||||
2
.github/workflows/pr-win32-test.yml
vendored
2
.github/workflows/pr-win32-test.yml
vendored
@@ -17,7 +17,7 @@ on:
|
||||
jobs:
|
||||
windows-test:
|
||||
name: ${{ inputs.job_name }}
|
||||
runs-on: [ self-hosted, 1ES.Pool=1es-vscode-windows-2022-x64 ]
|
||||
runs-on: [ self-hosted, 1ES.Pool=1es-vscode-oss-windows-2022-x64 ]
|
||||
env:
|
||||
ARTIFACT_NAME: ${{ (inputs.electron_tests && 'electron') || (inputs.browser_tests && 'browser') || (inputs.remote_tests && 'remote') || 'unknown' }}
|
||||
NPM_ARCH: x64
|
||||
|
||||
10
.github/workflows/pr.yml
vendored
10
.github/workflows/pr.yml
vendored
@@ -18,7 +18,7 @@ env:
|
||||
jobs:
|
||||
compile:
|
||||
name: Compile & Hygiene
|
||||
runs-on: [ self-hosted, 1ES.Pool=1es-vscode-ubuntu-22.04-x64 ]
|
||||
runs-on: [ self-hosted, 1ES.Pool=1es-vscode-oss-ubuntu-22.04-x64 ]
|
||||
steps:
|
||||
- name: Checkout microsoft/vscode
|
||||
uses: actions/checkout@v6
|
||||
@@ -158,7 +158,7 @@ jobs:
|
||||
|
||||
copilot-check-test-cache:
|
||||
name: Copilot - Check Test Cache
|
||||
runs-on: [ self-hosted, 1ES.Pool=1es-vscode-ubuntu-22.04-x64 ]
|
||||
runs-on: [ self-hosted, 1ES.Pool=1es-vscode-oss-ubuntu-22.04-x64 ]
|
||||
permissions:
|
||||
contents: read
|
||||
pull-requests: read
|
||||
@@ -205,7 +205,7 @@ jobs:
|
||||
|
||||
copilot-check-telemetry:
|
||||
name: Copilot - Check Telemetry
|
||||
runs-on: [ self-hosted, 1ES.Pool=1es-vscode-ubuntu-22.04-x64 ]
|
||||
runs-on: [ self-hosted, 1ES.Pool=1es-vscode-oss-ubuntu-22.04-x64 ]
|
||||
permissions:
|
||||
contents: read
|
||||
steps:
|
||||
@@ -225,7 +225,7 @@ jobs:
|
||||
|
||||
copilot-linux-tests:
|
||||
name: Copilot - Test (Linux)
|
||||
runs-on: [ self-hosted, 1ES.Pool=1es-vscode-ubuntu-22.04-x64 ]
|
||||
runs-on: [ self-hosted, 1ES.Pool=1es-vscode-oss-ubuntu-22.04-x64 ]
|
||||
permissions:
|
||||
contents: read
|
||||
steps:
|
||||
@@ -334,7 +334,7 @@ jobs:
|
||||
|
||||
copilot-windows-tests:
|
||||
name: Copilot - Test (Windows)
|
||||
runs-on: [ self-hosted, 1ES.Pool=1es-vscode-windows-2022-x64 ]
|
||||
runs-on: [ self-hosted, 1ES.Pool=1es-vscode-oss-windows-2022-x64 ]
|
||||
permissions:
|
||||
contents: read
|
||||
steps:
|
||||
|
||||
Reference in New Issue
Block a user