Commit Graph

1537 Commits

Author SHA1 Message Date
github-actions[bot]
4669a5d34f Updating readme file for win19 version 20230918.1.0 (#8334)
Co-authored-by: Image generation service account <no-reply@microsoft.com>
Co-authored-by: Actions service account <no-reply@github.com>
2023-09-21 10:38:54 +00:00
ilia-shipitsin
e3723b394a [windows] fix openssl package condition (#8347)
we intend to install full package, not light.
accidently condition was incorrect
2023-09-21 11:46:14 +02:00
Vasilii Polikarpov
7c2097edab [Windows] Fix typo in function name (#8345) 2023-09-20 17:21:04 +02:00
Vasilii Polikarpov
601b21b1a6 Rename Google Cloud SDK to CLI (#8335) 2023-09-20 16:32:41 +02:00
Erik Bershel
ede9c210d8 [Windows] Add Android NDK 26 (#8332) 2023-09-20 09:38:22 +02:00
ilia-shipitsin
609078e377 [windows] clarify Install-AzureModules description (#8273) 2023-09-18 18:37:14 +02:00
ilia-shipitsin
cd9413ee05 [windows] fix openssl installation (#8313) 2023-09-18 18:11:13 +02:00
Alexey-Ayupov
2633136009 [Windows] Update VM and Disk sizes in packer (#8311) 2023-09-18 16:01:58 +02:00
Erik Bershel
68e600ace0 [Windows] Add some helpers to work with checksums (#8262) 2023-09-18 12:00:27 +02:00
Shamil Mubarakshin
824743a429 [windows] Remove Go 1.18x (#8301) 2023-09-15 21:06:16 +02:00
sergei-pyshnoi
fa9f2bc4a3 [windows] update version mingw => 12.2.0.03042023 (#8287) 2023-09-15 12:17:27 +02:00
Shamil Mubarakshin
79ed5c1ac1 [windows2019] Remove Ruby 2.4 (#8290) 2023-09-15 09:51:32 +02:00
ilia-shipitsin
27777e9f10 [windows] disabling windows defender scheduled task (#8285)
it turned out that windows defender creates deleted tasks.
proper way of disabling is

Set-MpPreference -ScanScheduleDay 8
2023-09-14 22:17:45 +02:00
Shamil Mubarakshin
734a8c8e9d [windows2019] Remove Python 3.6 (#8291) 2023-09-14 21:25:24 +02:00
github-actions[bot]
e7ff445c60 Updating readme file for win19 version 20230912.1.0 (#8278)
Co-authored-by: Image generation service account <no-reply@microsoft.com>
Co-authored-by: Actions service account <no-reply@github.com>
2023-09-14 18:32:39 +00:00
github-actions[bot]
2dcfa5d065 Updating readme file for win22 version 20230910.1.0 (#8272)
Co-authored-by: Image generation service account <no-reply@microsoft.com>
Co-authored-by: Actions service account <no-reply@github.com>
2023-09-14 15:06:29 +00:00
ilia-shipitsin
117712f38f [windows] implement checksum validation for OpenSSL (#8257) 2023-09-12 12:57:25 +02:00
ilia-shipitsin
f5bbdcbe4f [windows] implement checksum validation for docker-wincred (#8256) 2023-09-12 10:05:26 +02:00
ilia-shipitsin
9a4861b4ee [windows] switch to Powershell Gallery when preparing Azure modules (#8264) 2023-09-12 10:04:14 +02:00
sergei-pyshnoi
30104e6c13 [windows] change source for mongodb version parser (#8248) 2023-09-08 17:06:33 +02:00
ilia-shipitsin
acd00737c6 [windows] implement checksum validation for Powershell Core (#8247) 2023-09-08 10:48:51 +02:00
github-actions[bot]
4a0c3808de Updating readme file for win22 version 20230903.2.0 (#8232)
Co-authored-by: Image generation service account <no-reply@microsoft.com>
Co-authored-by: Actions service account <no-reply@github.com>
2023-09-07 11:28:26 +00:00
github-actions[bot]
76ab7d5c96 Updating readme file for win19 version 20230903.1.0 (#8233)
Co-authored-by: Image generation service account <no-reply@microsoft.com>
Co-authored-by: Actions service account <no-reply@github.com>
2023-09-07 11:26:24 +00:00
ilia-shipitsin
bd1f57a2d3 [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
2023-09-05 14:34:09 +02:00
Vasilii Polikarpov
1e590b77aa [Windows] Add VC components for VS 17.7 (#8151)
* [Windows] Add VC components for VS 17.7

* Try to debug VS installation

* Add more components for VS

* Use response file

* Remove 14.36.17.6 build tools components

* Fix issue where config is bad for VS2019 installer
2023-09-02 12:25:52 +02:00
ilia-shipitsin
587a8c8e6f [windows] cleanup DotNETSdk install script (#8200)
* [win] some cleanup of DonetSDK installer

FixPublish workaround not needed anymore, we do not install 3.1
C:\Temp not needed as well
2023-09-01 11:44:00 +02:00
Vasilii Polikarpov
8077d7b42b Switch to build managed image instead of VHD (#8167) (#8208) 2023-08-31 16:21:15 +02:00
Alexey-Ayupov
36ddc88274 Revert "Try installing Google Chrome for Testing (#7997)" (#8190)
This reverts commit d9169bba1e.
2023-08-29 21:42:30 +02:00
github-actions[bot]
d5d4c565df Updating readme file for win22 version 20230820.1.0 (#8126)
Co-authored-by: Image generation service account <no-reply@microsoft.com>
Co-authored-by: Actions service account <no-reply@github.com>
2023-08-28 12:12:47 +00:00
github-actions[bot]
862df58673 Updating readme file for win19 version 20230820.1.0 (#8129)
Co-authored-by: Image generation service account <no-reply@microsoft.com>
Co-authored-by: Actions service account <no-reply@github.com>
2023-08-24 12:34:51 +00:00
Alexey-Ayupov
02eb087db0 [Windows] Update LLVM version to 16 (#8134) 2023-08-24 09:52:26 +02:00
Alexey-Ayupov
fa54b5b0dc [Windows] Update software report (ant version) (#8139) 2023-08-23 20:32:49 +02:00
github-actions[bot]
14fa2c5ff1 Updating readme file for win19 version 20230814.1.0 (#8095)
Co-authored-by: Image generation service account <no-reply@microsoft.com>
Co-authored-by: Actions service account <no-reply@github.com>
2023-08-21 12:35:25 +00:00
Vasilii Polikarpov
d9169bba1e Try installing Google Chrome for Testing (#7997) 2023-08-18 12:43:00 +02:00
Vasilii Polikarpov
5368cb6a69 [Windows] Remove deprecated kubectl flag (#8099) 2023-08-17 10:26:46 +02:00
Mikhail Koliada
a951af97cd [Windows] use VsixInstaller from the installer (#8103) 2023-08-17 10:12:47 +02:00
Shamil Mubarakshin
c64e2f53f1 [windows] Change Az Cli to x64 (#8096) 2023-08-16 18:22:39 +02:00
Alexey-Ayupov
ff79794377 [Windows] Add Hyper-V PowerShell module (#8079) 2023-08-16 09:49:28 +02:00
github-actions[bot]
d2c69950ce Updating readme file for win22 version 20230804.1.1 (#8048)
Co-authored-by: Image generation service account <no-reply@microsoft.com>
Co-authored-by: Actions service account <no-reply@github.com>
2023-08-11 12:26:54 +00:00
sergei-pyshnoi
a25fd359ca add go 1.21 to toolset (#8062) 2023-08-11 11:48:01 +02:00
github-actions[bot]
895b9c79c7 Updating readme file for win19 version 20230806.1.1 (#8054)
Co-authored-by: Image generation service account <no-reply@microsoft.com>
Co-authored-by: Actions service account <no-reply@github.com>
2023-08-10 09:09:48 +00:00
sergei-pyshnoi
ba97109526 [Windows] Change mongodb installation from choco to .msi download (#8032) 2023-08-09 14:28:33 +02:00
Vasilii Polikarpov
8c81cda4bb [Windows] Add PyPy 3.10 (#8039) 2023-08-09 12:08:16 +02:00
Vasilii Polikarpov
c493b069d2 [Windows] Update miniconda download link (#8041) 2023-08-06 10:57:38 +02:00
github-actions[bot]
b762375cfc Updating readme file for win22 version 20230730.1.1 (#8011)
Co-authored-by: Image generation service account <no-reply@microsoft.com>
Co-authored-by: Actions service account <no-reply@github.com>
2023-08-03 12:07:32 +00:00
github-actions[bot]
49e424dc8c Updating readme file for win19 version 20230731.1.1 (#8012)
Co-authored-by: Image generation service account <no-reply@microsoft.com>
Co-authored-by: Actions service account <no-reply@github.com>
2023-08-03 11:54:30 +00:00
Vasilii Polikarpov
974c7589b9 [Windows] Remove AdoptOpenJDK (#8026) 2023-08-03 10:32:48 +02:00
ilia-shipitsin
e1d1163c15 [win] specify accept header when downloading mysql meta (#8009)
as reported in https://github.com/actions/runner-images/issues/8004
dev.mysql.com behaviour has changed, it requires "Accept: text/html"
for download page

Co-authored-by: Miguel Nieto <m.nieto@kevull.com>
2023-08-03 10:19:29 +02:00
Erik Bershel
c545cacd84 [Windows] Update Edge installer (#8006) 2023-08-01 09:24:55 +02:00
github-actions[bot]
9a403df7bd Updating readme file for win22 version 20230724.1.1 (#7973)
Co-authored-by: Image generation service account <no-reply@microsoft.com>
Co-authored-by: Actions service account <no-reply@github.com>
2023-07-27 10:38:54 +00:00