2
0
mirror of https://github.com/fork-maintainers/iceraven-browser synced 2024-11-02 03:40:16 +00:00
Commit Graph

174 Commits

Author SHA1 Message Date
Johan Lorenzo
225225776f [fenix] Let taskgraph load tasks for nightly cron 2019-09-16 11:36:07 +02:00
Johan Lorenzo
da2204ac5d [fenix] Let taskgraph load tasks for raptor 2019-09-16 11:36:07 +02:00
Johan Lorenzo
a2a7a64d5f [fenix] Let taskgraph load tasks for releases 2019-09-16 11:36:07 +02:00
Johan Lorenzo
347db4b0a3 [fenix] Let taskgraph load tasks for pushes 2019-09-16 11:36:07 +02:00
Johan Lorenzo
f588f80204 [fenix] Let taskgraph load tasks from decision_tasks.py in PRs 2019-09-16 11:36:07 +02:00
Johan Lorenzo
0d208d09c7 [fenix] Taskgraph skeleton 2019-09-16 11:36:07 +02:00
Richard Pappalardo
cb1b49d968 [fenix] Add UI tests to treeherder 2019-09-16 11:36:07 +02:00
Mitchell Hentges
eaaaf55751 [fenix] Fixes https://github.com/mozilla-mobile/fenix/issues/5156; Don't publish o.m.fenix[!.nightly] to nightly index (https://github.com/mozilla-mobile/fenix/pull/5157) 2019-09-06 08:01:02 -07:00
Mitchell Hentges
ef1021ba8b [fenix] Adds build for fennecProduction to nightly automation tasks (https://github.com/mozilla-mobile/fenix/pull/5097) 2019-09-04 13:52:23 -07:00
Richard Pappalardo
dd5ec5b640 [fenix] fix: dex error on UI test job 2019-08-29 18:14:20 -07:00
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
No-Jun Park
98721f10ef [fenix] update docker image reference (https://github.com/mozilla-mobile/fenix/pull/3412)
increase java heap size
delete files to save docker size
2019-06-27 18:56:23 -04: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
Michael Droettboom
829c1f78f7 [fenix] Add to decision_task.py 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
Richard Pappalardo
5679d110b0 [fenix] Update Dockerfile with UI test deps 2019-05-21 09:25:10 -04: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
0a54a8b6d8 [fenix] Reduces number of raptor jobs (https://github.com/mozilla-mobile/fenix/pull/2339) 2019-05-08 13:42:53 +02: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
Rob Wood
78a27648d9 [fenix] Disable Raptor fenix arm7 jobs on the pixel 2 (https://github.com/mozilla-mobile/fenix/pull/2272) 2019-05-05 10:16:18 -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
Dave Hunt
121674d3ce [fenix] Run all 14 tp6m-cold jobs for Raptor 2019-04-24 14:01:28 -04: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
Emily Kager
f303148671 [fenix] For https://github.com/mozilla-mobile/fenix/issues/1488 - add telemetry bool to project automation 2019-04-09 10:26:36 -07:00
Grisha Kruglov
85a5fc0d38 [fenix] Fix up TC task descriptions 2019-04-04 15:42:45 -05:00
Mitchell Hentges
27f598a692 [fenix] Fixes https://github.com/mozilla-mobile/fenix/issues/1294: Renames nightly apks to follow the form "target.$arch.apk" 2019-04-03 11:12:47 -05:00
Johan Lorenzo
58cb36fa0a [fenix] Fix TC indexes 2019-04-03 10:52:29 +02:00
Colin Lee
3294ca7ff2 [fenix] No issue: only run lint checks for a single variant 2019-04-02 14:29:15 -07:00
Johan Lorenzo
9237bbf14d [fenix] Fix branch in indexes 2019-04-02 13:52:47 -05:00
Johan Lorenzo
a5ca038836 [fenix] Rename branch into git_ref 2019-04-02 13:52:47 -05:00
Johan Lorenzo
65aacce716 [fenix] Fix missing indexes on master 2019-04-02 13:52:47 -05:00
Johan Lorenzo
abda6f77a4 [fenix] Fix trust level in decision task 2019-04-02 14:25:05 +02:00
Johan Lorenzo
88c8dfd2e2 [fenix] Add RaptorRelease build type 2019-04-02 13:36:35 +02:00
Johan Lorenzo
322bd71770 [fenix] Move chain of trust functions into their own module 2019-04-02 13:36:35 +02:00
Johan Lorenzo
6b6adfa4c2 [fenix] Do not exit() anymore 2019-04-02 13:36:35 +02:00
Johan Lorenzo
98f26c578b [fenix] Expose assemble builds with TC indexes 2019-04-02 13:36:35 +02:00
Johan Lorenzo
6bc11b2943 [fenix] Expose jobs on Treeherder 2019-04-02 13:36:35 +02:00
Johan Lorenzo
1ef3b286c3 [fenix] Run build and tests on PRs and pushes 2019-04-02 13:36:35 +02:00
Johan Lorenzo
fccfa1cebf [fenix] Only email build failures when not staging 2019-04-02 13:36:35 +02:00
Johan Lorenzo
f0b1b0b08e [fenix] Refactor decision_task.py to match android-components' 2019-04-02 13:36:35 +02:00
Jeff Boek
97071c7e63 [fenix] For https://github.com/mozilla-mobile/fenix/issues/1005 - adds routes param to buildtask 2019-03-26 09:23:08 -07:00
Jeff Boek
f873e3b91b [fenix] Fixes https://github.com/mozilla-mobile/fenix/issues/1005 - Notify eng when build task fails 2019-03-25 16:04:39 -05:00
Johan Lorenzo
d1824f6fea [fenix] Bug 1533791 - Assume decision task scopes instead of redefining them 2019-03-19 15:23:57 -05:00