Skip to content

Commit

Permalink
Use cirrusci/windowsservercore:2016 container for CI (flutter#18202)
Browse files Browse the repository at this point in the history
* Use `cirrusci/windowsservercore:2016` container for CI

with 4 CPUs

* Removed `Dockerfile.windows`
  • Loading branch information
fkorotkov authored and yjbanov committed Jun 6, 2018
1 parent 79dec6f commit 67b5ed4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 14 deletions.
4 changes: 3 additions & 1 deletion .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,9 @@ task:
env:
SHARD: tests
windows_container:
dockerfile: dev/bots/docker/Dockerfile.windows
image: cirrusci/windowsservercore:2016
os_version: 2016
cpu: 4
env:
CIRRUS_WORKING_DIR: "C:\\Windows\\Temp\\flutter sdk"
git_fetch_script: git fetch origin
Expand Down
13 changes: 0 additions & 13 deletions dev/bots/docker/Dockerfile.windows

This file was deleted.

0 comments on commit 67b5ed4

Please sign in to comment.