mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-21 09:08:53 +01:00
chore: update remote node.js (#213439)
* chore: update remote node.js to v20.11.1 * chore: remove io_uring workaround * chore: update checksums * temp: update distro * ci: rebuild cache * chore: bump distro
This commit is contained in:
@@ -100,9 +100,6 @@ steps:
|
||||
timeoutInMinutes: 20
|
||||
|
||||
- script: ./scripts/test-remote-integration.sh
|
||||
env:
|
||||
# TODO(deepak1556): Remove this once we update to Node.js >= 20.11.x
|
||||
UV_USE_IO_URING: 0
|
||||
displayName: Run integration tests (Remote)
|
||||
timeoutInMinutes: 20
|
||||
|
||||
@@ -137,8 +134,6 @@ steps:
|
||||
./scripts/test-remote-integration.sh
|
||||
env:
|
||||
VSCODE_REMOTE_SERVER_PATH: $(agent.builddirectory)/vscode-server-linux-$(VSCODE_ARCH)
|
||||
# TODO(deepak1556): Remove this once we update to Node.js >= 20.11.x
|
||||
UV_USE_IO_URING: 0
|
||||
displayName: Run integration tests (Remote)
|
||||
timeoutInMinutes: 20
|
||||
|
||||
@@ -169,16 +164,10 @@ steps:
|
||||
|
||||
- script: yarn smoketest-no-compile --web --tracing --headless --electronArgs="--disable-dev-shm-usage"
|
||||
timeoutInMinutes: 20
|
||||
env:
|
||||
# TODO(deepak1556): Remove this once we update to Node.js >= 20.11.x
|
||||
UV_USE_IO_URING: 0
|
||||
displayName: Run smoke tests (Browser, Chromium)
|
||||
|
||||
- script: yarn smoketest-no-compile --remote --tracing
|
||||
timeoutInMinutes: 20
|
||||
env:
|
||||
# TODO(deepak1556): Remove this once we update to Node.js >= 20.11.x
|
||||
UV_USE_IO_URING: 0
|
||||
displayName: Run smoke tests (Remote)
|
||||
|
||||
- ${{ if ne(parameters.VSCODE_QUALITY, 'oss') }}:
|
||||
@@ -189,8 +178,6 @@ steps:
|
||||
- script: yarn smoketest-no-compile --web --tracing --headless --electronArgs="--disable-dev-shm-usage"
|
||||
env:
|
||||
VSCODE_REMOTE_SERVER_PATH: $(agent.builddirectory)/vscode-server-linux-$(VSCODE_ARCH)-web
|
||||
# TODO(deepak1556): Remove this once we update to Node.js >= 20.11.x
|
||||
UV_USE_IO_URING: 0
|
||||
timeoutInMinutes: 20
|
||||
displayName: Run smoke tests (Browser, Chromium)
|
||||
|
||||
@@ -201,9 +188,6 @@ steps:
|
||||
VSCODE_REMOTE_SERVER_PATH="$(agent.builddirectory)/vscode-server-linux-$(VSCODE_ARCH)" \
|
||||
yarn smoketest-no-compile --tracing --remote --build "$APP_PATH"
|
||||
timeoutInMinutes: 20
|
||||
env:
|
||||
# TODO(deepak1556): Remove this once we update to Node.js >= 20.11.x
|
||||
UV_USE_IO_URING: 0
|
||||
displayName: Run smoke tests (Remote)
|
||||
|
||||
- script: |
|
||||
|
||||
Reference in New Issue
Block a user