Dibir Magomedsaygitov
3ca926ec34
Deprecate Java 7 ( #2633 )
2021-02-07 16:08:29 +03:00
Dibir Magomedsaygitov
705a38a481
[Ubuntu] Add Android NDK 22 ( #2556 )
...
* add android ndk 22
2021-02-04 13:34:30 +03:00
Shivam Mathur
212431cc79
[ubuntu] Add Apache and Nginx ( #2516 )
...
* [ubuntu] Add apache and nginx (#2501 )
* Use dpkg-query to get nginx version
* Fix flaky apache cli test
2021-01-29 18:52:46 +03:00
Aleksandr Chebotov
45d672739e
[Ubuntu] Revert hardcoded docker-compose version ( #2588 )
2021-01-29 17:05:44 +03:00
Hutson Betts
46e0c05e7e
[ubuntu] feat(docker): authenticate using DockerHub credentials ( #2548 )
...
Ubuntu builds, by default, pull images anonymously from the
official DockerHub. DockerHub rate limits requests from
anonymous and unpaid accounts:
- https://docs.docker.com/docker-hub/download-rate-limit/
When those rate limits are reached the Packer build will
fail with an error indicated the rate limit has been
reached.
Add support for providing credentials for a paid
account that can be used by the Docker setup steps to
authenticate when pulling images from DockerHub, thereby
avoiding the rate limit.
Related to #2094
2021-01-28 13:31:45 +03:00
Darii Nurgaleev
97a317b322
[Ubuntu] Add /home/runner/.local/bin to PATH ( #2491 )
...
* return it back
* added python new path
* added skel path implementation
2021-01-26 19:06:25 +03:00
Mikhail Timofeev
06b88bd6ed
[ubuntu] add locked flag to cargo ( #2545 )
2021-01-25 20:55:03 +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
Dmitry Shibanov
51afead06e
Freeze NDK 21 on Ubuntu Images ( #2500 )
2021-01-21 11:32:27 +03:00
Sergey Dolin
eb1e7bcb39
[ubuntu] Set HOMEBREW_NO_AUTO_UPDATE and HOMEBREW_NO_INSTALL_CLEANUP ( #2470 )
...
* Set HOMEBREW_NO_AUTO_UPDATE and HOMEBREW_NO_INSTALL_CLEANUP
* replace HOMEBREW_NO_INSTALL_CLEANUP with HOMEBREW_CLEANUP_PERIODIC_FULL_DAYS
2021-01-21 11:21:32 +03:00
Nikita Bykov
29847cd01a
added ANDROID_NDK_HOME and ANDROID_NDK_ROOT ( #2472 )
...
Co-authored-by: Nikita Bykov <v-nibyko@microsoft.com >
2021-01-20 12:40:57 +03:00
Darii Nurgaleev
7c6117e6ec
[Ubuntu] Get toolset value function. ( #2435 )
...
* [macOS] Fail Pester tests on error
* return it back
* [Ubuntu] add get_toolset_values function
* added fix
* fix all nitpicks
* try to get rid brackets
* removed brackets.
* pipx-package fix
2021-01-15 17:12:26 +03:00
Nikita Bykov
7457b9fecb
[Ubuntu] Move the list of installed Java versions to toolset ( #2393 )
...
* added java to toolset
* fixed java-tools and updated tests
* fixed java-tools.sh
* fixed tests
* fixed java.Tests
* fixed java versions check
* fixed Java.Tests.ps1
Co-authored-by: Nikita Bykov <v-nibyko@microsoft.com >
2021-01-13 10:47:03 +03:00
Nikita Bykov
b42d8566f9
Add GraalVM Community Edition & GraalVM Native Image ( #2330 )
...
* added graalvm
* added native-image and updated SoftwareReport
* rework GraalVM installation
* fixed graalvm installation
* Updated SoftwareReport.Generator
* updated graalvm.sh
* fixed graalvm.sh
* fixed graalvm.sh
* removed rm command
* resolved comments
* fixed softwarereport for GraalVM
* added invoke_tests for graalvm
* fixed tests for graalvm
* fixed GraalVM tests and SoftwareReport
* added source etc-environment.sh to graalvm.sh
* fixed GraalVM tests
* resolved comments
* fixed graalVM SoftwareReport
* added GRAALVM_11_ROOT variable
* fixed comment for env variable
Co-authored-by: Nikita Bykov <v-nibyko@microsoft.com >
2021-01-13 10:45:39 +03:00
Mikhail Timofeev
31c97aac43
[Ubuntu] Get rid of simple apt-get provisioners ( #2376 )
...
* move 7z installation to basic.sh
* remove build essential
* move imagemagick to apt
* move subversion to apt
* move subversion to apt
* move sphinxsearch to apt
* move swig to apt
* move pollinate to apt
* move haveged to apt
* add p7zip to ubuntu 16
2021-01-11 10:42:58 +03:00
Aleksandr Chebotov
e470bcde79
fix empty password for mysql-server ( #2400 )
2021-01-08 16:02:09 +03:00
Dibir Magomedsaygitov
875891b86b
[Ubuntu] Migrate missing tools tests to Pester ( #2374 )
...
* add missing tests
* fix naming and nvm test
* fix containers test and bring pwsh test back
* remove pwsh test
* small fix
2020-12-31 10:00:43 +03:00
Leonid Lapshin
3753e7b923
Databases and java pester tests ( #2338 )
...
* added mongodb postgres java tests
* fixed 1.7 and 12 Java on Ubuntu 20
* several improvments
* removed update-environment function
* add etc-environment import
* removed sourcing invoke-tests
Co-authored-by: Leonid Lapshin <originalnoe-nazvanie@yandex.ru >
2020-12-30 18:04:55 +03:00
Leonid Lapshin
f3394fb979
[ubuntu] reverted dotnet sdk extraction in parallel ( #2373 )
...
Co-authored-by: Leonid Lapshin <originalnoe-nazvanie@yandex.ru >
2020-12-30 14:26:37 +03:00
Leonid Lapshin
1ce075fe93
[ubuntu] Pester tests for dotnet sdk, cmd tools and codeql ( #2335 )
...
* dotnet cmd codeql tests
* fixed dotnet tests, added codeql to toolset
* changed codeql version to wildcard
* removed unused import and a test call
* tmp
* lowercase file name
* removed sourcing invoke-tests
Co-authored-by: Leonid Lapshin <originalnoe-nazvanie@yandex.ru >
2020-12-30 13:50:21 +03:00
Vladimir Safonkin
0ae118c6ae
[Ubuntu] Create symlink for Pester test running ( #2349 )
...
* Create symlink for test running
* Fix 1604 and 2004 templates
* Fix php and haskell running
* Minor fix
* Fix new added tests
* Fix symlink
* Minor fix
* Fix script permissions
* Minor fix
* Fix firefox and rust tests
* Fix new merged tests
2020-12-30 09:57:11 +03:00
Sergey Dolin
81909fddd5
Replace dpkg with apt ( #2334 )
...
dpkg can not get a lock, use apt mock script instead
2020-12-29 10:04:25 +03:00
Vladimir Safonkin
0a768b0726
[Ubuntu] Migrate tests to Pester ( #2340 )
...
* Add Pester tests
* Fix incorrect merging
* Remove swift test from installing script
* Minor fix
* Remove Haskell tests from commons tests
* Fix selenium test
* Fix SVN test
* Fix pipx tests
* Debug
* Fix pipx packages test
* Skip pipx for 16.04
2020-12-29 10:02:46 +03:00
Dibir Magomedsaygitov
f58f2c1e02
[Ubuntu] Migrate Toolset tests to Pester ( #2339 )
...
* migrate toolset tests to pester
* move test invocation
* minor fixes
2020-12-28 15:07:00 +03:00
Dibir Magomedsaygitov
7c15befd02
[Ubuntu] Migrate Browsers and Rust tests to Pester ( #2323 )
...
* add tests for browsers and rust
* small fix
* fix tests invoking
* small fixes
* resolve conflicts
* fix firefox test
2020-12-28 11:34:32 +03:00
Leonid Lapshin
ba0809214b
[ubuntu] Changed dotnet core sdk unpacking stage ( #2297 )
...
Co-authored-by: Leonid Lapshin <originalnoe-nazvanie@yandex.ru >
2020-12-28 11:26:28 +03:00
Mikhail Timofeev
64c9751269
[Ubuntu] Migrate tests for common tools to Pester (part 3) ( #2337 )
...
* add test for Git
* Add Heroku
* Add hhvm
* Add Homebrew
* Add Julia
* Add kind
* Add Kubernetes Tools
* Remove kind and homebrew validate
* replace capital letter
* Add Leiningen
* add source to Leiningen
* Add Mercurial
* Add conda
* Add Netlify
* Add packer
* Add pollinate
* Add Pulumi
* Add Phantomjs
* Add Haveged
* Fix for kubectl
* Fix julia installation
* Add installer_script_folder env variable to run tests in brew provisioner
* Add delay after reboot
* Adjust pause settings
2020-12-25 18:03:35 +03:00
Vladimir Safonkin
02c2fbad69
[Ubuntu] Migrate php to Pester tests ( #2341 )
...
* Php Pester tests
* Minor fix
2020-12-25 13:02:25 +03:00
Vladimir Safonkin
82b4e13fb0
[Ubuntu] Move Haskell tests to separate file. ( #2348 )
...
* Move Haskell tests to separate file
* Minor fix
2020-12-25 12:36:01 +03:00
Vladimir Safonkin
ee8132a978
[Ubuntu] Migrate tests for Haskell to Pester ( #2314 )
...
* Add Pester tests for Haskell on Ubuntu
* Add tests for all installed ghc versions
* Minor fix
* Minor fix
* Fix number of installed ghc versions test
* Fix GHC number test
2020-12-24 12:36:37 +03:00
Vladimir Safonkin
7f1a7b4177
[Ubuntu] Migrate tests for Android to Pester ( #2313 )
...
* Add Pester tests for Android on Ubuntu
* Minor fix
* Move Get-AndroidPackages to common helpers
* Minor fix
* Delete Android test name for invoke_tests script
2020-12-24 12:14:41 +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
Dibir Magomedsaygitov
a9a236f7e5
[Ubuntu] Migrate tests for common tools to Pester (part 1) ( #2288 )
...
* add common tools tests pt1
* fix tests
* fix erlang test
* resolve comments
* minor changes
* remove extra logging
2020-12-23 10:25:52 +03:00
Dibir Magomedsaygitov
90ecf07404
[Ubuntu] Migrate tests for CLI tools to Pester ( #2289 )
...
* add tests for cli tools to pester
* small fix
* remove extra commenting
* resolve issues
* fix vercel test
* remove extra logging
2020-12-21 23:35:22 +03:00
Dmitry Shibanov
4de7f89a42
Add PYPY_VERSION file to the images ( #2285 )
...
* add PYPY_VERSION file
* resolving comments
* fix output for windows
* add fix for windows
2020-12-21 15:07:19 +03:00
Dibir Magomedsaygitov
2b93b03377
[Ubuntu] Implement first Pester tests ( #2270 )
...
* implement first pester tests
* add comment for azcopy test
* remove extra importing and old function
* resolve comments
* fix typo
2020-12-17 09:52:09 +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
Shivam Mathur
c899ed38f9
[Ubuntu] Add PHP 8.0 ( #2162 )
2020-12-03 18:32:57 +03:00
Dibir Magomedsaygitov
77db8c40a0
[Ubuntu] Fix Openshift-client installation ( #2184 )
...
* fix oc installation
* resolve issue
2020-12-02 19:28:36 +03:00
Darii Nurgaleev
a94b661b02
[Ubuntu] Additional verification for container's tools ( #2175 )
...
* Additional verification for container's tools
* changed verification according to other scripts.
* added for loop
* create array for tools.
2020-12-02 14:46:08 +03:00
Ewout ter Hoeven
a7287233bc
[Ubuntu] Always install latest CMake version ( #2131 )
...
* [Ubuntu] Always install latest CMake version
Should fix #2129 and succeeds #2126
Thanks to @unfor19 for [this solution](https://gist.github.com/steinwaywhw/a4cd19cda655b8249d908261a62687f8#gistcomment-3459923 )
Please test extensively.
* [Ubuntu] CMake.sh: Use jq instead of grep
* [Ubuntu] cmake.sh: Extract URL directly from API output
Co-authored by @al-cheb, thanks!
2020-12-02 12:57:05 +03:00
Leonid Lapshin
55d0c3bed6
[ubuntu] Improve dotnet SDKs installation ( #2078 )
...
* download dotnet sdk with retries
* url file doesnt exists
* changed background processes to gnu parallel
* moved scriptblock to function
* fixed path
* changed rsync to mv
* typo
* rsync with remove-source-files option
* minor function changes
Co-authored-by: Leonid Lapshin <originalnoe-nazvanie@yandex.ru >
2020-12-01 10:26:50 +03:00
Dibir Magomedsaygitov
91c6620f2d
replace http to https ( #2133 )
2020-11-30 18:22:41 +03:00
Dibir Magomedsaygitov
38b0a6005d
[Ubuntu] Pre-cache Ruby binaries ( #2084 )
...
* precache ruby binaries
* remove github_feed_token
* fix logs
2020-11-27 10:52:00 +03:00
Ewout ter Hoeven
b170f4b6c6
[Ubuntu] Update CMake to 3.19.1 ( #2126 )
...
Update CMake from 3.17.0 to 3.19.1 on the Linux/Ubuntu images. Release notes: https://cmake.org/cmake/help/latest/release/index.html
2020-11-26 11:04:25 +03:00
Andy Mishechkin
61c1c8df4f
gfortran-10 has been added ( #2103 )
...
* GFortran-10 has been added
* Checkin of Ubuntu version has been added
2020-11-25 10:13:17 +03:00
Vladimir Safonkin
a454d66e7f
[Ubuntu] Add MS SQL Tools version ( #2046 )
...
* Add MS SQL Tools version
* Minor fix
* Move MS SQL tools installation to separated file
* Minor fix
* accept yula
2020-11-17 10:18:27 +03:00
Maxim Lobanov
8d330bd360
Merge pull request #2053 from akv-platform/al-cheb/add-ubuntu-pwsh71
...
[Ubuntu20] Swap Ubuntu-20.04 powershell installation from snap to official package
2020-11-13 14:45:53 +03:00
Aleksandr Chebotov
8c36184139
remove Az.Accounts=1.9.5 fix
2020-11-13 10:22:49 +03:00
Maxim Lobanov
a58a4d46c3
Merge pull request #1994 from dibir-magomedsaygitov/v-dimago/add-dotnet-5.0-ubuntu
...
[Ubuntu] Move list of .Net Core versions to install to toolset
2020-11-12 12:09:49 +03:00