forked from square/workflow-kotlin
-
Notifications
You must be signed in to change notification settings - Fork 0
Personal tutorial branch #1
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
Draft
RotBolt
wants to merge
54
commits into
main
Choose a base branch
from
personal-tutuorial-branch
base: main
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.
Draft
Conversation
This file contains hidden or 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
…tion.json Update dependency org.jetbrains.kotlinx:kotlinx-serialization-json to v1.5.1
Update dependency io.mockk:mockk to v1.13.5
Update dependency org.jetbrains.kotlinx:atomicfu to v0.21.0
These shard tasks collectively depend upon all Android `connectedCheck` tasks in the entire project. Each shard depends upon the `connectedCheck` tasks of some subset of Android projects. Projects are assigned to a shard by counting the number of `@Test` annotations within their `androidTest` directory, then associating those projects to a shard in a round-robin fashion. These shards are invoked in CI using a GitHub Actions matrix. If the number of shards changes, the `connectedCheckShardMatrixYamlUpdate` task can automatically update the workflow file so that they're all invoked. The shard tasks are invoked as: ```shell # roughly 1/3 of the tests ./gradlew connectedCheckShard1 # the second third ./gradlew connectedCheckShard2 # the last third ./gradlew connectedCheckShard3 ``` The task filtering we currently use in CI (`./gradlew fooShard1 -x :my-project:foo`) will still work here, however the "cost" of the excluded task's tests is still accounted for when the sharding is performed.
… keys when there's a miss
use delegating shard tasks for `connectedCheck`
Update robolectric to v4.10.3
Update dependency org.mockito:mockito-core to v3.12.4
Update dependency com.google.truth:truth to v1.1.5
Update squareup.leakcanary to v2.11
…th.ext Update dependency androidx.test.ext:truth to v1.5.0
Update dependency androidx.savedstate:savedstate to v1.2.1
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Update dependency app.cash.turbine:turbine to v1
Update squareup.moshi to v1.15.0
Update dependency org.jetbrains:annotations to v24
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Update vanniktech.publish to v0.25.2
Update dependency com.jakewharton.timber:timber to v5
Update squareup.leakcanary to v2.12
Update dependency com.android.tools.build:gradle to v7.4.2
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Update androidTools to v7.4.2
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Update dependency com.squareup.okio:okio to v3.3.0
fe2ac61 to
04372af
Compare
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.
PR to review the tutorials easily