Skip to content

Commit 98af045

Browse files
committed
Remove GMD setup from baseline profile generation
1 parent 9ca6f86 commit 98af045

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/android-cloud-generate-baseline-profiles.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -84,10 +84,6 @@ jobs:
8484
run: |
8585
echo '${{ secrets.SECRET_PROPERTIES }}' > ${{ inputs.SECRET_PROPERTIES_FILE }}
8686
- name: Setup GMD
87-
run: ./gradlew :benchmarks:pixel6Api33Setup
88-
--info
89-
-Pandroid.experimental.testOptions.managedDevices.emulator.showKernelLogging=true
90-
-Pandroid.testoptions.manageddevices.emulator.gpu="swiftshader_indirect"
9187
- name: Generate Baseline profiles
9288
run: ./gradlew ${{ inputs.TASK_NAME }}
9389
-Pandroid.testInstrumentationRunnerArguments.androidx.benchmark.enabledRules=baselineprofile

0 commit comments

Comments
 (0)