Skip to content

Commit

Permalink
try another phone
Browse files Browse the repository at this point in the history
  • Loading branch information
makeevrserg committed Jul 16, 2024
1 parent 4be88da commit 8e3a735
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/call-create-baseline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
run: |
build_variant_uppercase=${{ steps.create_uppercase_variant.outputs.BUILD_VARIANT_NAME_UPPERCASE }}
no_test_param="-P android.testInstrumentationRunnerArguments.androidx.benchmark.enabledRules=BaselineProfile"
task_name="pixel6Api31Setup"
task_name="pixel7Api34Setup"
path=":instances:android:baselineprofile"
gradlew_full_task="$path:$task_name $no_test_param --stacktrace --info"
echo "BASELINE_TASK=$gradlew_full_task" >> $GITHUB_OUTPUT
Expand Down
10 changes: 5 additions & 5 deletions instances/android/baselineprofile/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,16 @@ android {
targetProjectPath = projects.instances.android.app.identityPath.path

testOptions.managedDevices.devices {
create<ManagedVirtualDevice>("pixel6Api31") {
device = "Pixel 6"
apiLevel = 31
systemImageSource = "google-atd"
create<ManagedVirtualDevice>("pixel7Api34") {
device = "Pixel 7"
apiLevel = 34
systemImageSource = "aosp"
}
}
}

baselineProfile {
managedDevices += "pixel6Api31"
managedDevices += "pixel7Api34"
useConnectedDevices = false
}

Expand Down

0 comments on commit 8e3a735

Please sign in to comment.