Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Download a Dart SDK instead of a checked-in Dart binary, for testing and observatory build #24053

Closed
whesse opened this issue Aug 12, 2015 · 3 comments
Assignees
Labels
area-infrastructure Use area-infrastructure for SDK infrastructure issues, like continuous integration bot changes. P2 A bug or feature request we're likely to work on type-enhancement A request for a change that isn't a bug

Comments

@whesse
Copy link
Contributor

whesse commented Aug 12, 2015

To simplify the observatory build process, and make it more stable, we should use a checked-in SDK (stored in cloud storage, using depot_tools/download_from_cloud_storage in DEPS) to build observatory. This would replace the checked-in binaries used by the test scripts, in tools/testing/bin with an SDK in tools/sdks.

Currenly blocked on support for downloading and unzipping .tar.gz files being relanded in depot_tools.
We would also want to build SDKs for MIPS and ARM.

@johnmccutchan @iposva-google @ricowind @whesse

@whesse whesse added Type-Enhancement area-infrastructure Use area-infrastructure for SDK infrastructure issues, like continuous integration bot changes. labels Aug 12, 2015
@whesse whesse self-assigned this Aug 12, 2015
@ricowind
Copy link
Contributor

depot tools support for tar.gz landed last week

@whesse
Copy link
Contributor Author

whesse commented Sep 1, 2015

A CL for this is at https://codereview.chromium.org/1322753005

whesse added a commit that referenced this issue Sep 2, 2015
This will be used for the observatory build, and to replace testing/bin.

BUG=#24053
R=iposva@google.com, ricow@google.com

Review URL: https://codereview.chromium.org//1322753005 .
@whesse
Copy link
Contributor Author

whesse commented Sep 9, 2015

The SDK is now downloaded by the bots, and observatory build should start using it. I will open a different issue, to move the test.py scripts to start using the SDK instead of testing/bin, and to remove testing/bin.

@whesse whesse closed this as completed Sep 9, 2015
@kevmoo kevmoo added P2 A bug or feature request we're likely to work on type-enhancement A request for a change that isn't a bug and removed Priority-Medium labels Mar 1, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-infrastructure Use area-infrastructure for SDK infrastructure issues, like continuous integration bot changes. P2 A bug or feature request we're likely to work on type-enhancement A request for a change that isn't a bug
Projects
None yet
Development

No branches or pull requests

3 participants