Skip to content

Conversation

@yjbanov
Copy link
Contributor

@yjbanov yjbanov commented Sep 15, 2016

This is phase 1 of moving all our CI tests into the flutter/flutter repo. Phase 2 will be to run from the sources in the flutter/flutter repo.

  • read tasks from manifest instead of hard-coding
  • create a reusable FetchURL method
  • switch away from the packages directory
  • remove the errr hack

@yjbanov yjbanov assigned cbracken and devoncarew and unassigned cbracken Sep 15, 2016
- read tasks from manifest instead of hard-coding
- create a reusable FetchURL method
- switch away from the packages directory
- remove the `errr` hack
makeTask("devicelab", "flutter_gallery__build", []string{"has-android-device"}),
makeTask("devicelab", "complex_layout__build", []string{"has-android-device"}),
makeTask("devicelab", "basic_material_app__size", []string{"has-android-device"}),
url := fmt.Sprintf("https://raw.githubusercontent.com/flutter/flutter/%v/dev/devicelab/manifest.yaml", commit)
Copy link
Contributor

@devoncarew devoncarew Sep 19, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is the manifest.yaml file already committed?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yep

Copy link
Contributor

@devoncarew devoncarew left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants