Commit Graph

138 Commits (778d8285c5a1ee18b9e67931f48bf87c4985b4aa)

Author SHA1 Message Date
Johan Lorenzo a9dad8ba08 [fenix] Bug 1580778 - Migrate build tasks to taskgraph and retire the old decision task (https://github.com/mozilla-mobile/fenix/pull/5488) 5 years ago
Johan Lorenzo e510715efb [fenix] Bug 1580778 - Migrate lint and ui-test tasks to taskgraph (https://github.com/mozilla-mobile/fenix/pull/5430) 5 years ago
Richard Pappalardo 867b6485ee [fenix] Move UI tests to x86 devices on Firebase (https://github.com/mozilla-mobile/fenix/pull/5463) 5 years ago
Richard Pappalardo 62a25a8d6e [fenix] Fixes https://github.com/mozilla-mobile/fenix/issues/5438 - Upgrade UI test devices to prevent slowdowns in test lab (https://github.com/mozilla-mobile/fenix/pull/5439)
* Fixes https://github.com/mozilla-mobile/fenix/issues/5438 - Upgrade UI test devices to prevent slowdowns in test lab

* fix: change api to supported version

* refactor: try x86 devices instead
5 years ago
Johan Lorenzo a43bb4644b [fenix] Bug 1580778 - Migrate nimbledroid task to taskgraph (https://github.com/mozilla-mobile/fenix/pull/5408) 5 years ago
Johan Lorenzo 3f5bb4f0c4 [fenix] Bug 1580778 - Migrate signing tasks to taskgraph (https://github.com/mozilla-mobile/fenix/pull/5409) 5 years ago
Jonathan Almeida 8d8adae0f1 [fenix] No issue: Add Digital Asset Links token for TWAs 5 years ago
Johan Lorenzo b33f4bfde7 [fenix] Bug 1580778 - Migrate push-apk tasks to taskgraph (https://github.com/mozilla-mobile/fenix/pull/5377) 5 years ago
Johan Lorenzo 8b05dd0e0d [fenix] Bug 1580778 - Migrate raptor tests to taskgraph (https://github.com/mozilla-mobile/fenix/pull/5361) 5 years ago
Johan Lorenzo 628d53afd8 [fenix] For https://github.com/mozilla-mobile/fenix/issues/5369 - Fix push() call in old decision task (https://github.com/mozilla-mobile/fenix/pull/5373) 5 years ago
Johan Lorenzo eda4aeeb4e [fenix] Run UI tests on PRs (https://github.com/mozilla-mobile/fenix/pull/5011) 5 years ago
Johan Lorenzo 73a1dd17a9 [fenix] Bug 1580778 - Fix Nightly decision graph part 2 (https://github.com/mozilla-mobile/fenix/pull/5353) 5 years ago
Johan Lorenzo 521fd009c0 [fenix] Try to fix taskcluster-github broken PRs (https://github.com/mozilla-mobile/fenix/pull/5354) 5 years ago
Johan Lorenzo 349c5c502c [fenix] Bug 1580778 - Fix Nightly decision graph 5 years ago
Johan Lorenzo 225225776f [fenix] Let taskgraph load tasks for nightly cron 5 years ago
Johan Lorenzo da2204ac5d [fenix] Let taskgraph load tasks for raptor 5 years ago
Johan Lorenzo a2a7a64d5f [fenix] Let taskgraph load tasks for releases 5 years ago
Johan Lorenzo 347db4b0a3 [fenix] Let taskgraph load tasks for pushes 5 years ago
Johan Lorenzo f588f80204 [fenix] Let taskgraph load tasks from decision_tasks.py in PRs 5 years ago
Johan Lorenzo 0d208d09c7 [fenix] Taskgraph skeleton 5 years ago
Richard Pappalardo cb1b49d968 [fenix] Add UI tests to treeherder 5 years ago
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) 5 years ago
Mitchell Hentges ef1021ba8b [fenix] Adds build for fennecProduction to nightly automation tasks (https://github.com/mozilla-mobile/fenix/pull/5097) 5 years ago
Richard Pappalardo dd5ec5b640 [fenix] fix: dex error on UI test job 5 years ago
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) 5 years ago
Michael Droettboom a026da4e2f [fenix] 1577253: Remove writing dependencies to an artifact (https://github.com/mozilla-mobile/fenix/pull/4999) 5 years ago
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) 5 years ago
Richard Pappalardo 216b005b82 [fenix] fix: build task for UI tests (https://github.com/mozilla-mobile/fenix/pull/4963) 5 years ago
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
5 years ago
Richard Pappalardo 57cb83526b [fenix] fix: broken apk paths for UI test job (https://github.com/mozilla-mobile/fenix/pull/4951) 5 years ago
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) 5 years ago
Justin Wood 74cb9ce7c5 [fenix] Fix bustage on Nightly cron from PR https://github.com/mozilla-mobile/fenix/pull/4865 5 years ago
Mitchell Hentges 2c08eb68d1 [fenix] Fixes nightly scope using build type instead of channel 5 years ago
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
5 years ago
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.
5 years ago
marianrai 4e0bbf3a14 [fenix] Changed the group_symbol to 'Rap' and added a new condition for ARM_RAPTOR_URL_PARAMS usage. 5 years ago
Colin Lee 952926509c [fenix] For https://github.com/mozilla-mobile/fenix/issues/4507 Enable codecov (https://github.com/mozilla-mobile/fenix/pull/4520) 5 years ago
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
5 years ago
Johan Lorenzo 153c38c386 [fenix] Email the performance team when an actual raptor job fails 5 years ago
marianrai 2548cc3df3 [fenix] Increase range to (1, 28) to include cold tests for cnn mobile website. 5 years ago
kglazko 01dff2153b [fenix] Upload Fenix Nightly to Nimbledroid https://github.com/mozilla-mobile/fenix/issues/4222 (https://github.com/mozilla-mobile/fenix/pull/4253) 5 years ago
Mitchell Hentges ff1cc196ff [fenix] Resolves "no such file or directory" CI error for firebase secret (https://github.com/mozilla-mobile/fenix/pull/4356) 5 years ago
Richard Pappalardo 1531d6d6ad [fenix] Add taskcluster job for UI tests (https://github.com/mozilla-mobile/fenix/pull/4088) 5 years ago
Johan Lorenzo a0c5fc33ad [fenix] Use latest Raptor from mozilla-central 5 years ago
Johan Lorenzo 78c5a74a4a [fenix] Use Raptor release now that GV release is used (https://github.com/mozilla-mobile/fenix/pull/4070) 5 years ago
Arnold Iakab 38162fd5d1 [fenix] Increase number of crafted tasks for raptor-tp6m-cold tests (https://github.com/mozilla-mobile/fenix/pull/3682) 5 years ago
Mitchell Hentges e7609cd953 [fenix] Moves artifact ABI information to directory name (https://github.com/mozilla-mobile/fenix/pull/3908) 5 years ago
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
5 years ago
Mitchell Hentges 6520466110 [fenix] Resolves tasks not being reported to treeherder 5 years ago
Dave Hunt 40e4bbefc1 [fenix] Make the Treeherder platform for Raptor tasks consistent with other targets (https://github.com/mozilla-mobile/fenix/pull/3896) 5 years ago