Tingluo Huang and GitHub
c7517abd08
[Windows] cache most used GitHub actions
...
* Download actions/action_versions latest release on Windows and set ACTIONS_RUNNER_ACTION_ARCHIVE_CACHE.
* feedback
* fix get latest package on Windows.
* invoke test
2023-10-12 10:43:41 +02:00
Henry Mercer and GitHub
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
ilia-shipitsin and GitHub
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 and GitHub
9f764f7429
[Windows] Remove hub utility ( #8365 )
2023-09-26 09:30:27 +02:00
Vasilii Polikarpov and GitHub
601b21b1a6
Rename Google Cloud SDK to CLI ( #8335 )
2023-09-20 16:32:41 +02:00
Alexey-Ayupov and GitHub
36ddc88274
Revert "Try installing Google Chrome for Testing ( #7997 )" ( #8190 )
...
This reverts commit d9169bba1e .
2023-08-29 21:42:30 +02:00
Vasilii Polikarpov and GitHub
d9169bba1e
Try installing Google Chrome for Testing ( #7997 )
2023-08-18 12:43:00 +02:00
Vasilii Polikarpov and GitHub
5368cb6a69
[Windows] Remove deprecated kubectl flag ( #8099 )
2023-08-17 10:26:46 +02:00
Vasilii Polikarpov and GitHub
974c7589b9
[Windows] Remove AdoptOpenJDK ( #8026 )
2023-08-03 10:32:48 +02:00
Vasilii Polikarpov and GitHub
425daf97b4
Validate OpenSSL version in Windows ( #7372 )
2023-03-31 16:30:04 +02:00
Vasilii Polikarpov and GitHub
d9b4647e11
[Windows] Add script for OpenSSL installation ( #7337 )
2023-03-28 10:42:14 +02:00
Dusko Dobranic and GitHub
754cbccf56
[Windows] AWS CLI session manager plugin test fix ( #7294 )
2023-03-17 15:53:44 +01:00
Dusko Dobranic and GitHub
7821217b60
[Windows] Install ghc and cabal using ghcup ( #6754 )
2023-01-31 22:03:06 +01:00
Angela P Wen and GitHub
1e75a20a49
[Linux,macOS,Windows] Download two latest CodeQL bundles ( #6884 )
...
Previously, our runner image only included the most recent release of CodeQL. In order to improve stability of rollout of new CodeQL versions, we are now downloading the most recent two releases.
The change updates the Linux and Windows script variable names to match that of the Mac script, because they are mostly functionally identical. It also adds the same log messages to all scripts and ensures Mac and Windows test parity. It tests that there are two bundles in each of the OS's as well.
This will approximately double the total size and installation time of the existing CodeQL tool.
2023-01-29 14:46:43 +01:00
Alexey-Ayupov and GitHub
a86ee04ce6
[Windows] Update Az module pester test ( #6902 )
2023-01-12 21:25:12 +01:00
Alexey-Ayupov and GitHub
39ba239618
[Windows] Remove pester test for kotlinc-js ( #6850 )
2022-12-29 20:39:24 +01:00
Maxim Lobanov and GitHub
257743a26d
[Windows] Minor documentation improvements ( #6751 )
2022-12-14 19:53:32 +01:00
Aleksandr Chebotov and GitHub
715747a054
Remove Test-IsWin19 WSL condition ( #6477 )
2022-10-27 09:26:49 +02:00
Alexis Saettler and GitHub
b7edddf553
[Windows] Check WSL is on path on Windows Server 2022 ( #6475 )
2022-10-26 15:53:15 +02:00
Erik Bershel and GitHub
a9611d8e7f
Revert VCPKG_ROOT variable ( #6458 )
2022-10-25 09:30:50 +02:00
Erik Bershel and Mikhail Koliada
5e91f0a07d
Revert "Revert VCPKG_ROOT variable ( #6449 )"
...
This reverts commit 88d253f383 .
2022-10-24 12:27:27 +02:00
Erik Bershel and GitHub
88d253f383
Revert VCPKG_ROOT variable ( #6449 )
2022-10-24 11:10:20 +02:00
Aleksandr Chebotov
caa3fa7f9f
revert env variable
2022-10-17 16:25:50 +02:00
Aleksandr Chebotov
f790e06bc3
Add cbindgen and bindgen pester test
2022-10-17 10:04:32 +02:00
Mikhail Timofeev and GitHub
1def28243d
[Windows] Test Chrome and Chrome Driver major versions are the same ( #6332 )
...
* Add Chrome + Chromedriver test
* Get chromedriver version from versioninfo.txt
* Use VersionInfo.ProductMajorPart
* Add missing test cases block
2022-09-30 20:07:26 +02:00
Aleksandr Chebotov and GitHub
f412cb04d7
[Windows] Add docker symlink ( #6287 )
2022-09-24 17:09:06 +03:00
Aleksandr Chebotov and GitHub
15f134a85a
Exclude Windows Defender update checking ( #6259 )
2022-09-19 18:44:38 +03:00
Erik Bershel and GitHub
7f10a5a590
[Windows] Add ImageMagick tool ( #6247 )
...
* Add ImageMagick tool
* Add ImageMagick tool
2022-09-16 10:23:13 +02:00
Aleksandr Chebotov and GitHub
03c71fa649
Install WDK.vsix on VS 2022 ( #6203 )
2022-09-09 11:56:40 +03:00
Erik Bershel and GitHub
a4b9a51304
[Windows] Add VCPKG_ROOT variable ( #6192 )
2022-09-08 18:29:02 +03:00
ef9c8bf522
[Windows] Add Windows11SDK.22621 to Win19 ( #6148 )
...
* [Windows] Add Windows11SDK.22621 to Win19
* Code style fix
Co-authored-by: Mikhail Timofeev <48208649+miketimofeev@users.noreply.github.com >
Co-authored-by: Mikhail Timofeev <48208649+miketimofeev@users.noreply.github.com >
2022-09-02 18:59:40 +02:00
Alexis Saettler and GitHub
1c49c133ea
[Windows] remove vcredist_2010_x64 duplicate test ( #6060 )
...
* [Windows] re-add vcredist_140 test
* remove vcredist_140 test
2022-08-11 16:45:40 +02:00
Aleksandr Chebotov and GitHub
f1bb031e43
[Windows] Disable mongodb service by default ( #6023 )
...
* Disable mongodb service by default
* Add ErrorAction Ignore
2022-08-05 20:50:37 +02:00
Aleksandr Chebotov and GitHub
8c24b03a8d
Remove Windows Server 2016 related code from the repository ( #5994 )
2022-08-01 16:35:36 +03:00
Mikhail Timofeev and GitHub
a41909d0c5
[Windows] Remove ndk-bundle ( #5927 )
...
* Remove ndk-bundle from windows
* Remove NDK-related variables
2022-07-21 10:33:38 +03:00
Aleksandr Chebotov and GitHub
0dd1c396a1
Update LLVM to version 14 ( #5863 )
2022-07-06 01:00:28 +02:00
Aleksandr Chebotov and GitHub
02d4539cae
[Windows] Add WDK on Windows Server 2022 without VSIX ( #5838 )
...
* Add WDK on Windows Server 2022 without VSIX
* Fix extension names
2022-06-29 16:46:22 +03:00
Aleksandr Chebotov and GitHub
5690ae9183
Revert "Add WDK on Windows Server 2022 ( #5652 )" ( #5711 )
...
This reverts commit 16f6912f37 .
2022-06-08 17:26:18 +03:00
Aleksandr Chebotov and GitHub
16f6912f37
Add WDK on Windows Server 2022 ( #5652 )
2022-06-01 15:13:31 +02:00
Igor Boskovic and GitHub
65955e2fb1
image build issue ( #5613 )
2022-05-26 11:53:27 +02:00
Alexis Saettler and GitHub
0ca5e834c0
Refactor Get-DotnetFrameworkTools and allow multiple SDKs installation ( #5464 )
2022-05-11 18:59:46 +03:00
Aleksandr Chebotov and GitHub
3caf4a3e5c
[Windows] Add docker-compose v2 ( #5504 )
2022-05-10 11:23:19 +03:00
Aleksandr Chebotov and GitHub
55a07214fe
[Windows] Update cabal pester test ( #5121 )
...
* [Windows] Update cabal pester test
* Add CABAL_DIR test
2022-02-22 19:20:26 +03:00
Mikhail Timofeev and GitHub
cc2a6e1158
Skip preview android sdk platforms installation ( #5089 )
2022-02-16 22:23:56 +03:00
Nikolay Frolov and GitHub
f160c496ff
[Windows] Add Windows10SDK.17763 to Win22 ( #4980 )
2022-02-07 20:53:07 +03:00
Mikhail Timofeev and GitHub
a79f657a9f
Add InnoSetup to windows-2022 ( #5007 )
2022-02-03 18:09:29 +03:00
Aleksandr Chebotov and GitHub
1a20af2405
Update dotnet tool path ( #4961 )
2022-01-29 13:00:14 +03:00
Aleksandr Chebotov and GitHub
6865a4ccfe
Update DACX 150 -> 160 path ( #4966 )
2022-01-28 14:18:57 +03:00
V-Zabayrachny and GitHub
df0e83c8f7
[Windows] Add WiX to VS on Windows-2022 ( #4895 )
...
* [Windows] Add wix to VS on Windows-2022
* [Windows] Move WiX in toolset on windows 16, 19
2022-01-21 18:40:37 +03:00
Mikhail Timofeev and GitHub
05fc7efd60
[Windows] Skip windows-2016 in the test ( #4925 )
2022-01-21 10:01:24 +03:00