Commit Graph

114 Commits (upstream-sync)

Author SHA1 Message Date
Julien Cristau 5961ab2ede Notify release management when push-apk fails 2 years ago
Heitor Neiva 1647d93591 RELENG-805 - Pull taskgraph from pypi 2 years ago
Andrew Halberstadt 6c59fd424b For #23614 - Set defaults for custom Fenix parameters
This will allow us to run taskgraph generation locally with the default
set of parameters.
2 years ago
Matthew Tighe 9dc0506ec2
closes #23504: download focus wallpapers at runtime (#23505)
* closes #23504: download focus wallpapers at runtime

* address pr feedback

* only download wallpapers if feature flag is set
2 years ago
Julien Cristau 220ec02c38 Remove remnants of github-release support
https://github.com/mozilla-mobile/fenix/pull/22125 stopped listening to
these events but the supporting code was still around.
2 years ago
Heitor Neiva a02e05c6ed Add beetmover bucket scope to kind 2 years ago
Heitor Neiva 7a6cea9d2f Added bucket scope config for dep 2 years ago
Heitor Neiva ac99a03c8b Remove reference to beta version on nightly releases 2 years ago
Heitor Neiva 54b27209ad Switch beetmover to use production worker and bucket 2 years ago
Heitor Neiva 8092b0399d Change beetmover destination paths to match firefox 3 years ago
Heitor Neiva 37635293ba Fix Beetmover paths 3 years ago
Andrew Halberstadt e6cae9b800 RELENG-489 - Add Beetmover functionality
Bug 1614763 - [ci] Create beetmover tasks to publish release artifacts

Added TODO

Added head_tag to try_task_config

Change locale to multi and fix beetmover URL destinations

Bump version

Adjust beetmover kind and add beta + format task label

Allow all build types for beetmover

Bump version

Adjust beetmover destination URL + minor mods

Try task config - nightly

Change try release to beta

Remove try_task_config
3 years ago
Sebastian Kaspari a6d5d21e0b Issue #22580: Track APK size in perfherder 3 years ago
gmierz d25455ca8b Remove non-webrender browsertime tests. 3 years ago
Julien Cristau 55763073b5 push-apk: set google play track to alpha
This lets us temporarily push nightly builds to the alpha track instead
of production so we can gradually roll out the Logins update.
3 years ago
Ben Hearsum 5a8a7f5499 Ship nightlies to Google Play twice a day
This was moved to once per day in https://bugzilla.mozilla.org/show_bug.cgi?id=1628413 when Google Play reviews were very slow. That hasn't been a problem for awhile, and the less frequent nightlies are causing delays getting new Android Components bumps shipped out.
3 years ago
Aki Sasaki d24e3b9410
use prod signers for {beta,release}-mozillaonline (#20134) 3 years ago
Ben Hearsum (he/him) 4de1edaa19
RELENG-588: Add notifications for Mozilla Online builds (#20010) 3 years ago
Ben Hearsum (he/him) 42d87d1a7a
Fix unicode issue in release promotion code (#19954) 3 years ago
Ben Hearsum (he/him) 2ebc71f7f1
RELENG-586: Add mozillaonline builds & signing (#19898)
* Add general support for adding extra gradle options from kinds

* Add mozillaonline builds and signing
3 years ago
Andrew Halberstadt 2339ab664e
For #19801 - Run taskgraph generation with Python 3 (#19802)
* For #19801 - Update to latest version of taskgraph

* For #19801 - Update to latest decision-mobile image

We need to explicitly set the Java version as Java 11 now co-exists in
the decision-mobile image.

* For #19801 - Run decision task with Python 3
3 years ago
Sebastian Kaspari 0eee71d0cf Closes #17819: Remove JCenter from build files. 3 years ago
Sebastian Kaspari 70fe7d5886 Issue #10941: Align Nightly version with Gecko/A-C version.
Instead of using a timestamp this will synchronize the Nightly version with the version
of Gecko / A-C. So when using 90.0.20210426143115 then the Nightly version will be
90.0a1 - similar to what Firefox desktop uses.
3 years ago
Sebastian Kaspari 7d690219ea Issue #19040: Remove Leanplum (Nightly) 3 years ago
Andrew Halberstadt 088b26b20a [taskcluster] Use string.capitalize() rather than custom utility function 3 years ago
Dave Hunt b41082ac63 Bug 1670902 - Use WebRender platforms for Raptor performance tests 3 years ago
Aki Sasaki 235be0badc
relpro tasks_for, but for master (#18625) 3 years ago
isabelrios 6002f944e8
Taskgraph changes to allow running UI tests on nightly builds (#18191)
* Modify taskgraph to allow running UI tests on Nightly builds

* adding try_task_config file

* remove try_task_config file
3 years ago
Aki Sasaki 8d1cb63682
signing index (#18379) 3 years ago
Florin Strugariu 71d908b3ef Update taskcluster settings to use short names instead of indexes 3 years ago
Jonathan Almeida 81e08b2e7f Close #15979: Add MOZILLA_OFFICIAL flag for release builds
When we build release APKs on Mozilla infrastructure, we want a way to
know this in code for features that would only work on them.
3 years ago
Aki Sasaki 3abda6daec
support staging release promotion projects (#17652)
Let's make mozilla-releng/staging-fenix the official staging repository.
By supporting it in the automation, we no longer need to maintain a
staging patchset to test things properly.
3 years ago
Johan Lorenzo e3c77bec25
Bug 1681991 - Do not run ui-tests against debug builds on release branches (#16981) 4 years ago
Aki Sasaki a9ece01a7b
fix relpro schema (#16932)
The description needs to be a string. We accidentally made it a tuple.
4 years ago
Aki Sasaki ef71844988
support-rc-versions (#16929) 4 years ago
Johan Lorenzo 9420febe59
Create new android-test-beta build (#16814) 4 years ago
jhugman ea9f692007
Nimbus-SDK-119 Get Nimbus server endpoint at build time. (#16682)
This PR builds on [AC##9024][1], and implements setting the Nimbus endpoints from [a secret set at build time][2].

For production use, this requires a secret named `nimbus_url` to be put into CI.

Note: Nimbus is currently behind a feature flag.

If developers wish to use a Nimbus server for local development, you can set the url by adding an entry into local.properties, e.g.:

```
nimbus.remote-settings.url=https://settings.stage.moz4ws.net
```

Without setting server, Nimbus will be able to function, except no experimental definitions will be fetched, and features under experiment will be configured as if not enrolled in the experiment.

[1]: https://github.com/mozilla-mobile/android-components/pull/9024
[2]: https://groups.google.com/a/mozilla.com/g/android-components-team/c/lAGVKQy8aiA/m/rY3uGAwhBAAJ
4 years ago
Johan Lorenzo 72a745a5f2
Bug 1635488 - part 2: Add missing branch in version bump payload (#16650) 4 years ago
Mihai Tabara 7d3b23ceeb
Bug 1635488 - add Fenix version-bump task. (#16361)
Co-authored-by: Johan Lorenzo <jlorenzo@mozilla.com>
4 years ago
Gregory Mierzwinski 647efa1b37
Bug 1670284 - Enable webrender for all tests and run a subset without webrender. (#16325)
* Enable webrender for all tests and run a subset without webrender.

* Run tests on PR.

* Change task labels for webrender-enabled tests.

* Move transform logic to after the main transform.

* Reformat group symbol.

* Check if extra field is empty.

* Try a different method for treeherder info.

* Fix up assignment issue.

* Reformat symbol field instead of groupSymbol.

* Add new task group to config.

* Change the platform name for webrender tasks.

* Undo testing changes.

* Undo platform naming changes.
4 years ago
Gregory Mierzwinski fc8c91616c
Bug 1671415 - Remove 2019 youtube-playback tests. (#15918)
* Bug 1671415 - Remove 2019 youtube-playback tests.

* Run tests in PR.

* Undo testing changes.
4 years ago
Johan Lorenzo 779757f88c
Bug 1648785 - Let taskcluster upload APKs to Github releases (#12907) 4 years ago
Johan Lorenzo d9969a72df
Fix decision task that does not schedule anything on release builds (#14006) 4 years ago
Sebastian Kaspari c93a29f89a Simplify build variants to just: debug, nightly, beta and release.
Co-authored-by: Johan Lorenzo <jlorenzo@mozilla.com>
4 years ago
Johan Lorenzo 824dea36a6
Bug 1649013 - Stop failing mark-as-shipped tasks (#13257) 4 years ago
Tiger Oakes 8c1d3dc827
For #12871 - Use local TWA DAL API (#12872) 4 years ago
Johan Lorenzo 638e7c6e47
Bug 1631839 - part 3: Remove "project.mobile" routes (#12821) 4 years ago
liuche db6e614d11
For #12240: Enable btime youtube-playback Fenix tests (#12760)
Co-authored-by: alexandru.ionescu <alexandru.ionescu@softvision.ro>
4 years ago
Johan Lorenzo 66d8591334 Bug 1608874 - part 3: Let fennec-production upload APKs on Google Play's alpha track 4 years ago
isabelrios 5b61b44f1a
cron-job-ui-screenshots (#12423)
Co-authored-by: isabel rios <isabelrios@MacBook-Pro-de-isabel-2.local>
4 years ago