Skip to content

Commit a0f2786

Browse files
authored
Merge pull request #1770 from android/revert-1752-feature/adding-baseline-and-startup-profile-to-the-codebase-in-nightly-builds
Revert "Feature / Added baseline and startup profile generation"
2 parents d35dc6c + 6c931b1 commit a0f2786

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

.github/workflows/NightlyBaselineProfiles.yaml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,8 @@ jobs:
5555
-Pandroid.experimental.testOptions.managedDevices.emulator.showKernelLogging=true
5656
-Pandroid.testoptions.manageddevices.emulator.gpu="swiftshader_indirect"
5757

58-
# This generates both baseline and startup profile and adds them into the generated folder
59-
- name: Generate Baseline Profile
60-
run: ./gradlew :app:generateReleaseBaselineProfile
61-
-Pandroid.testInstrumentationRunnerArguments.androidx.benchmark.enabledRules=baselineprofile
62-
-Pandroid.testoptions.manageddevices.emulator.gpu="swiftshader_indirect"
63-
--stacktrace
58+
- name: Build all build type and flavor permutations including baseline profiles
59+
run: ./gradlew :app:assemble
60+
-Pandroid.testInstrumentationRunnerArguments.androidx.benchmark.enabledRules=baselineprofile
61+
-Pandroid.testoptions.manageddevices.emulator.gpu="swiftshader_indirect"
62+
-Pandroid.experimental.testOptions.managedDevices.emulator.showKernelLogging=true

0 commit comments

Comments
 (0)