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

Add BuildBucket v2 migration test support files (Part 2) #3664

Conversation

ricardoamador
Copy link
Contributor

@ricardoamador ricardoamador commented Apr 16, 2024

To keep the first pull request small this pr includes the rest of the test support files needed by the buildbucket v2 migrated classes.

List which issues are fixed by this PR. You must list at least one issue.
Part 2 of flutter/flutter#135934

If you had to change anything in the flutter/tests repo, include a link to the migration guide as per the breaking change policy.

Pre-launch Checklist

  • I read the Contributor Guide and followed the process outlined there for submitting PRs.
  • I read the Tree Hygiene wiki page, which explains my responsibilities.
  • I read the Flutter Style Guide recently, and have followed its advice.
  • I signed the CLA.
  • I listed at least one issue that this PR fixes in the description above.
  • I updated/added relevant documentation (doc comments with ///).
  • I added new tests to check the change I am making, or this PR is test-exempt.
  • All existing and new tests are passing.

If you need help, consider asking for advice on the #hackers-new channel on Discord.

dependabot bot and others added 30 commits June 1, 2023 19:16
Bumps [retry](https://github.com/google/dart-neats) from 3.1.1 to 3.1.2.
- [Commits](google/dart-neats@retry-3.1.1...retry-v3.1.2)

---
updated-dependencies:
- dependency-name: retry
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [github](https://github.com/SpinlockLabs/github.dart) from 9.18.0 to 9.19.0.
- [Release notes](https://github.com/SpinlockLabs/github.dart/releases)
- [Changelog](https://github.com/SpinlockLabs/github.dart/blob/master/CHANGELOG.md)
- [Commits](SpinlockLabs/github.dart@9.18.0...9.19.0)

---
updated-dependencies:
- dependency-name: github
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [test](https://github.com/dart-lang/test/tree/master/pkgs) from 1.24.6 to 1.24.7.
- [Release notes](https://github.com/dart-lang/test/releases)
- [Commits](https://github.com/dart-lang/test/commits/test-v1.24.7/pkgs)

---
updated-dependencies:
- dependency-name: test
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
…try-3.1.2

Bump retry from 3.1.1 to 3.1.2 in /app_dart
…thub-9.19.0

Bump github from 9.18.0 to 9.19.0 in /app_dart
…/test-1.24.7

Bump test from 1.24.6 to 1.24.7 in /auto_submit
Copy link
Contributor

@keyonghan keyonghan left a comment

Choose a reason for hiding this comment

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

LGTM

@ricardoamador
Copy link
Contributor Author

I am going to close this and merge these files into part 3 as the ones there need these files and vice versa.

@ricardoamador ricardoamador reopened this Apr 22, 2024
auto-submit bot pushed a commit that referenced this pull request Apr 23, 2024
Adds the service class changes to support the v2 build bucket api migration. These classes support the rest endpoint classes and facilitate scheduling and are the main changes needed for scheduling and requesting builds vi the v2 api.

Includes files from #3664.

*List which issues are fixed by this PR. You must list at least one issue.*
Part 3 of flutter/flutter#135934

*If you had to change anything in the [flutter/tests] repo, include a link to the migration guide as per the [breaking change policy].*
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.

4 participants