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

111 Commits

Author SHA1 Message Date
Colin Lee
8b5220513a [fenix] For https://github.com/mozilla-mobile/fenix/issues/4222: Fix another Nimbledroid upload path (https://github.com/mozilla-mobile/fenix/pull/5000) 2019-08-28 15:24:02 -05:00
Michael Droettboom
a026da4e2f [fenix] 1577253: Remove writing dependencies to an artifact (https://github.com/mozilla-mobile/fenix/pull/4999) 2019-08-28 14:10:11 -05:00
Mitchell Hentges
c94c08fc2d [fenix] Fixes https://github.com/mozilla-mobile/fenix/issues/4949 - raptor not being able to find APKs (https://github.com/mozilla-mobile/fenix/pull/4952) 2019-08-27 14:08:17 -07:00
Richard Pappalardo
216b005b82 [fenix] fix: build task for UI tests (https://github.com/mozilla-mobile/fenix/pull/4963) 2019-08-27 14:06:14 -07:00
Colin Lee
4afa87193a [fenix] For https://github.com/mozilla-mobile/fenix/issues/4897: Add back accidentally removed code coverage upload (https://github.com/mozilla-mobile/fenix/pull/4958)
* For  https://github.com/mozilla-mobile/fenix/issues/4897: Add back accidentally removed code coverage upload

* Make code coverage commands clearer

* Inline run_coverage as True

* Update arch label for codecov upload

* Remove variants from codecov, as they aren't used

* Remove unused format string
2019-08-27 15:52:07 -05:00
Richard Pappalardo
57cb83526b [fenix] fix: broken apk paths for UI test job (https://github.com/mozilla-mobile/fenix/pull/4951) 2019-08-27 13:29:52 -07:00
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
Justin Wood
74cb9ce7c5 [fenix] Fix bustage on Nightly cron from PR https://github.com/mozilla-mobile/fenix/pull/4865 2019-08-22 18:38:19 +02: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
marianrai
2548cc3df3 [fenix] Increase range to (1, 28) to include cold tests for cnn mobile website. 2019-08-02 17:41:41 -07: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
Mitchell Hentges
ff1cc196ff [fenix] Resolves "no such file or directory" CI error for firebase secret (https://github.com/mozilla-mobile/fenix/pull/4356) 2019-07-30 11:10:57 -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
Arnold Iakab
38162fd5d1 [fenix] Increase number of crafted tasks for raptor-tp6m-cold tests (https://github.com/mozilla-mobile/fenix/pull/3682) 2019-07-15 15:29:15 -07: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
Mitchell Hentges
6520466110 [fenix] Resolves tasks not being reported to treeherder 2019-07-08 12:35:33 +02: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
5ccbd5fbea [fenix] Changes nightly version to follow the format "Nightly 190627 16:19" (https://github.com/mozilla-mobile/fenix/pull/3742) 2019-06-28 18:55:34 -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
ee52f9e662 [fenix] Requires a prefixed "v" when parsing git tag name (https://github.com/mozilla-mobile/fenix/pull/3163) 2019-06-05 14:09:57 +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
0b54f252f5 [fenix] Only run task 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