-
Notifications
You must be signed in to change notification settings - Fork 104
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
Closed
ricardoamador
wants to merge
68
commits into
flutter:main
from
ricardoamador:build_bucket_migration_test_support
Closed
Add BuildBucket v2 migration test support files (Part 2) #3664
ricardoamador
wants to merge
68
commits into
flutter:main
from
ricardoamador:build_bucket_migration_test_support
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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
yusuf-goog
approved these changes
Apr 16, 2024
sealesj
approved these changes
Apr 18, 2024
keyonghan
approved these changes
Apr 22, 2024
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
I am going to close this and merge these files into part 3 as the ones there need these files and vice versa. |
8 tasks
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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
///
).If you need help, consider asking for advice on the #hackers-new channel on Discord.