-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
[Buildkite] Test Android Staging on ami-0953ca1d949c23a58
#21609
Draft
ParaskP7
wants to merge
3
commits into
trunk
Choose a base branch
from
ci/test-android-staging/ami-0953ca1d949c23a58
base: trunk
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+8
−38
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
AMI Name: android-build-image-6.12.0v1.5-rc-1
FYI: This change is done for testing purposes only, and in order to verify that the newly added 'init.gradle.kts' script is working as expected. A8C CI Toolkit PR: [Dependency Cache] Test Custom Init Gradle Task to Download Dependencies #142 - Automattic/a8c-ci-toolkit-buildkite-plugin#142
This custom 'downloadDependencies' task is part of the Android AMI, that is utilized by the 'android' agents, and it is becoming available to all project via the 'init.gradle.kts' script that is included in it.
ParaskP7
added
Tooling
Do Not Merge
In PRs with this label, our automation will fail a require check, preventing accidental merging
labels
Jan 24, 2025
Generated by 🚫 Danger |
Quality Gate passedIssues Measures |
📲 You can test the changes from this Pull Request in Jetpack by scanning the QR code below to install the corresponding build.
|
📲 You can test the changes from this Pull Request in WordPress by scanning the QR code below to install the corresponding build.
|
10 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Do Not Merge
In PRs with this label, our automation will fail a require check, preventing accidental merging
Tooling
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.
Related: a8c-ci-toolkit-buildkite-plugin##142
AMI Name:
android-build-image-6.12.0v1.5-rc-1
Description
This PR changes the Buildkite agent from
android
toandroid-staging
. This change is not meant to be merged, but rather used to verify that the new AMIami-0953ca1d949c23a58
works as expected.Before the Change
Lint
): Build Scan -> Network Activity*54
79
5s
(*) Although, note that these numbers might not be very representative because
trunk
is using a dependency cache that is already outdated (5 days has passed since it was last updated, every Sunday).After the Change
Lint
): Build Scan -> Network Activity0
0
0
Conclusions
As expected, using
./gradlew downloadDependencies androidDependencies
is:save-cache.sh
script as the project evolves.+ 486.92 MB
more data downloaded, which means even less network requests on CI.+ 45 seconds
to save the cache.+ 11 seconds
to restore the cache.