Skip to content

Commit cb5d007

Browse files
committed
CI: Test benchmark baseline profile step on ci
1 parent 87a8f00 commit cb5d007

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.buildkite/pipeline.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ agents:
66

77
steps:
88
- label: "Generate Baseline Profile"
9+
key: "generate-baseline-profile"
910
command: |
1011
echo "--- :rubygems: Setting up Gems"
1112
install_gems
@@ -18,3 +19,20 @@ steps:
1819
plugins: [ $CI_TOOLKIT ]
1920
artifact_paths:
2021
- "**/src/vanillaRelease/generated/baselineProfiles/*"
22+
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"
35+
./gradlew :baselineprofile:ftlDeviceTokay35VanillaBenchmarkReleaseAndroidTest
36+
plugins: [ $CI_TOOLKIT ]
37+
artifact_paths:
38+
- "**/build/outputs/androidTest-results/managedDevice/benchmarkrelease/flavors/vanilla/**/results/**/artifacts/storage/emulated/0/Android/media/**/*"

0 commit comments

Comments
 (0)