File tree Expand file tree Collapse file tree 1 file changed +4
-17
lines changed Expand file tree Collapse file tree 1 file changed +4
-17
lines changed Original file line number Diff line number Diff line change 5
5
queue : " android"
6
6
7
7
steps :
8
- - label : " Generate Baseline Profile"
8
+ - label : " Generate & Benchmark Baseline Profile"
9
9
key : " generate-baseline-profile"
10
10
command : |
11
11
echo "--- :rubygems: Setting up Gems"
@@ -14,25 +14,12 @@ steps:
14
14
echo "--- :closed_lock_with_key: Installing Secrets"
15
15
bundle exec fastlane run configure_apply
16
16
17
- echo "--- :hammer_and_wrench: Building "
17
+ echo "--- :hammer_and_wrench: Generate Baseline Profile "
18
18
./gradlew :WooCommerce:generateVanillaReleaseBaselineProfile
19
- plugins : [ $CI_TOOLKIT ]
20
- artifact_paths :
21
- - " **/src/vanillaRelease/generated/baselineProfiles/*"
22
19
23
- - label : " Benchmark Baseline Profile"
24
- key : " benchmark-baseline-profile"
25
- depends_on :
26
- - " generate-baseline-profile"
27
- command : |
28
- echo "--- :rubygems: Setting up Gems"
29
- install_gems
30
-
31
- echo "--- :closed_lock_with_key: Installing Secrets"
32
- bundle exec fastlane run configure_apply
33
-
34
- echo "--- :hammer_and_wrench: Building"
20
+ echo "--- :hammer_and_wrench: Benchmark Baseline Profile"
35
21
./gradlew :baselineprofile:ftlDeviceTokay35VanillaBenchmarkReleaseAndroidTest
36
22
plugins : [ $CI_TOOLKIT ]
37
23
artifact_paths :
24
+ - " **/src/vanillaRelease/generated/baselineProfiles/*"
38
25
- " **/build/outputs/androidTest-results/managedDevice/benchmarkrelease/flavors/vanilla/**/results/**/artifacts/storage/emulated/0/Android/media/**/com.woocommerce.android.baselineprofile-benchmarkData.json"
You can’t perform that action at this time.
0 commit comments