-
Notifications
You must be signed in to change notification settings - Fork 6k
Add scripts that prepares our windows VM image #8446
Conversation
dnfield
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
89c796e to
4e66ade
Compare
| curl https://raw.githubusercontent.com/flutter/engine/master/ci/docker/build/engine_gclient ` | ||
| -o c:/flutter/engine/.gclient | ||
|
|
||
| # Once all the environment variables above are loaded correctly, one may test |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's better to tell the user what to do next at the end. In this script, probably add:
- This script finished successfully.
- A reboot of the terminal (or VM) is required for environment variables to be effective.
- After rebooting, run the following commands to test build the engine.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think thi scomment is in reference to the state of the container rather than what the user should be doing at this point...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks Tong and Dan for the comments! I think both of you are kind of correct: the steps that Tong mentioned are the next steps someone would do to test the correctness of the image; on the other hand, one can directly make an image without doing the test, so those next steps are optional.
I'll create another PR to add comments to clarify this. We can discuss there until it's clear what this script is doing and how someone should use it.
…e#8446) (#30538) flutter/engine@8b74cba...697e541 git log 8b74cba..697e541 --no-merges --oneline 697e541 Add scripts that prepares our windows VM image (flutter/engine#8446) The AutoRoll server is located here: https://autoroll.skia.org/r/flutter-engine-flutter-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff (chinmaygarde@google.com), and stop the roller if necessary.
Have this script reviewed and committed to our repo for our future reference. This prepares the VM used in flutter#8442 Once our Docker container is tested in GKE (after Kubernetes 1.14 is ready), I'll also upload Dockefiles and its related scripts here.
This reverts commit 79e2b62.
This reverts commit 79e2b62.
I'd like to have this script reviewed and committed to our repo for our future reference.
This prepares the VM used in #8442
Once our Docker container is tested in GKE (after Kubernetes 1.14 is ready), I'll also upload Dockefiles and its related scripts here.