Commit Graph

971 Commits

Author SHA1 Message Date
Vasilii Polikarpov 2fea4ebd8d [Windows] Verify hash sum for cobertura (#8447) 2023-10-04 17:20:54 +02:00
Henry Mercer 5669edde75 [Windows] Cache only the latest version of CodeQL (#8421)
* Windows: Cache only the latest version of CodeQL

Previously, we cached two versions since we prioritized hitting the toolcache over landing new releases quicker. However after experimenting with this, we have decided to prioritize getting new releases into customers' hands more quickly.

* Break Windows tests down into separate assertions

* List contents of bundle after extracting
2023-10-04 16:31:00 +02:00
Erik Bershel e1bcc61827 [Windows] Add checksum validation for JDKs (#8404) 2023-10-04 14:59:44 +02:00
Erik Bershel ae487529f3 [Windows] Add checksum validation for Stack (#8403) 2023-10-04 14:58:45 +02:00
Erik Bershel 8b23f693e9 [Windows] Install NSIS package from Chocolatey (#8394) 2023-10-04 14:44:05 +02:00
Alexey-Ayupov 038cb56f85 [Windows] Exclude KB5001148 from windows update (#8456) 2023-10-04 09:21:16 +02:00
Vasilii Polikarpov 72bdf7ea7c [Windows] Install mingw binaries manually (#8418) 2023-10-03 09:48:40 +02:00
Erik Bershel 375e9a1c27 [Windows] PyPy3.9-7.3.13 SHA missing on pypy.org (#8429) 2023-10-02 17:41:15 +02:00
ilia-shipitsin 6f2f889b0a [windows] warmup "az devops" for the first run (#8410) 2023-09-29 17:02:51 +02:00
sergei-pyshnoi febcdc62d3 [Windows] Rework MySQL installation script (#8398) 2023-09-29 12:35:23 +02:00
Erik Bershel 0b7b4144a2 [Windows] Add checksum validation for Kind (#8384) 2023-09-29 12:20:16 +02:00
ilia-shipitsin fca7da3969 [windows] implement PyPy checksum validation (#8338) 2023-09-29 12:14:12 +02:00
ilia-shipitsin 8de4497f77 [windows] implement DotNETSDK checksum validation (#8355) 2023-09-28 11:57:30 +02:00
ilia-shipitsin 620e2c26b2 [windows] disable StorSvc for runners (#8388) 2023-09-28 11:33:59 +02:00
ilia-shipitsin 74242a4687 [windows] disable TSVNCache.exe (#8374)
TortoiseSVN scans all drives for SVN repos. it eats disk IO,
let us add registry setting which disables that activity
2023-09-28 10:03:09 +02:00
Vasilii Polikarpov 62e9da75e7 [Windows] Fix mingw related lines in software report (#8389) 2023-09-28 09:56:05 +02:00
Erik Bershel 978a92f44c [Windows] Add checksum validation for MSYS2 (#8385) 2023-09-27 13:01:51 +02:00
Erik Bershel 77724a9672 [Windows] Add checksum verification for AWS SAM CLI (#8316) 2023-09-27 13:00:54 +02:00
Erik Bershel a1206f1a5c [Windows] Add checksum verification for GitHub CLI (#8360) 2023-09-26 13:08:31 +02:00
ilia-shipitsin 9eabbcd8d0 [windows] missing openssl pester tests (#8351)
add tests for

(*) OpenSSL location

(*) OpenSSL package type ("full" is required)
2023-09-26 09:35:12 +02:00
Vasilii Polikarpov 9f764f7429 [Windows] Remove hub utility (#8365) 2023-09-26 09:30:27 +02:00
Erik Bershel fe051ba2ba [Windows] Add checksum verification for Git (#8317) 2023-09-25 11:58:47 +02:00
ilia-shipitsin ac365421b0 [windows] implement checksum validation for rustup (#8314) 2023-09-25 11:51:41 +02:00
Erik Bershel e1ac652396 [Windows] Add checksum verification for Kotlin (#8318) 2023-09-22 11:26:00 +02:00
sergei-pyshnoi 55ce401f7f [Windows] Add signature validator for MongoDB (#8304) 2023-09-22 10:52:16 +02: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
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
Erik Bershel 68e600ace0 [Windows] Add some helpers to work with checksums (#8262) 2023-09-18 12:00:27 +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
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
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
Alexey-Ayupov 36ddc88274 Revert "Try installing Google Chrome for Testing (#7997)" (#8190)
This reverts commit d9169bba1e.
2023-08-29 21:42:30 +02:00
Alexey-Ayupov fa54b5b0dc [Windows] Update software report (ant version) (#8139) 2023-08-23 20:32:49 +02: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
sergei-pyshnoi ba97109526 [Windows] Change mongodb installation from choco to .msi download (#8032) 2023-08-09 14:28:33 +02:00
Vasilii Polikarpov c493b069d2 [Windows] Update miniconda download link (#8041) 2023-08-06 10:57:38 +02: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