2
0
mirror of https://github.com/fork-maintainers/iceraven-browser synced 2024-11-03 23:15:31 +00:00
Commit Graph

73 Commits

Author SHA1 Message Date
Colin Lee
05dfa28e70 [fenix] For https://github.com/mozilla-mobile/fenix/issues/4222: Upload Fenix Nightly to Nimbledroid (https://github.com/mozilla-mobile/fenix/pull/4927) 2019-08-26 19:06:21 -05:00
Mitchell Hentges
2c08eb68d1 [fenix] Fixes nightly scope using build type instead of channel 2019-08-21 16:02:31 -07:00
Mitchell Hentges
e7ca5257b4 [fenix] Configure either geckoview beta or nightly at compile-time (https://github.com/mozilla-mobile/fenix/pull/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
Mihai Tabara
92bc173506 [fenix] Bug 1573512 - rename codecov secret to something more generic for master and PR to reuse (https://github.com/mozilla-mobile/fenix/pull/4705)
Force merging since we're blocked on this change and TaskCluster is stuck after 4 hours.
2019-08-13 14:14:08 -05:00
marianrai
4e0bbf3a14 [fenix] Changed the group_symbol to 'Rap' and added a new condition for ARM_RAPTOR_URL_PARAMS usage. 2019-08-09 10:35:46 -07:00
Colin Lee
952926509c [fenix] For https://github.com/mozilla-mobile/fenix/issues/4507 Enable codecov (https://github.com/mozilla-mobile/fenix/pull/4520) 2019-08-08 19:09:54 -05:00
marianrai
7cefeb4841 [fenix] Bug 1566849 - [meta] Video QoE testing for Fenix (https://github.com/mozilla-mobile/fenix/pull/4555)
* Created new craft method + decision task call + bug 1558456 logic

* Created new craft method + decision task call + bug 1558456 logic
2019-08-07 10:01:05 -07:00
Johan Lorenzo
153c38c386 [fenix] Email the performance team when an actual raptor job fails 2019-08-05 18:52:05 +02:00
kglazko
01dff2153b [fenix] Upload Fenix Nightly to Nimbledroid https://github.com/mozilla-mobile/fenix/issues/4222 (https://github.com/mozilla-mobile/fenix/pull/4253) 2019-08-02 11:57:46 -07:00
Richard Pappalardo
1531d6d6ad [fenix] Add taskcluster job for UI tests (https://github.com/mozilla-mobile/fenix/pull/4088) 2019-07-26 08:08:01 -07:00
Johan Lorenzo
a0c5fc33ad [fenix] Use latest Raptor from mozilla-central 2019-07-19 13:54:54 -04:00
Johan Lorenzo
78c5a74a4a [fenix] Use Raptor release now that GV release is used (https://github.com/mozilla-mobile/fenix/pull/4070) 2019-07-18 16:47:18 +02:00
Mitchell Hentges
e7609cd953 [fenix] Moves artifact ABI information to directory name (https://github.com/mozilla-mobile/fenix/pull/3908) 2019-07-15 09:59:54 -07:00
Mitchell Hentges
49ce3d4937 [fenix] Loads firebase secret from Taskcluster for nightly (https://github.com/mozilla-mobile/fenix/pull/3634)
* Loads firebase secret from Taskcluster for each release

* Nightly legacy should use custom set of secrets
2019-07-10 10:32:33 -07:00
Dave Hunt
40e4bbefc1 [fenix] Make the Treeherder platform for Raptor tasks consistent with other targets (https://github.com/mozilla-mobile/fenix/pull/3896) 2019-07-05 10:22:47 -07:00
Johan Lorenzo
5638fc063e [fenix] Do not put Treeherder route when on untrusted repo (https://github.com/mozilla-mobile/fenix/pull/2921) 2019-07-04 10:54:58 +02:00
Mitchell Hentges
9da8449e36 [fenix] Re-enables pushing nightly to org.mozilla.fenix (https://github.com/mozilla-mobile/fenix/pull/3823)
* Re-enables pushing nightly to org.mozilla.fenix

* Publishes org.mozilla.fenix.nightly releases on internal track
2019-07-02 11:34:04 -07:00
Mitchell Hentges
de0ebac188 [fenix] Fixes regression where nightly wouldn't build due to missing quotes 2019-07-01 12:32:13 +02:00
Divya Raj
03196d7547 [fenix] Fixed Issue https://github.com/mozilla-mobile/fenix/issues/3741 - %s in Japanese version + A few typos (https://github.com/mozilla-mobile/fenix/pull/3749)
* Typo in README

* Fixed Issue https://github.com/mozilla-mobile/fenix/issues/3741 - %s in Japanese version

* Fixed various typos
2019-06-28 18:56:25 -05:00
Mitchell Hentges
66522c56be [fenix] Publishes nightly to separate nightly app (https://github.com/mozilla-mobile/fenix/pull/3740) 2019-06-28 10:15:43 -07:00
Johan Lorenzo
ba3ef0deda [fenix] Use Raptor index (https://github.com/mozilla-mobile/fenix/pull/3646) 2019-06-26 10:53:28 +02:00
Johan Lorenzo
32dcece7ac [fenix] Fix Raptor bad repo locations (https://github.com/mozilla-mobile/fenix/pull/3516) 2019-06-18 07:57:54 -07:00
Johan Lorenzo
4e9d49e0df [fenix] Fix Raptor bad URLs 2019-06-14 17:35:38 +02:00
Johan Lorenzo
8034fee650 [fenix] Revert "Temp try to run raptor on PRs"
This reverts commit 392a063194b966f6699ac9a6909ce7f85fdcaf4b.
2019-06-14 14:59:42 +02:00
Johan Lorenzo
c048d6e8b2 [fenix] Temp try to run raptor on PRs 2019-06-14 14:59:42 +02:00
Johan Lorenzo
e7639388da [fenix] Let raptor use the geckoview builds 2019-06-14 14:59:42 +02:00
Mitchell Hentges
f96d43809b [fenix] Sets up nightly-pushing-to-production decision task logic (https://github.com/mozilla-mobile/fenix/pull/3225) 2019-06-10 10:55:21 -05:00
Mitchell Hentges
6f6b0d2883 [fenix] Puts all secrets for a track in a single TC secret (https://github.com/mozilla-mobile/fenix/pull/3187) 2019-06-06 19:43:07 +02:00
Mitchell Hentges
500c68dcc5 [fenix] Uses "channel" instead of "google_play_track" (https://github.com/mozilla-mobile/fenix/pull/3206) 2019-06-06 15:30:41 +02:00
Mitchell Hentges
4e17c26bed [fenix] Migrates "raptor" build type to work for chrome-perf-testing, too (https://github.com/mozilla-mobile/fenix/pull/2926) 2019-06-03 16:32:38 +02:00
Mitchell Hentges
f42e744422 [fenix] Infers release architectures from gradle (https://github.com/mozilla-mobile/fenix/pull/2892) 2019-05-28 12:24:06 +02:00
Mitchell Hentges
ef2c3a3407 [fenix] Adds raptor hook ability to schedule_nightly_graph (https://github.com/mozilla-mobile/fenix/pull/2341) 2019-05-27 17:31:06 +02:00
Mitchell Hentges
b8e5d35f19 [fenix] Passes variants without parsing (https://github.com/mozilla-mobile/fenix/pull/2408) 2019-05-27 15:00:44 +02:00
Mitchell Hentges
eb6814403f [fenix] 2468 Re-enable raptor (https://github.com/mozilla-mobile/fenix/pull/2776)
* raptor test without update

* Updates raptor config

* Uses new raptor workers, adjusts payload

* Removes repo url override
2019-05-23 20:15:06 +02:00
Michael Droettboom
3491835118 [fenix] Store for every commit hash on master 2019-05-23 08:14:36 -07:00
Michael Droettboom
58f9338166 [fenix] Add index route 2019-05-23 08:14:36 -07:00
Michael Droettboom
d23abb4a15 [fenix] Write dependencies out as an artifact 2019-05-23 08:14:36 -07:00
Mitchell Hentges
34591e0a84 [fenix] Revert "Uses new raptor workers (https://github.com/mozilla-mobile/fenix/pull/2410)" (https://github.com/mozilla-mobile/fenix/pull/2413)
This reverts commit cebd64a1d4ec9ea9081a09715d59e3152b4e7846.
2019-05-10 10:15:50 -05:00
Mitchell Hentges
f74d15eb61 [fenix] Uses new raptor workers (https://github.com/mozilla-mobile/fenix/pull/2410) 2019-05-10 16:04:43 +02:00
Mitchell Hentges
5db17dae8e [fenix] Configures pushapk to verify beta APK with beta certificate (https://github.com/mozilla-mobile/fenix/pull/2349)
* Provide certificate alias to pushapk payload

* dev
2019-05-08 12:24:13 -05:00
Mitchell Hentges
9a50f00054 [fenix] Updates Fenix taskcluster tasks to support beta release (https://github.com/mozilla-mobile/fenix/pull/1893)
* Updates Fenix taskcluster tasks to support beta release

* Throw error if -PversionName isn't set for release builds

* Uses beta secrets for beta

* Improves nightly and beta treeherder symbols
2019-05-06 19:09:29 +02:00
Mitchell Hentges
cb42f4897d [fenix] Fixes "assemble raptor" task failing to upload artifacts (https://github.com/mozilla-mobile/fenix/pull/2258) 2019-05-06 10:37:52 -05:00
Mitchell Hentges
e70c6be55f [fenix] Fixes https://github.com/mozilla-mobile/fenix/issues/1566, https://github.com/mozilla-mobile/fenix/issues/2076 (https://github.com/mozilla-mobile/fenix/pull/2194) 2019-05-02 14:08:31 +00:00
Johan Lorenzo
f6d583e666 [fenix] Only run Raptor tp6m cold tasks since the other ones aren't ready yet 2019-04-24 09:35:23 -04:00
Johan Lorenzo
0b895fb3c8 [fenix] Enable raptor tests on Fenix 2019-04-24 09:35:23 -04:00
Mitchell Hentges
2fc71e5748 [fenix] Fixes decision task issue preventing apks for raptor from being published (https://github.com/mozilla-mobile/fenix/pull/1918) 2019-04-23 07:30:41 -07:00
Mitchell Hentges
d2ea8148c8 [fenix] Moves release flavour to build type (https://github.com/mozilla-mobile/fenix/pull/1693) 2019-04-22 11:02:39 -07:00
Jeff Boek
808ecb69f7 [fenix] For https://github.com/mozilla-mobile/fenix/issues/1297 - Re-adds adjust to build task 2019-04-17 14:42:21 -07:00
Nick Alexander
ef2b2630e7 [fenix] Try to fix build bustage from https://github.com/mozilla-mobile/fenix/issues/1321. (https://github.com/mozilla-mobile/fenix/pull/1538)
This just looks wrong.  I'm concerned that this was green as a PR,
because it suggests that we were signing with an incorrect
`worker_type` there; but here we are -- let's see if it addresses the
issue.  If not, we'll back the whole of https://github.com/mozilla-mobile/fenix/issues/1321 out.
2019-04-10 15:59:10 -07:00
Mitchell Hentges
7c1c6fbcc7 [fenix] Fixes https://github.com/mozilla-mobile/fenix/issues/1321: dep-signs builds on-master-push 2019-04-10 16:29:45 -05:00