Add checklist items for Android Docker (#33119)

This commit is contained in:
dan-shaw 2023-08-14 16:09:52 -07:00 committed by GitHub
parent 10dcaaf0ae
commit 9edb1b8e59
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,10 +1,13 @@
## First time machine setup: ## First time machine setup:
* [ ] Install Azure PowerShell: https://docs.microsoft.com/en-us/powershell/azure/install-az-ps * [ ] Install Azure PowerShell: https://docs.microsoft.com/en-us/powershell/azure/install-az-ps
* [ ] Install Docker
## Each Patch Tuesday: ## Each Patch Tuesday:
* [ ] Check for depends:vm-update PRs and make relevant changes if possible. * [ ] Check for depends:vm-update PRs and make relevant changes if possible.
* [ ] Check for Service 360 alerts about vulnerable software we are installing in the VMs and * [ ] Check for Service 360 alerts about vulnerable software we are installing in the VMs and
update that. (Most often PowerShell needs to be updated to the current 7.2.x release) update that. (Most often PowerShell needs to be updated to the current 7.2.x release)
* [ ] Run android/create-docker-image.ps1
* [ ] Update azure-pipelines.yml to point to the new linux docker image from Azure Container Registry
* [ ] Run windows/create-image.ps1 * [ ] Run windows/create-image.ps1
* [ ] Run windows/create-vmss.ps1 * [ ] Run windows/create-vmss.ps1
* [ ] Create new pools for these in Azure DevOps: https://dev.azure.com/vcpkg/public/_settings/agentqueues * [ ] Create new pools for these in Azure DevOps: https://dev.azure.com/vcpkg/public/_settings/agentqueues