mirror of
https://github.com/actions/runner-images-sangeeth.git
synced 2026-01-06 18:17:26 +08:00
[windows] introduce user warmup (#8225)
some User warmup may be transferred to C:\Users\Default to speedup provisioning. Especially, this is important for large runners
This commit is contained in:
@@ -326,7 +326,8 @@
|
||||
"skip_clean": true,
|
||||
"scripts": [
|
||||
"{{ template_dir }}/scripts/Installers/Run-NGen.ps1",
|
||||
"{{ template_dir }}/scripts/Installers/Finalize-VM.ps1"
|
||||
"{{ template_dir }}/scripts/Installers/Finalize-VM.ps1",
|
||||
"{{ template_dir }}/scripts/Installers/Warmup-User.ps1"
|
||||
],
|
||||
"environment_vars": [
|
||||
"INSTALL_USER={{user `install_user`}}"
|
||||
|
||||
Reference in New Issue
Block a user