1
0
Fork 0
Commit Graph

8 Commits (2a4f48109d30c0a05738e7b25a30716e26c12985)

Author SHA1 Message Date
Johan Lorenzo 2a4f48109d Let taskgraph load tasks from decision_tasks.py in PRs 2019-09-16 11:36:07 +02:00
Mitchell Hentges 6c020a0bc4 Configure either geckoview beta or nightly at compile-time (#4851)
* Remove "abi" product flavor and introduce "engine" product flavor.

This patch will allow us to build Fenix against GeckoView Nightly and GeckoView Beta by
introducing a new flavor dimension: engine = [geckoNightly, geckoBeta].

In addition to that it adds a "fenix"  prefix to the nightly, beta and production flavors
to reduce the ambiguity between fenix beta/nightly and GeckoView beta/nightly.

For now the build types have the following engine variants enabled:

**debug**: geckoNightly, geckoBeta
Both variants enabled for local development and testing.

**forPerformanceTest**: geckoNightly, geckoBeta
Both variants enabled unless the perf team only cares about Nightly (tbd)

**fenixNightlyLegacy**: geckoBeta
Uses GeckoView Beta for now - the same version we ship production builds with (same behavior
as before). This release type will eventualyl be decommissioned once we switch to a separate
Nightly app on Google Play.

**fenixNightly**: geckoBeta
Uses GeckoView Beta for now - the same version we ship production builds with (same behavior
as before). Changing this build to use GeckoView Nightly is currently being discussed.

**fenixBeta**: geckoBeta
Fenix Beta uses GeckoView Beta.

**fenixProduction**
Fenix Production uses GeckoView Beta (69) currently.

* gradle.py/variant.py: Replace "abi" with "engine".

* Disable enableUnitTestBinaryResources until we can switch to Android Gradle plugin 3.5.

* Fenix nightly should use both geckoview nightly and beta

* Updates automation to use apk splitting and support different engine
2019-08-21 08:32:01 -07:00
Johan Lorenzo d8653818f2 Use latest Raptor from mozilla-central 2019-07-19 13:54:54 -04:00
Johan Lorenzo 7f8cf79241
Use Raptor release now that GV release is used (#4070) 2019-07-18 16:47:18 +02:00
Johan Lorenzo 2f8dc488bc Let raptor use the geckoview builds 2019-06-14 14:59:42 +02:00
Mitchell Hentges 69c4850789
Infers release architectures from gradle (#2892) 2019-05-28 12:24:06 +02:00
Mitchell Hentges 77ff164e30
Passes variants without parsing (#2408) 2019-05-27 15:00:44 +02:00
Johan Lorenzo 194aa0cbb0 Enable raptor tests on Fenix 2019-04-24 09:35:23 -04:00