Skip to content
This repository has been archived by the owner on Feb 20, 2023. It is now read-only.

Migrates "raptor" build type to work for chrome-perf-testing, too #2926

Merged

Conversation

mitchhentges
Copy link
Contributor

@mitchhentges mitchhentges commented May 28, 2019

Fixes #2523.

Migrates
index.project.mobile.fenix.v2.raptor.latest.{abi}
to
index.project.mobile.fenix.v2.performance-test.latest.{abi}

Performance test builds are now debuggable, and have telemetry enabled.

Pull Request checklist

@mitchhentges mitchhentges requested review from a team as code owners May 28, 2019 14:27
@mitchhentges mitchhentges force-pushed the 2523-perf-test-build-type branch 3 times, most recently from 7beb18c to cc15b1f Compare May 28, 2019 15:46
Copy link
Contributor

@hawkinsw hawkinsw left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Although I don't generally know the specifics for these configuration files (etc), I did look over this and it does pass the sniff test. I am really excited for this to land!

Thanks for the hard work, @mitchhentges

@mitchhentges mitchhentges force-pushed the 2523-perf-test-build-type branch 2 times, most recently from 02d8592 to 7fff6ec Compare May 29, 2019 12:00
app/build.gradle Outdated Show resolved Hide resolved
app/build.gradle Outdated Show resolved Hide resolved
Copy link
Contributor

@JohanLorenzo JohanLorenzo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! Sorry for the long review. It slipped under my radar!

@@ -77,7 +77,7 @@ def secret_index(name):

capitalized_track = upper_case_first_letter(track)
gradle_commands = (
'./gradlew --no-daemon -PcrashReports=true -Ptelemetry=true -PversionName={} clean test assemble{}'.format(
'./gradlew --no-daemon -PversionName={} clean test assemble{}'.format(
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@mitchhentges mitchhentges merged commit 62473e5 into mozilla-mobile:master Jun 3, 2019
@mitchhentges mitchhentges deleted the 2523-perf-test-build-type branch June 3, 2019 14:32
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Make performance-test-specific build type
4 participants