Commit Graph
100 Commits
Author SHA1 Message Date
Aleksandr Chebotov a5fca054cb [Ubuntu] Set DefaultLimitSTACK=16384 limit (#3328)
* Set DefaultLimitSTACK=16384 limit

* Set DefaultLimitSTACK 16MB
2021-05-06 12:10:58 +03:00
Aleksandr Chebotov 83f2d79254 [macOS] suppress pipefail pgrep exit code (#3208) 2021-04-19 17:18:32 +03:00
Aleksandr Chebotov 4a2e5bca16 [ubuntu] Remove google-cloud-sdk repo (#3199) 2021-04-16 19:24:24 +03:00
Aleksandr Chebotov 24f91060ac Remove google chrome repo on Ubuntu (#3188) 2021-04-15 12:04:19 +03:00
Aleksandr Chebotov b04de88f6e [Ubuntu] Install zstd homebrew (#3181)
* install zstd using brew

* fix typo

* remove Run-Command

* replace to Take-OutputPart

* create zstd symlinks
2021-04-14 19:34:49 +03:00
Aleksandr Chebotov 487339fb77 [ubuntu] provide package name (#3172) 2021-04-13 17:13:46 +03:00
Aleksandr Chebotov eecc7b86eb [macOS] Upgrade az powershell module from 4.8.0 to 5.7.0 (#3132)
* update az 4.8.0 -> 5.7.0

* revert HS
2021-04-08 21:01:52 +03:00
Aleksandr Chebotov 0d102a98d4 add sshpass packages (#3103) 2021-04-05 20:27:14 +03:00
Aleksandr Chebotov be27ebfdb3 [ubuntu] replace wget to download_with_retries helper (#3087) 2021-04-02 18:47:50 +03:00
Aleksandr Chebotov 0917a07677 [windows] set ascii encoding (#3086) 2021-04-02 17:53:08 +03:00
Aleksandr Chebotov 8472c0699b Remove warmup deprecation for Ubuntu images (#3076) 2021-04-02 11:17:15 +03:00
Aleksandr Chebotov cd5930b52b [ubuntu] suppress tar verbose messages (#3075) 2021-04-01 15:15:59 +03:00
Aleksandr Chebotov 05fc867e8a Suppress unzip logs in Ubuntu image generation (#3068) 2021-03-31 16:07:25 +03:00
Aleksandr Chebotov 726ef281c7 [ubuntu] disable verbose (#3063) 2021-03-31 10:46:42 +03:00
Aleksandr Chebotov 7d7b362d79 [Ubuntu] suppress unzip messages in aws.sh script (#3055)
* suppress unzip messages

* remove sudo

* add /tmp
2021-03-31 09:51:27 +03:00
Aleksandr Chebotov a533011008 use download_with_retries (#3054) 2021-03-30 15:23:57 +03:00
Aleksandr Chebotov 21f63fd579 Install Chrome without apt source (#3036) 2021-03-30 10:17:56 +03:00
Aleksandr Chebotov 6ac1661557 [Ubuntu] inject ansible pkg (#3047)
* inject ansible pkg

* fix comment

* fix comment
2021-03-29 16:29:12 +03:00
Aleksandr Chebotov a769b06872 Switch Azure CLI installation to GitHub Releases (#3035) 2021-03-26 18:21:42 +03:00
Aleksandr Chebotov 4c606d887d [Ubuntu] get julia version from julialang.org (#3025)
* get version from julialang.org

* add helpers

* add curl flag -L
2021-03-26 13:13:29 +03:00
Aleksandr Chebotov 436d9baa95 [Ubuntu] use pipx to install ansible (#3015)
* use pipx to install ansible

* update info
2021-03-25 12:40:36 +03:00
Aleksandr Chebotov dee50eebff add acl package to Ubuntu 20 (#3006) 2021-03-23 10:48:35 +03:00
Aleksandr Chebotov 758e6ef267 add lerna version (#2914) 2021-03-15 21:05:15 +03:00
Aleksandr Chebotov 11437f2e63 set minimumFreeSpaceMB=15000 (#2934) 2021-03-15 15:33:50 +03:00
Aleksandr Chebotov 51a9c11e33 Add support for latest zstd (#2927) 2021-03-15 15:26:01 +03:00
Aleksandr Chebotov d285d2f7d3 add ACCEPT_EULA=Y env var (#2908) 2021-03-15 11:17:57 +03:00
Aleksandr Chebotov 2f03a07621 [Windows] Update zstd to 1.4.9 (#2899)
* install from GitHub releases

* rename zstd folder

* change wildcard

* cut messages
2021-03-12 14:28:18 +03:00
Aleksandr Chebotov d575d1bcc5 set kern.maxfilesperproc=65536 (#2901) 2021-03-12 09:36:35 +03:00
Aleksandr Chebotov 40f571a753 [Ubuntu] Add net-tools (#2838)
* add net-tools

* fix output
2021-03-04 18:30:40 +03:00
Aleksandr Chebotov 09ea8edb54 change GDIProcessHandleQuota to 20000 (#2780) 2021-02-24 18:48:49 +03:00
Aleksandr Chebotov ee314d4c78 [windows] Fix tests, remove cmake 3.6 (#2758) 2021-02-19 21:27:58 +03:00
Aleksandr Chebotov 1ef3339658 [Ubuntu] Do not import Az.Account module on Ubuntu 18.04 (#2729)
* do not install dbus-user-session on Ubuntu 18.04

* update test for Ubuntu 18.04

* revert changes

* do not import Az.Accounts module

* remove space

* update PowerShell test
2021-02-18 09:03:13 +03:00
Aleksandr Chebotov c87b27a593 install latest version of cmake (#2714) 2021-02-15 19:18:13 +03:00
Aleksandr Chebotov be109fcbc2 [Ubuntu] Provide version info for binutils and coreutils packages (#2627)
* include binutils and coreutils to doc section

* fix bin to core

* replace split to Take-OutputPart
2021-02-05 19:38:39 +03:00
Aleksandr Chebotov 45d672739e [Ubuntu] Revert hardcoded docker-compose version (#2588) 2021-01-29 17:05:44 +03:00
Aleksandr Chebotov e2d6b1632b exclude macOS less than Catalina (#2570) 2021-01-27 17:26:40 +03:00
Aleksandr Chebotov 5537d89215 [macOS] Add apache and nginx (#2522)
* add apache and nginx

* swap config and service status

* add new line

* remove notes
2021-01-26 17:14:31 +03:00
Aleksandr Chebotov 3f2f058e03 [macOS] set default Xcode 12.3 and bundle 6_15_5 (#2526) 2021-01-23 12:43:27 +03:00
Aleksandr Chebotov 4f6ab057d8 [Ubuntu] Install 1.27.4 on ubuntu16/18 (#2520)
* install 1.27.4 on ubuntu16/18

* add link to the issue

* replace contains to endswith
2021-01-22 22:12:57 +03:00
Aleksandr Chebotov caa7a1ac6d [macOS] Get rid of invoke_tests imports (#2496)
* get rid of invoke_tests imports

* add sudo

* change path to /usr/bin/invoke_tests

* create /usr/local/bin dir

* remove local variables

* fix group owner

* set default 775 perm

* delete invoke_tests symlink
2021-01-22 09:26:28 +03:00
Aleksandr Chebotov c47ccfbf9a [macOS] Update default Perl (#2478)
* update default Perl

* escape $ sign
2021-01-20 10:07:43 +03:00
Aleksandr Chebotov e7970dd34f deprecate go < 1.13 and node.js 8 (#2445) 2021-01-18 09:45:56 +03:00
Aleksandr Chebotov 68e9c68855 [Windows] Add shell symlinks (#2395)
* add shell symlinks

* fix paths

* add a wrapper

* fix target output

* fix tests
2021-01-15 13:42:37 +03:00
Aleksandr Chebotov 32916b5163 deletes output of Stop/Set/Move-VM cmdlets (#2448) 2021-01-15 10:27:09 +03:00
Aleksandr Chebotov 3b80ec9501 deprecate go < 1.13 and node 8 (#2442) 2021-01-15 10:25:25 +03:00
Aleksandr Chebotov ffc82ae582 [ubuntu] deprecate node.js 8 (#2443) 2021-01-14 17:40:43 +03:00
Aleksandr Chebotov e508e876f7 [Windows] Define mingw 8.1.0 (#2431)
* install the latest version

* Revert "install the latest version"

This reverts commit ddf40964b5.

* define mingw 8.1.0 version
2021-01-13 20:34:29 +03:00
Aleksandr Chebotov f9383fcc03 [Image.CI] Change vm spec after shutdown (#2430)
* change spec after power off

* change specs after shutdown
2021-01-13 12:07:42 +03:00
Aleksandr Chebotov e470bcde79 fix empty password for mysql-server (#2400) 2021-01-08 16:02:09 +03:00
Aleksandr Chebotov c86fcd37ee [ubuntu] remove stale go params (#2342) 2020-12-24 18:34:59 +03:00
Aleksandr Chebotov ac87b63b13 [Ubuntu] Migrate PowerShell and Docker tests to Pester (#2317)
* PowerShell and Docker Pester tests

* no pester module

* import pester

* invoke docker with sudo

* remove native test

* add fix for az 1.0.0 module

* revert powershellget installation

* revert flag Force

* add $ProgressPreference = "SilentlyContinue"
2020-12-23 15:18:48 +03:00
Aleksandr Chebotov 9da3c0764a Install the latest PHP version (#2210) 2020-12-22 09:45:29 +03:00
Aleksandr Chebotov 8bf8504e77 bash version output (#2238) 2020-12-14 09:29:13 +03:00
Aleksandr Chebotov 80c5d4a561 bash version output (#2243) 2020-12-14 09:29:07 +03:00
Aleksandr Chebotov 034cf97599 bash version output (#2241) 2020-12-14 09:24:20 +03:00
Aleksandr Chebotov 911f1685c4 fix script links (#2237) 2020-12-11 10:16:04 +03:00
Aleksandr Chebotov b5a45214f5 [macOS] Disable AzureRM aliases (#2222)
* disable  AzureRM aliases

* remove Az.Account fix
2020-12-10 11:09:04 +03:00
Aleksandr Chebotov d7b5e5afb7 [Ubuntu] Fix add key in containers.sh script (#2196)
* fix add key

* fix apt-key add
2020-12-07 15:48:49 +03:00
Aleksandr Chebotov d0dd391b70 [macos] install gfortran-10 (#2186) 2020-12-03 18:40:19 +03:00
Aleksandr Chebotov 906e2ab865 [Windows] Set PHP-7.4 as default (#2170)
* debug message

* debug output total folders

* Install PHP-7.4
2020-12-01 15:56:17 +03:00
Aleksandr Chebotov 3100bc2e63 add cleanup-logs.sh post-generation script (#2138) 2020-11-27 10:19:37 +03:00
Aleksandr Chebotov 9e906b7f73 [Post-Generation] Turn off IE ESC factory script (#2079)
* turn off IE ESC factory script

* suppresses the error message
2020-11-19 12:31:30 +03:00
Aleksandr Chebotov 9ef75097cf pick up a random datastore by condition (#2057) 2020-11-13 18:00:58 +03:00
Aleksandr Chebotov 567e92c4dc [Ubuntu] Freeze Az.Accounts module for Ubuntu 20 (#1993)
* add reboot for Ubuntu20

* freeze Az.Accounts 1.9.5
2020-11-05 23:01:06 +03:00
Aleksandr Chebotov 635a57ab88 Revert "[Windows] Removed Git internal tools from PATH" 2020-11-05 11:39:54 +03:00
Aleksandr Chebotov 5c99d59f22 Revert "[windows] add bash wrapper from git (#1937)"
This reverts commit 8798c75d67.
2020-11-05 11:37:02 +03:00
Aleksandr Chebotov 2842ad4c00 Revert "[Ubuntu] Install pwsh using dotnet tool" (#1979) 2020-11-04 14:29:44 +03:00
Aleksandr Chebotov 8798c75d67 [windows] add bash wrapper from git (#1937) 2020-11-01 12:12:46 +03:00
Aleksandr Chebotov cb16dfc174 [images.CI] Delete macOS VMs on build canceling (#1742)
* destroy vm

* destroy vm

* check clone status

* fix vm state

* remove exit 1

* fix params

* suppress stop-vm output

* replace or -> Or

* rename doc terms
2020-10-08 15:27:39 +03:00
Aleksandr Chebotov 17d233cac5 [macOS] Set $ErrorActionPreference = "Stop" in SoftwareReport.Generator.ps1 (#1692)
* $ErrorActionPreference = "Stop"

* revert changes for ubuntu
2020-10-07 17:14:00 +03:00
Aleksandr Chebotov e9080f8ef6 get chrome path from registy (#1487) 2020-08-26 19:39:34 +03:00
Aleksandr Chebotov ba17c75613 [Windows] Set the dynamic port range to start at port 49152 and to end at the 65536 (16384 ports) (#1442)
* set the dynamic port range

* update pester test

* update context about VS installer

* update dynamicports pester test
2020-08-24 09:44:21 +03:00
Aleksandr Chebotov ad2409dbfa vm.max_map_count=262144 (#1463) 2020-08-21 18:59:49 +03:00
Aleksandr Chebotov 9110b38999 [Windows 2019] Fix missing msvcr100.dll (#1427)
* install vcredist2010

* Microsoft Visual C++ docs section
2020-08-19 10:32:35 +03:00
Aleksandr Chebotov 75bdbe2542 mongodb v4.4.0 on Windows (#1424) 2020-08-18 09:23:47 +03:00
Aleksandr Chebotov 47a39283ba MongoDB v4.2.8 Windows (#1410) 2020-08-14 09:39:22 +03:00
Aleksandr Chebotov c6cd2373c4 update mongodb 4.2 -> 4.4 lts (#1405) 2020-08-13 15:28:50 +03:00
Aleksandr Chebotov 6dde8b7b1c Сleanup log files after image-generation on Ubuntu (#1395) 2020-08-12 16:19:43 +03:00
Aleksandr Chebotov ef06465440 openssl and libssl-dev doc version (#1391) 2020-08-11 13:48:02 +03:00
Aleksandr Chebotov fda92f21e6 Add yamllint support (#1319) 2020-07-30 18:31:48 +03:00
Aleksandr Chebotov affa6b1297 [Windows] Add yamllint support for the default Python version only (#1320)
* Add yamllint support

* fix yamllint verion output

* move yamllint to the Tools section
2020-07-30 17:25:02 +03:00
Aleksandr Chebotov ea400e9081 Fix parsing download url for Firefox on Ubuntu(#1322) 2020-07-30 14:26:11 +03:00
Aleksandr Chebotov 9364062300 [Windows] .NET Framework Performance Issue (#1316)
* ngen KB2570538

* suppress ngen log output
2020-07-30 09:56:11 +03:00
Aleksandr Chebotov e767ccdc35 openssl and libssl-dev doc version (#1312) 2020-07-29 09:26:24 +03:00
Aleksandr Chebotov 00463a8fab [Windows] Add the list of installed PowerShell modules to documentation (#1266)
* documenation about powershell modules

* add powershell modules documenation

* add PSMODULES_ROOT_FOLDER
2020-07-23 16:32:41 +03:00
Aleksandr Chebotov 0c4dca229d Replace current validates with pester testing approach #5 (#1232)
* ,oving to the pester approach part #5

* moving to the pester approach part #5

* fixed PostgreSQL tests

* return Validate-Svn.ps1

* fixed Selenium test

* fixed rust test

* fix rust test
2020-07-20 18:57:00 +03:00
Aleksandr Chebotov 6bc236a514 Add Az 4.4.0 for 16.04 and 18.04 (#1254) 2020-07-20 10:40:24 +03:00
Aleksandr Chebotov 4b271d3303 [Windows] Add Az powershell module 4.4.0 (#1245)
* Update Az 4.3.0 -> 4.4.0

* Add Az 4.4.0
2020-07-17 10:32:42 +03:00
Aleksandr Chebotov 5f8c5c4fcf Return sqlite3 and patchelf (#1206)
* patchelf bzip2 sqlite3

* update ubuntu 16.04

* merge 1604/basic.sh -> basic.sh
2020-07-09 21:22:33 +03:00
Aleksandr Chebotov 21c6325fca start and enable docker.service if not running/enabled (#1140) 2020-06-30 08:57:34 +03:00
Aleksandr Chebotov a89f839675 [Ubuntu] Merge several toolset provisioners into single Configure-Toolset script (#1121)
* Single toolset

* rework conditional logic
2020-06-29 14:10:01 +03:00
Aleksandr Chebotov 2378e1c967 Add localhost alias ::1 IPv6 (#1107) 2020-06-25 18:56:42 +03:00
Aleksandr Chebotov 4c34ad64df Add Google Cloud SDK for Windows (#1102)
* Add Google Cloud SDK

* Add Validate-GoogleCloudSDK.ps1 script
2020-06-24 11:37:36 +03:00
Aleksandr Chebotov ebadb5cea8 Add NuGet.exe on Windows Server 2016/2019 (#1049)
* Add NuGet.CommandLine

* remove temporary path update
2020-06-15 20:10:54 +03:00
Aleksandr Chebotov b4da84d76e add toolcache ubuntu-20.04 (#1007) 2020-06-05 15:23:55 +03:00
Aleksandr Chebotov 85331140fc Fix regression with PHP installation (#983)
* add helpers functions

* replace 160 code to 32
2020-06-03 17:57:40 +03:00
Aleksandr Chebotov 52e3e704dd Update MongoDB and PostgreSQL documentation (#993)
* update mongodb and postgresql md

* update pg service
2020-06-03 17:35:03 +03:00
Aleksandr Chebotov 43e26fa96b Cleanup old markdown documenation approach (#979) 2020-06-02 20:07:12 +03:00
Aleksandr Chebotov 9b76f6f84b Update to latest kind version (#954) 2020-05-28 19:30:28 +03:00
Aleksandr Chebotov a29d0c400a Update IEDriverServer url (#944)
* update IEDriverServer url

* update path

* add versioninfo.txt
2020-05-28 09:00:23 +03:00