We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ca6f86 commit 98af045Copy full SHA for 98af045
.github/workflows/android-cloud-generate-baseline-profiles.yml
@@ -84,10 +84,6 @@ jobs:
84
run: |
85
echo '${{ secrets.SECRET_PROPERTIES }}' > ${{ inputs.SECRET_PROPERTIES_FILE }}
86
- 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"
91
- name: Generate Baseline profiles
92
run: ./gradlew ${{ inputs.TASK_NAME }}
93
-Pandroid.testInstrumentationRunnerArguments.androidx.benchmark.enabledRules=baselineprofile
0 commit comments