Commit Graph

108 Commits

Author SHA1 Message Date
Charlie Humphreys d469624d25 fixes #26905: update nimbus experiments github action control flow and versions 2022-09-12 21:53:10 +00:00
Charlie Humphreys 97a346f7c4 rename usage of action repo 2022-08-26 20:15:18 +00:00
Charlie Humphreys 9b8ffbc8c1 Add workflow to download Nimbus early experiments 2022-08-11 21:35:14 +00:00
Gabriel Luong 4ab1832e57 For #26167 - Check the QA Needed checkbox by default 2022-07-25 17:54:59 +00:00
Johan Lorenzo 6a14c89e7f Bug 1777255 - part 3: Bump fenix-beta-version Github Action to support new version numbers 2022-07-21 09:05:18 +00:00
Johan Lorenzo 8acdaf94da Bug 1779797 - part 4: Fix l10n bumps branch name 2022-07-20 16:44:24 +02:00
Mugurell 5c7921b448 For #26069 - Update steps for downloading APKs from open PRs. 2022-07-19 12:51:54 +00:00
Johan Lorenzo 46f69bc35a Bug 1779797 - Let mergify automatically approve l10n bumps on release branches 2022-07-15 18:43:09 -04:00
Gabriel Luong d373f2b1c4 For #25999 - Add GitHub actions to tag milestones, link issues and reopen issues for QA 2022-07-13 16:34:49 +00:00
Daniel Thorn e807f5d18a Submit commits to Glean probe-scraper
to validate and publish metrics, per https://mozilla.github.io/glean/book/user/adding-glean-to-your-project/enable-data-ingestion.html#validate-and-publish-metrics

> After your product has been enabled, you must submit commits to probe scraper to validate and publish metrics. Metrics will only be published from branches defined in probe scraper's repositories.yaml, or the Git default branch if not explicitly configured. This should happen on every CI run to the specified branches. Nightly jobs will then automatically add published metrics to the Glean Dictionary and other data platform tools.
2022-06-30 20:20:45 +00:00
Aaron Train 016c17c11e Create --unit-test.md 2022-06-27 17:36:54 +00:00
Michael Comella 6107143f16 No issue: remove performance codeowners. 2022-05-17 17:07:16 +00:00
Andrew Halberstadt c1d44d1327 No issue: remove 'mozilla-mobile/releng' as CODEOWNER of /automation and /.github
These directories are specific to Fenix. After a quick scan and chat
with Releng, we don't have knowledge / motivation to be maintainers
here.

Releng will continue to be CODEOWNERS of core taskcluster files though.
2022-02-24 20:20:22 +00:00
amedyne f1e25d175d
Update Fenix release checklist (#23730)
* Update Fenix release checklist 

Updating this to reflect the latest process for releases for Firefox for Android.

* Incorporating feedback.

Incorporating review feedback.

Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2022-02-17 01:32:59 +00:00
Aki Sasaki d0f08b83d4
update which bot is used (#22923) 2021-12-20 21:45:34 +00:00
Aaron Train 77191d8ef2
For #22710 - Disable run-ui in build-contributor-pr workflow (#22720)
* Disable run-ui in build-contributor-pr workflow

Unfortunately the problem with INSTALL_FAILED_INSUFFICIENT_STORAGE is still showcasing itself on v2.21.0 – I'm not aware of any workaround at this moment in time, so I'm disabling this step of the workflow again.

* Update build-contributor-pr.yml
2021-12-06 18:12:55 +00:00
Aaron Train b83bddfb31 Re-enable contributor UI test job
Trying out @v2.21.0 to see if INSTALL_FAILED_INSUFFICIENT_STORAGE is resolved
2021-12-03 20:15:37 +00:00
Michael Comella f02ebe1650 No issue: change label in perf issue template to `performance`
I recently changed the label from `eng:performance` to `performance`
so this template also has to be updated.
2021-11-04 04:55:07 +00:00
Aaron Train 39c7d4b948
No issue: Fix workflow if statement in build-contributor-pr.yml (#20982) 2021-08-25 09:35:04 -04:00
Aaron Train 950b2332d6
Disable run-ui in build-contributor-pr.yml (#20981) 2021-08-23 16:52:53 -04:00
Stefan Arentz 6a3adb5aeb
Fixes #11427 - Rename master branch to main (#20457)
* Fixes #11427 - Rename master branch to main (Automation/TC)

* Fixes #11427 - Rename master branch to main (GitHub Workflows)

* Fixes #11427 - Rename master branch to main (GitHub Workflows)

* Fixes #11427 - Rename master branch to main (GitHub Issue Templates)

* Fixes #11427 - Rename master branch to main (Jenkins)

* Fixes #11427 - Rename master branch to main (README & Documentation)

* Fixes #11427 - Rename master branch to main (Jenkins)

* Fixes #11427 - Rename master branch to main (Random)
2021-07-28 08:20:14 -04:00
Sebastian Kaspari e3740b1e24 GitHub workflow (run-ui): Use Java 11. 2021-07-27 10:08:32 +02:00
Sebastian Kaspari 8d8b6e6d36 Issue #19662: Use Java 11. 2021-07-27 10:08:32 +02:00
Michael Comella 343ff924d7 For #19901: add benchmark.gradle to CODEOWNERS. 2021-07-22 15:24:35 +00:00
Jonathan Almeida 76f24a7e13 Use bug report template with data validation
Github supports a more useful templating system that can provide
hints, descriptions, and simple data validation.

We can try to use this to increase the quality of our bug reports.
2021-07-09 23:07:25 +00:00
Aaron Train 29111a4cf2
No issue: Remove workaround; update runner in build-contributor-pr.yml (#20172) 2021-07-05 19:38:05 -04:00
Aki Sasaki 4f25184054
possibly fix if statement in sync-strings (#20163) 2021-06-24 09:26:14 -07:00
Aaron Train dd218c3fa1
No issue: Apply workaround for run-ui in contributor workflow (#20161) 2021-06-24 11:52:18 -04:00
Aki Sasaki 9b6d7b623e
cancel sync-strings on non-beta versions (#19776)
* cancel sync-strings on non-beta versions

* use fenix-beta-version 2.0.0
2021-06-07 12:02:18 -07:00
Kevin Brosnan 103598dfce Prevents stale bot from closing issues for disabled tests 2021-06-07 10:23:35 +03:00
Stefan Arentz eaf74a1868
Fixes #19773 - Add a needs:review label to the automatic String Sync PRs (#19774) 2021-06-02 12:49:02 -04:00
Michael Comella 49240b239b For #19436: rm Application and FeatureFlags from perf code owners. 2021-05-10 15:58:33 -07:00
Aaron Train 29fa49ff12
No issue: add Android Emulator action for contributor PRs (#18901) 2021-04-21 10:20:34 -04:00
Stefan Arentz 056326904b
Update the sync-strings workflow (#19149) 2021-04-20 22:42:45 -04:00
Stefan Arentz 118f53d6d7
Run the sync-strings workflow daily at 2am (#19148) 2021-04-20 22:16:13 -04:00
Stefan Arentz 5db2f7568f Fixes #18995 - Upgrade the sync-strings action to v1.0.1 2021-04-13 21:47:52 +04:00
Stefan Arentz e8d405b48f
Workflow to sync strings (#18965) 2021-04-12 21:50:06 -04:00
Stefan Arentz e63bcfc35d
Do not the contributor workflow for MickeyMoz (#18125) 2021-02-24 09:12:30 -05:00
sarentz 1989d20ff6
Only run the build-contributor-pr workflow on forks (#18082) 2021-02-19 10:26:51 -05:00
Stefan Arentz 6270c8da8c
Workflow to build contributor PRs (#17843) 2021-02-18 12:02:52 -05:00
amedyne e1d6fa527c
Add configuration file for probot-stale - https://github.com/probot/stale (#17801)
* Create stale.yml

* Update stale.yml

* Update stale.yml
2021-02-04 09:53:58 -05:00
amedyne 4f770e9792
Update ---bug-report.md (#17660)
Update Bug report template
2021-01-27 16:53:04 -05:00
Johan Lorenzo ade23eb39c
Update release checklist to now include steps regarding shipit (#16918) 2020-12-16 13:13:36 -05:00
Stefan Arentz 5d598573fc
Create update-ac.yml workflow (#16974) 2020-12-10 16:47:00 -05:00
Michael Comella 94bbf90f3c No issue: move TestStrictModeManager to perf sub package. 2020-11-13 16:07:59 -08:00
Michael Comella 99600247bb No issue: move relevant files in :mozilla-lint-rules to perf pkg. 2020-11-13 16:07:59 -08:00
Michael Comella c647679e4d No issue: move relevant :mozilla-detekt-rules to perf/ pkg. 2020-11-13 16:07:59 -08:00
Michael Comella 346f85868e No issue: perf code owner all /perf/ src dir.
Our previous strategy was to code owner all the specific files we should
own but that's fragile and unreasonable. This is simpler. We expect
there will still be edge cases that live outside these directories (e.g.
*Application*kt).
2020-11-13 16:07:59 -08:00
Michael Comella 72ab058551 For #16376: move Startup*Test to perf pkg under code owners.
Instead of listing many different files here, we should just put them in
/perf/ packages and code owner them.
2020-11-13 15:39:06 -08:00
liuche 0b37625695
update release checklist (#16383) 2020-11-06 15:55:22 -08:00