2
0
mirror of https://github.com/fork-maintainers/iceraven-browser synced 2024-10-27 15:46:27 +00:00
Commit Graph

62 Commits

Author SHA1 Message Date
Justin Wood
31c5947a85 [fenix] Bug 1610725 - Support Action Tasks in CoT for Fenix. r=jlorenzo
I think this should be all we need to support CoT for Fenix actions.

This patch removes `parameters` from the yml in favor of `push` based
on the taskgraph changes that need to happen.
2020-02-07 17:55:43 +01:00
Mike Hommey
dfc500a893 [fenix] Bump taskgraph to latest revision (https://github.com/mozilla-mobile/fenix/pull/8137)
* Bump taskgraph to latest revision

* Change Flank url

The repository moved from github.com/TestArmada/flank to
github.com/Flank/flank, and the curl command in the ui-tests Dockerfile
currently fails because of the redirection.
2020-02-05 22:22:23 -05:00
Johan Lorenzo
48ba5583b5 [fenix] Bug 1568466 - part 2: Fix cron routes 2019-12-20 15:05:04 +01:00
Johan Lorenzo
29ac14dda7 [fenix] Bug 1568466 - part 1: Make .taskcluster.yml support action hooks 2019-12-20 11:29:24 +01:00
Johan Lorenzo
f5febb8ac3 [fenix] Bug 1589684 - Let taskgraph handle params["head_tag"] (https://github.com/mozilla-mobile/fenix/pull/6116) 2019-12-19 10:37:52 -05:00
Sawyer Blatz
29e8153aef [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/6139: Removes bors (https://github.com/mozilla-mobile/fenix/pull/7247)
I'm sorry, Dave, I'm afraid I can't do that.
2019-12-17 11:31:31 -06:00
Johan Lorenzo
056b94fb85 [fenix] Bug 1587765 - Support UTF-8 characters in commit messages 2019-11-26 14:44:41 +01:00
Johan Lorenzo
02c9d0f2ca [fenix] Bug 1595808 - Bump taskgraph to the latest revision 2019-11-14 13:16:06 +01:00
Mihai Tabara
689623e3f9 [fenix] Point taskgraph to tip of the repo 2019-11-11 18:20:06 +01:00
Mihai Tabara
1b8cbd9dc7 [fenix] Adjust the URL 2019-11-11 17:40:20 +01:00
Mitchell Hentges
f0afbab51a [fenix] Switch to aws-provider worker types (https://github.com/mozilla-mobile/fenix/pull/6501) 2019-11-08 14:09:30 -08:00
Johan Lorenzo
ecfb19ad4d [fenix] For https://github.com/mozilla-mobile/fenix/issues/5382: Fix cron jobs which were not scheduled anymore 2019-10-11 15:16:28 +02:00
Sawyer Blatz
c7f57ab34c [fenix] For https://github.com/mozilla-mobile/fenix/issues/5382: Updates bors bot integration with Taskcluster (https://github.com/mozilla-mobile/fenix/pull/5929) 2019-10-10 07:36:19 -07:00
Mitchell Hentges
20d5807deb [fenix] Filter github release events for "publishes" (https://github.com/mozilla-mobile/fenix/pull/5719) 2019-10-08 14:16:00 -07:00
Johan Lorenzo
dcf76277c2 [fenix] Bug 1580778 - Rename GIT_TAG into MOBILE_HEAD_TAG and export it as a param (https://github.com/mozilla-mobile/fenix/pull/5564) 2019-10-02 11:05:56 +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
Johan Lorenzo
a6dec046ea [fenix] Restrict Taskcluster to collaborators on PR (https://github.com/mozilla-mobile/fenix/pull/4996) 2019-08-28 14:16:04 -05:00
Johan Lorenzo
4793fd2226 [fenix] Revert "Temporarilly run raptor jobs on PRs"
This reverts commit bd9ff938e79b0cabc5a142f18503284c3dfa3e4d.
2019-08-05 18:52:05 +02:00
Johan Lorenzo
51645dd61b [fenix] Temporarilly run raptor jobs on PRs 2019-08-05 18:52:05 +02:00
Johan Lorenzo
deedd56be4 [fenix] Do not notify the perf sheriff team anymore when the raptor decision task fails. Also be clearer about who should look into the failure first 2019-08-05 18:52:05 +02:00
Johan Lorenzo
dfcf5b1c50 [fenix] .taskcluster.yml: Extract project name in a constant 2019-08-05 18:52:05 +02:00
Mitchell Hentges
adf0089d60 [fenix] Re-runs PR on title being changed (https://github.com/mozilla-mobile/fenix/pull/4172) 2019-07-19 11:21:03 -07:00
Johan Lorenzo
edb289fa7f [fenix] Expose Chain of Trust variable on PRs 2019-07-19 13:54:54 -04: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
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
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
b5a6dbe0da [fenix] Notify raptor team when decision task fails 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
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
Michael Droettboom
0b54f252f5 [fenix] Only run task on master 2019-05-23 08:14:36 -07:00
Michael Droettboom
7c66342ab3 [fenix] Add pull request scope 2019-05-23 08:14:36 -07:00
Mitchell Hentges
f9fc741a20 [fenix] Fixes trust_level expression (https://github.com/mozilla-mobile/fenix/pull/2373) 2019-05-09 13:46:34 +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
Mihai Tabara
24a4110e37 [fenix] Bug 1547928 - ensure release graphs are not triggered but for publishing events (https://github.com/mozilla-mobile/fenix/pull/2347) 2019-05-08 17:22:39 +00: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
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
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
9237bbf14d [fenix] Fix branch in indexes 2019-04-02 13:52:47 -05:00
Johan Lorenzo
f26a17e57a [fenix] Add missing nightly decision job on Treeherder 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
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
f0b1b0b08e [fenix] Refactor decision_task.py to match android-components' 2019-04-02 13:36:35 +02:00
Johan Lorenzo
d1824f6fea [fenix] Bug 1533791 - Assume decision task scopes instead of redefining them 2019-03-19 15:23:57 -05:00