Commit Graph

52 Commits

Author SHA1 Message Date
Aleksandr Chebotov
ad583eba90 add reboot for Ubuntu20 2020-11-05 15:53:49 +03:00
Sergey Dolin
cab74c1ab9 investigate failed 1604 build 2020-10-30 01:01:35 +05:00
Sergey Dolin
4419d31ea7 add apt-mock-remove script 2020-10-30 01:01:35 +05:00
Sergey Dolin
82e4ec4a0a Add verbose versions of apt 2020-10-30 01:01:34 +05:00
Iain Rauch
6e05e471c7 Match ubuntu2004 with 16 & 18. 2020-10-14 13:40:18 +01:00
Leonid Lapshin
ed38c86cbb Move linux provision scripts to virtual-environments (#1714)
* add linux-related scripts from MMS provisioner

* removed EOL

* removed Ubuntu condition

* moved PATH checking to cleanup section

* add clarification for cgroups names

* names alignment

* removed memory-configuration and agent specific scripts

* renamed folder to psot-generation, added template instructions

* moved key import to git installation

* moved PATH check to post-deployment instead of cleanup script

* add scripts

* output tests file

* add startup logic

* add powershell module for furute helpers

* removed unused modules

* copy to tmp folder because of permissions, copy to opt on post-generation step

* removed Pester test

* change post-generation location

* incorrect if statement

Co-authored-by: Leonid Lapshin <originalnoe-nazvanie@yandex.ru>
2020-10-12 17:44:31 +03:00
Vladimir Safonkin
08f157956f Move list of pipx packages into toolset 2020-10-05 12:04:29 +03:00
Vladimir Safonkin
a11c9fff08 Fix templates 2020-10-04 14:51:46 +03:00
Vladimir Safonkin
6d325ba398 Add pipx and yamllint to report 2020-10-02 11:23:02 +03:00
Maxim Lobanov
e1bd620104 Merge pull request #1635 from hutson/refactor/formatting
refactor: auto format JSON using VSC
2020-09-27 13:26:25 +03:00
Maxim Lobanov
43d9476a37 Merge branch 'main' into refactor/formatting 2020-09-23 17:54:49 +03:00
Chris Gavin
251164c90e Merge main into install-codeql-bundle. 2020-09-23 12:39:57 +01:00
Aleksandr Chebotov
fe9f74e51e rm helper and installer folder in post-deployment 2020-09-22 13:55:21 +03:00
Hutson Betts
42827c5d7f refactor: auto format JSON using VSC 2020-09-21 13:24:05 -05:00
Aleksandr Chebotov
d4335cc52e set chmod -R 777 /opt 2020-09-21 11:18:28 +03:00
Chris Gavin
3243c81039 Merge main into install-codeql-bundle. 2020-09-19 13:52:56 +01:00
Vladimir Safonkin
7b3bfbdf61 [Ubuntu] Remove docs logic from Ubuntu provisioner (#1603)
* Remove docs logic on Ubuntu

* Cleanup templates

* Fix oras-cli.sh

* Remove announcements.md
2020-09-17 14:15:31 +03:00
Chris Gavin
b367cf7636 Merge main into install-codeql-bundle. 2020-09-16 07:50:05 +01:00
Chris Gavin
ff346a80bd Actually call CodeQL bundle install scripts in Packer. 2020-09-15 09:43:32 +01:00
Aleksandr Chebotov
e7a8e6a597 install powershell modules 2020-09-14 16:25:33 +03:00
Aleksandr Chebotov
3e90bb832a fix environment variable 2020-09-14 11:31:41 +03:00
Aleksandr Chebotov
3ea5c7d183 Add markdown file's generation to Ubuntu images 2020-09-11 14:59:17 +03:00
Maxim Lobanov
cb545d411d Merge pull request #1563 from miketimofeev/v-mitim/test_announce
[Ubuntu] Fix announcements rendering
2020-09-09 19:03:40 +03:00
Mikhail Timofeev
9e6468a11c test 2020-09-08 23:56:33 +03:00
Aleksandr Chebotov
2881a81b22 move apt pkgs to the toolset.json 2020-09-08 14:40:56 +03:00
Leonid Lapshin
7eed5ae558 Add Pulumi to Ubuntu images (#1428)
* Add Pulumi to ubuntu images

* remove Pulumi from docs because it is auto-documented

* change Pulumi installation script

* removed legacy install, use /tmp, change auto-documentation, use download function instead of curl

* include install.sh to Pulumi's installation script

Co-authored-by: Leonid Lapshin <originalnoe-nazvanie@yandex.ru>
2020-08-28 10:35:11 +03:00
Maksim Petrov
f97706e248 Add current commit into logs for custom builds (#1419)
* Show latest commit for custom repos

* Remove unused variables from templates

* Add Get-LatestCommit function

* Fix in synopsis

* Remove SSH_Password variables from Windows Images

* Rename download-customrepo

* Fix in synopsis
2020-08-24 12:31:51 +03:00
Sergey Dolin
ef2dfca5b5 Move android components list to toolsets on Ubuntu image (#1420)
* migrate 1604 installation

* Document 16.04

* More debug on installed compnents

* 1804 and 2004 images

* Remove un-needed chmod

Co-authored-by: Sergey Dolin <v-sedoli@micorosoft.com>
2020-08-20 11:39:33 +03:00
Aleksandr Chebotov
c6cd2373c4 update mongodb 4.2 -> 4.4 lts (#1405) 2020-08-13 15:28:50 +03:00
Benjamin Lannon
e3cb3e32d4 Add Netlify CLI to Linux images (#1361) 2020-08-06 21:01:25 +03:00
Vladimir Safonkin
75ac0436ed Add generation of announcements tables (#1355)
* Parse announcements from issues

* Minor fix

* Minor fix

* Reworked

* Minor fix

* Fix env variable name
2020-08-06 15:12:04 +03:00
Vladimir Safonkin
b7c69ef560 Add announcements to software documentation (#1285)
* Add Windows announcements

* Minor fix

* Add Ubuntu announcements

* Minor fix

* Add announcements to win16 template

* Cleanup announcement files

* Rename announcements files
2020-07-28 13:18:33 +03:00
Vladimir Safonkin
16f3e4b83c Copy Python for build aws sam cli (#1267)
* Copy Python for build aws sam cli

* Minor fix

* Set sudo user

* Move sudo to templates
2020-07-22 12:41:09 +03:00
Nikita Bykov
5e23b76186 Add swig support (#1265)
* added swig support

* removed apt-get update

* updated swig.sh

Co-authored-by: Nikita Bykov <v-nibyko@microsoft.com>
2020-07-22 09:42:50 +03:00
Dmitry Shibanov
8e72c30560 Add R tool for linux (#1263)
* add r for ubuntu

* remove head comments

* fix documentation

Co-authored-by: Dmitry Shibanov <v-dmshib@microsoft.com>
2020-07-21 11:18:11 +03:00
Maxim Lobanov
1c4790e543 Merge pull request #1194 from dibir-magomedsaygitov/v-dimago/add_oras_cli
[Ubuntu] Add ORAS CLI
2020-07-08 18:49:41 +03:00
Dibir Magomedsaygitov
8f5228371a Merge branch 'master' into v-dimago/add_oras_cli 2020-07-07 17:37:15 +03:00
Patrick Simonian
bd35954e5f Add oc cli tool v4.6 (#1103)
* add oc cli tool 3.11.x

* change version to 4.6

* Update oc.sh

update mirror link

* Update Ubuntu1604-README.md

* update docs

* Update oc.sh

* Update oc.sh
2020-07-07 17:36:28 +03:00
Dibir Magomedsaygitov
df8858b77f install oras-cli on ubuntu 2020-07-07 16:40:02 +03:00
Mikhail Timofeev
c9638062b2 [Ubuntu] Prepend brew directories to the PATH (#1168)
* prepend

* add comment and move installation

* change toolcache dir in aws-sam script
2020-07-07 08:05:14 +03:00
Mikhail Timofeev
1bb8c1102e Move containers installation file 2020-07-06 10:53:26 +03:00
Mikhail Timofeev
5016333343 remove not needed setting from ub20 template 2020-07-02 11:35:06 +03:00
Mikhail Timofeev
b12baea320 change installation method 2020-07-01 18:34:36 +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
Dmitry Shibanov
f06102ac3a Switch provisioners to install Go from GitHub releases on Ubuntu (#1025)
* install go

* added validation

* check zero build version

* add versions and for ubuntu2004

* setup for ubuntu

* fix execute command

* fix issue with cat

* fix go.sh

* fix comments

* remove documentation

* fix comment position go.sh ubuntu2004

* fix version

* remove import

* remove variables

* remove fake url

* fix linking to default version

Co-authored-by: Dmitry Shibanov <v-dmshib@microsoft.com>
2020-06-19 19:29:07 +03:00
Greg Swallow
6e50cf94ab Paragraphs (or stanzas) should cover 1 topic only. (#1062)
* Paragraphs (or stanzas) should cover 1 topic only.

* No need for options.
2020-06-17 19:26:41 +03:00
Andy Mishechkin
dc7ffe9eb0 [Zeit] terms have been removed from Vercel deployment (#1032) 2020-06-11 16:50:59 +03:00
Aleksandr Chebotov
b4da84d76e add toolcache ubuntu-20.04 (#1007) 2020-06-05 15:23:55 +03:00
Mikhail Timofeev
76b6fce397 [Ubuntu 20] Add docker-moby, sbt, github-cli, prepare toolcache directory (#1002)
* add docker-moby,sbt,github-cli toolcache ruby, pypy

* remove toolcache

* add agentoolsdirectory

* remove toolcache and toolset files

* move directory creation for all Ubuntus'
2020-06-04 15:09:41 +03:00
Andy Mishechkin
8290bdeb6e "Zeit-now" CLI to "zeit-vercel" CLI (#947)
* Zeit Now has been replaced to Zeit Vercel

* Checking the [now] command has been added

* zeit-now -> zeit-vercel

* zeit--Now has been renamed to zeit-vercel in Ubuntu temlates
2020-05-28 16:18:02 +03:00