Граф коммитов

150 Коммитов

Автор SHA1 Сообщение Дата
Tom Prince fc3ae614bc No bug: Update links to hg.mozilla.org to use `default` instead of `tip` in `taskcluster/`; r=Callek
The latter sometimes bites us if we have a legacy support branch that gets
pushed more recently than default.

Differential Revision: https://phabricator.services.mozilla.com/D82628
2020-07-08 18:41:17 +00:00
Tom Prince 909e7275e8 Bug 1648591: Remove taskgraph based cron implementation; r=aki
Differential Revision: https://phabricator.services.mozilla.com/D81270
2020-07-07 16:04:00 +00:00
Gregory Mierzwinski 23288e112e Bug 1649641 - Re-enable live site Fenix tests. r=perftest-reviewers,Bebe
Differential Revision: https://phabricator.services.mozilla.com/D81786
2020-07-01 09:24:15 +00:00
Andi-Bogdan Postelnicu 68409df6ba Bug 1648709 - run `Coverity Static Analysis` on `mozilla-central` once per day. r=sylvestre
Right now we are running `Coverity Static Analysis` for each merge to `mozilla-central`,
this is suboptimal since the resources required to do so are very expensive. It's
enough to run it once a day.

Differential Revision: https://phabricator.services.mozilla.com/D81510
2020-06-29 12:44:51 +00:00
Andrew Creskey 76d2dabaea Bug 1648183 - Disable live site testing for 1 day, or otherwise disable telemetry pings r=davehunt
Disabling these unsheriffed tests to determine if they are causing the spikes in new users that telemetry reveals.

Differential Revision: https://phabricator.services.mozilla.com/D81326
2020-06-26 16:59:38 +00:00
Justin Wood f66f5a235e Bug 1646588 - Add esr78 support. r=aki
Differential Revision: https://phabricator.services.mozilla.com/D79731
2020-06-18 19:57:20 +00:00
Gregory Mierzwinski 83d3f92844 Bug 1644993 - Add a non-standard prefix field to mozperftest data. r=mozperftest-reviewers,tarek
This patch adds a prefix field to the mozperftest perfherder data. This is a non-standard data field so the performance-artifact-schema.json file isn't modified to include it.

Differential Revision: https://phabricator.services.mozilla.com/D79296
2020-06-11 14:38:53 +00:00
Gregory Mierzwinski 008827b6ac Bug 1638376 - Run recorded sites as live sites once a week. r=perftest-reviewers,alexandru.irimovici
This patch enables a new cron job that runs our recorded sites as live sites once a week through browsertime so we can continuously monitor how well our recordings match with what page the user is seeing.

Differential Revision: https://phabricator.services.mozilla.com/D75575
2020-05-26 11:20:27 +00:00
Tarek Ziadé c84c8756b8 Bug 1637231 - add applink tests r=acreskey
Adds tests for applink for gve/fenix on p2/g5

Differential Revision: https://phabricator.services.mozilla.com/D75097
2020-05-14 13:01:59 +00:00
Tom Prince a209b9b948 Bug 1630009: Re-use on-push builds for generating conditioned profiles; r=jmaher
Generating conditioned profiles needs builds, but there is no reason not to use
the on-push builds for them. This makes the cron task that regenerates the
profiles re-use the on-push tasks, but ensure the conditioned profiles are
regenerated.

Differential Revision: https://phabricator.services.mozilla.com/D70929

--HG--
extra : moz-landing-system : lando
2020-04-14 20:23:14 +00:00
Julien Cristau 4e7d5426f7 Bug 1622302 - kick off automated beta builds at 02:00 UTC instead of 04:00. DONTBUILD r=jlorenzo
Differential Revision: https://phabricator.services.mozilla.com/D66789

--HG--
extra : moz-landing-system : lando
2020-03-23 16:17:09 +00:00
Simon Fraser ae80827888 Bug 1619944 Migrate partials and pipfile-updates to use requirements.txt r=bhearsum
Differential Revision: https://phabricator.services.mozilla.com/D65323

--HG--
rename : taskcluster/ci/pipfile-update/kind.yml => taskcluster/ci/python-dependency-update/kind.yml
rename : taskcluster/docker/pipfile-updates/Dockerfile => taskcluster/docker/python-dependency-update/Dockerfile
rename : taskcluster/docker/pipfile-updates/README.md => taskcluster/docker/python-dependency-update/README.md
rename : taskcluster/docker/pipfile-updates/runme.sh => taskcluster/docker/python-dependency-update/runme.sh
rename : taskcluster/docker/pipfile-updates/scripts/update_pipfiles.sh => taskcluster/docker/python-dependency-update/scripts/update_pipfiles.sh
rename : taskcluster/docker/pipfile-updates/setup.sh => taskcluster/docker/python-dependency-update/setup.sh
rename : taskcluster/taskgraph/transforms/pipfile_update.py => taskcluster/taskgraph/transforms/python_update.py
extra : moz-landing-system : lando
2020-03-05 13:49:24 +00:00
Ciure Andrei 6fb6ae2327 Backed out changeset 7e16fe72804a (bug 1619944) for causing gecko decision bustage CLOSED TREE
--HG--
rename : taskcluster/ci/python-dependency-updates/kind.yml => taskcluster/ci/pipfile-update/kind.yml
rename : taskcluster/docker/python-dependency-update/Dockerfile => taskcluster/docker/pipfile-updates/Dockerfile
rename : taskcluster/docker/python-dependency-update/README.md => taskcluster/docker/pipfile-updates/README.md
rename : taskcluster/docker/python-dependency-update/runme.sh => taskcluster/docker/pipfile-updates/runme.sh
rename : taskcluster/docker/python-dependency-update/scripts/update_pipfiles.sh => taskcluster/docker/pipfile-updates/scripts/update_pipfiles.sh
rename : taskcluster/docker/python-dependency-update/setup.sh => taskcluster/docker/pipfile-updates/setup.sh
rename : taskcluster/taskgraph/transforms/python_update.py => taskcluster/taskgraph/transforms/pipfile_update.py
2020-03-05 13:05:34 +02:00
Simon Fraser c8f4578a7f Bug 1619944 Migrate partials and pipfile-updates to use requirements.txt r=bhearsum
Differential Revision: https://phabricator.services.mozilla.com/D65323

--HG--
rename : taskcluster/ci/pipfile-update/kind.yml => taskcluster/ci/python-dependency-updates/kind.yml
rename : taskcluster/docker/pipfile-updates/Dockerfile => taskcluster/docker/python-dependency-update/Dockerfile
rename : taskcluster/docker/pipfile-updates/README.md => taskcluster/docker/python-dependency-update/README.md
rename : taskcluster/docker/pipfile-updates/runme.sh => taskcluster/docker/python-dependency-update/runme.sh
rename : taskcluster/docker/pipfile-updates/scripts/update_pipfiles.sh => taskcluster/docker/python-dependency-update/scripts/update_pipfiles.sh
rename : taskcluster/docker/pipfile-updates/setup.sh => taskcluster/docker/python-dependency-update/setup.sh
rename : taskcluster/taskgraph/transforms/pipfile_update.py => taskcluster/taskgraph/transforms/python_update.py
extra : moz-landing-system : lando
2020-03-04 17:47:49 +00:00
Mihai Tabara c8f8193411 Bug 1612540 - bake geckoview in the push phase of releases. r=jlorenzo
Bug 1612540 - bake geckoview in the push phase of releases. r=jlorenzo

Differential Revision: https://phabricator.services.mozilla.com/D62065

--HG--
extra : moz-landing-system : lando
2020-02-11 11:10:42 +00:00
Emilio Cobos Álvarez ba91f816df Bug 1613085 - Don't run Searchfox jobs on ash. r=asuth
Differential Revision: https://phabricator.services.mozilla.com/D61564

--HG--
extra : moz-landing-system : lando
2020-02-05 23:57:33 +00:00
Tom Prince 72c1349721 Bug 1596775: Run system-symbols task daily; r=glandium
Differential Revision: https://phabricator.services.mozilla.com/D55330

--HG--
extra : moz-landing-system : lando
2019-12-11 10:14:31 +00:00
Andrew Halberstadt 4e51876f56 Bug 1600904 - [lint.yaml] Fix Python 3 related error and the issues that snuck in because of it, r=sylvestre
Differential Revision: https://phabricator.services.mozilla.com/D55798

--HG--
extra : moz-landing-system : lando
2019-12-10 19:18:31 +00:00
Justin Wood c421c75d1c Bug 1597110 - define in-tree cron job for scheduling action tasks for starting an automatic release. r=mtabara,rail
Differential Revision: https://phabricator.services.mozilla.com/D54370

--HG--
extra : moz-landing-system : lando
2019-11-29 15:10:42 +00:00
Nick Thomas 341fd8d73a Bug 1598436 - add nightly bouncer checks to cron, r=aki
Depends on D54657

Differential Revision: https://phabricator.services.mozilla.com/D54658

--HG--
extra : moz-landing-system : lando
2019-11-26 04:01:49 +00:00
Nick Thomas c7bf333201 Bug 1598436 - add ESR bouncer checks to cron, r=aki
Fixes up ESR bouncer aliases now that ESR60 is EOL.
Adds check for latest products used by www.mozilla.org.
Enables the cron checks.
Fixes up a script error which meant we weren't checking all partial platforms in release automation.

Depends on D54656

Differential Revision: https://phabricator.services.mozilla.com/D54657

--HG--
extra : moz-landing-system : lando
2019-11-27 02:53:21 +00:00
Aki Sasaki bf83843fa9 Bug 1481916 - add l10n-bumper task. r=Callek,tomprince
Differential Revision: https://phabricator.services.mozilla.com/D53116

--HG--
extra : moz-landing-system : lando
2019-11-22 23:57:25 +00:00
Ciure Andrei 287dcbd1bb Backed out changeset 11f48aaae955 (bug 1481916) for causing l10 bumper exceptions CLOSED TREE 2019-11-19 23:45:43 +02:00
Aki Sasaki fedc28edd3 Bug 1481916 - add l10n-bumper task. r=Callek
Differential Revision: https://phabricator.services.mozilla.com/D53116

--HG--
extra : moz-landing-system : lando
2019-11-18 18:21:58 +00:00
Ryan VanderMeulen 19d7241098 Bug 1590150 - Turn off ESR60 cron jobs. r=tomprince
Differential Revision: https://phabricator.services.mozilla.com/D49962

--HG--
extra : moz-landing-system : lando
2019-10-22 21:21:49 +00:00
Emilio Cobos Álvarez 7df8892bb8 Bug 1578495 - Run searchfox jobs on ash. r=asuth
I think this is the only mozilla-central patch that is needed at all.

The rest should be just searchfox configuration which I'm testing atm.

Differential Revision: https://phabricator.services.mozilla.com/D48256

--HG--
extra : moz-landing-system : lando
2019-10-06 20:00:09 +00:00
Gregory Mierzwinski cecd7f36da Bug 1583650 - Add general performance testing cron task. r=perftest-reviewers,davehunt
This patch modifies the existing android_power_testing cron task to make it a more general performance testing task that runs a set of tests 3 times a week. The tests that will be running in this task are all chrome, chromium, android CPU+memory, and android power tests.

Differential Revision: https://phabricator.services.mozilla.com/D47140

--HG--
extra : moz-landing-system : lando
2019-09-27 15:51:46 +00:00
Geoff Brown 66b180e290 Bug 1577037 - Stop running all Fennec performance tests; r=perftest-reviewers,stephendonner,sparky,Bebe
Stop running all Raptor tests that run against Fennec. Raptor tests running
against geckoview and geckoview products continues.

Differential Revision: https://phabricator.services.mozilla.com/D44511

--HG--
extra : moz-landing-system : lando
2019-09-23 16:49:29 +00:00
Tarek Ziadé c6736e8bc9 Bug 1581819 - flip the cron job to build conditioned profiles daily r=dustin
Adds a cron to run the conditioned profiles

Differential Revision: https://phabricator.services.mozilla.com/D46148

--HG--
extra : moz-landing-system : lando
2019-09-17 14:23:55 +00:00
Aki Sasaki 5f909786ca Bug 1576729 - disable ship-geckoview on release to stop failure email spam r=aryx p=aki
Differential Revision: https://phabricator.services.mozilla.com/D43582

--HG--
extra : moz-landing-system : lando
2019-08-27 09:29:03 +00:00
Marian Raiciof 10570b80e6 Bug 1568232 - Run raptor cold page-load test job on fenix and refbrow. r=perftest-reviewers,davehunt
Run fenix and refbrow raptor cold page-load tests once a day, through cron, at 3 AM.

Differential Revision: https://phabricator.services.mozilla.com/D39485

--HG--
extra : moz-landing-system : lando
2019-07-31 16:31:42 +00:00
Kartikaya Gupta 80a7def982 Bug 1565630 - Do searchfox C++/Rust indexing on ESR68. r=RyanVM
Differential Revision: https://phabricator.services.mozilla.com/D38084

--HG--
extra : moz-landing-system : lando
2019-07-15 17:55:20 +00:00
Johan Lorenzo 188564c0a6 Bug 1564450 - Rename nightly-geckoview hook into ship-geckoview and ship GV beta automatically r=Callek
Differential Revision: https://phabricator.services.mozilla.com/D37430

--HG--
extra : moz-landing-system : lando
2019-07-11 08:32:17 +00:00
Tom Prince d224c8362f Bug 1562628: Run the periodic file update cron job on ESR68; r=bhearsum
It turns out there are two places that need to be updated, remove one
of them, and update the other.

Differential Revision: https://phabricator.services.mozilla.com/D36975

--HG--
extra : moz-landing-system : lando
2019-07-05 13:04:29 +00:00
Gregory Mierzwinski e6c7c808a0 Bug 1563296 - Run android power tests once a week with cron. r=perftest-reviewers,AlexandruIonescu,tomprince
With this patch, all android power tests (idle, idle-bg, and speedometer) will only run once a week, through cron, on saturday.

Differential Revision: https://phabricator.services.mozilla.com/D36827

--HG--
extra : moz-landing-system : lando
2019-07-04 17:38:12 +00:00
Tom Prince e8f36b7561 Bug 1562628: Run the periodic file update cron job on ESR68; r=RyanVM
Differential Revision: https://phabricator.services.mozilla.com/D36787

--HG--
extra : moz-landing-system : lando
2019-07-03 16:36:40 +00:00
alexandru.ionescu 3929203d54 Bug 1554608 Schedule raptor fennec v64 tests in CI r=dustin,tomprince
Ran locally `./mach taskgraph cron --head-repository=https://hg.mozilla.org/mozilla-central --project=mozilla-central --level=1` and got no errors:
```
 0:00.54 using current time for params['time']; try setting $CRON_TIME to a timestamp
 0:00.54 calculated cron schedule time is 2019-05-27 09:30:00
 0:00.56 not running cron job bouncer-check
 0:00.56 not running cron job chromium-update
 0:00.56 not running cron job customv8-update
 0:00.56 not running cron job nightly-android
 0:00.56 not running cron job nightly-desktop
 0:00.56 not running cron job nightly-desktop-linux
 0:00.56 not running cron job nightly-desktop-osx
 0:00.56 not running cron job nightly-desktop-win32
 0:00.56 not running cron job nightly-desktop-win64
 0:00.56 not running cron job nightly-desktop-win64-aarch64
 0:00.56 not running cron job periodic-update
 0:00.56 not running cron job pipfile-update
 0:00.56 not running cron job searchfox-index
** 0:00.56 not running cron job tp6m-fennec-v64**
```
Feel free to add to this review whoever is relevant.

Differential Revision: https://phabricator.services.mozilla.com/D32674

--HG--
extra : moz-landing-system : lando
2019-06-03 13:59:18 +00:00
Johan Lorenzo 146c55b287 Bug 1553853 - Rename "nightly-android" hooks to "nightly-geckoview" r=Callek
Differential Revision: https://phabricator.services.mozilla.com/D32968

--HG--
extra : moz-landing-system : lando
2019-05-30 23:48:20 +00:00
Sebastian Hengst 7de15b6d02 Bug 1538560 - disable cron job to run mochitest valgrind tasks because they permafail r=gbrown
Differential Revision: https://phabricator.services.mozilla.com/D25564

--HG--
extra : moz-landing-system : lando
2019-04-01 15:08:44 +00:00
Tom Prince 9a8aaa635c Bug 1352113: Re-use builds from push graph in nightly graphs; r=Callek
This will avoid needing to rebuild the shippable builds are part of nightly
graphs, while we work on nightly promotion.

Differential Revision: https://phabricator.services.mozilla.com/D24968

--HG--
extra : moz-landing-system : lando
2019-03-27 19:42:46 +00:00
Tom Prince 96ce661a2f Bug 1488313: [taskgraph] Reuse on-push build in nightly valgrind graphs; r=dustin
Differential Revision: https://phabricator.services.mozilla.com/D13152

--HG--
extra : moz-landing-system : lando
2019-03-27 16:52:39 +00:00
Tom Prince 7086fcdc94 Bug 1535057: Always re-fetch chromium in cron; r=aki
We have a cron job to update the chromium, but the tasks were getting optimized
away. Force the target tasks for the cron job to always run.

Differential Revision: https://phabricator.services.mozilla.com/D23380

--HG--
extra : moz-landing-system : lando
2019-03-13 20:05:24 +00:00
Kartikaya Gupta 5a6994330a Bug 1533801 - Run the searchfox jobs on beta and release. r=emilio
Differential Revision: https://phabricator.services.mozilla.com/D22733

--HG--
extra : moz-landing-system : lando
2019-03-08 21:51:56 +00:00
Gregory Mierzwinski 153a327822 Bug 1476372 - Add fetch tasks for raptor chromium builds. r=rwood,glandium,tomprince
Differential Revision: https://phabricator.services.mozilla.com/D21372

--HG--
extra : moz-landing-system : lando
2019-03-06 19:45:34 +00:00
Tom Prince bce106f4b1 Bug 1514087: [taskgraph] Add an option to not optimize target tasks in cron graphs; r=dustin
This allows the target tasks to include cached tasks, which by default, get
optimized out of the graph on on-`try` branches.

Differential Revision: https://phabricator.services.mozilla.com/D15278

--HG--
extra : moz-landing-system : lando
2018-12-26 14:43:34 +00:00
Gregory Mierzwinski 9bd9aae4e4 Bug 1514087 - Rebuild custom d8 on a regular basis. r=jmaher
This patch adds a cron task to regularly schedule an update to the custom d8/v8 version in use in jsshell benchmarks.

Differential Revision: https://phabricator.services.mozilla.com/D15256

--HG--
extra : moz-landing-system : lando
2018-12-22 19:55:10 +00:00
Tom Prince 66c1cbfca6 Bug 1514407 [win64-aarch64] Add a win64-aarch64 nightly cron target; r=aki
Differential Revision: https://phabricator.services.mozilla.com/D14660

--HG--
extra : moz-landing-system : lando
2018-12-17 21:17:39 +00:00
Kartikaya Gupta 001b806ca8 Bug 1503547 - Move searchfox indexing jobs a half hour earlier to match nightly build times. r=mccr8
Differential Revision: https://phabricator.services.mozilla.com/D10557

--HG--
extra : moz-landing-system : lando
2018-11-01 15:37:07 +00:00
Eric Rahm 786c566acf Bug 1497774 - Remove the nightly dmd task. r=glandium
We no longer need a separate nightly task for dmd since it's now enabled by default in nightly m-c builds.

--HG--
extra : rebase_source : d76a27f839055e7af9467f316d5392c269d66112
2018-10-10 13:29:20 -07:00
Simon Fraser 8bd61a2e25 Bug 1492639 Add destination checks to bouncer validation r=mtabara
Reviewers: mtabara

Reviewed By: mtabara

Subscribers: bhearsum, sfraser, catlee, mtabara

Tags: #secure-revision, #bmo-releng-security

Bug #: 1492639

Differential Revision: https://phabricator.services.mozilla.com/D8189

--HG--
extra : rebase_source : aee00eb82e67ac028238470e29b462f324c177b4
2018-10-10 15:00:18 +01:00
Simon Fraser 191e6758c8 Bug 1493071 Rename bouncer_check cron task r=mtabara
Differential Revision: https://phabricator.services.mozilla.com/D6660

--HG--
rename : taskcluster/ci/bouncer-check/kind.yml => taskcluster/ci/cron-bouncer-check/kind.yml
extra : moz-landing-system : lando
2018-09-24 16:01:45 +00:00
Brindusan Cristian b290c83698 Backed out changeset 3c7a1fb33462 (bug 1493071) for breaking Gecko Decision Task. CLOSED TREE
--HG--
rename : taskcluster/ci/cron-bouncer-check/kind.yml => taskcluster/ci/bouncer-check/kind.yml
2018-09-24 17:35:56 +03:00
Simon Fraser fdd100e40d Bug 1493071 Rename bouncer_check cron task r=mtabara
Differential Revision: https://phabricator.services.mozilla.com/D6660

--HG--
rename : taskcluster/ci/bouncer-check/kind.yml => taskcluster/ci/cron-bouncer-check/kind.yml
extra : moz-landing-system : lando
2018-09-24 13:14:57 +00:00
Ben Hearsum 5512ec1b22 Bug 1477021 - Schedule pipfile updates to run once per week. r=sfraser
Differential Revision: https://phabricator.services.mozilla.com/D2467

--HG--
extra : moz-landing-system : lando
2018-07-27 15:12:36 +00:00
Simon Fraser f0343935e5 Bug 1469803 Update cron bouncer check to use product-details r=rail
Differential Revision: https://phabricator.services.mozilla.com/D1883

--HG--
extra : moz-landing-system : lando
2018-06-29 18:41:42 +00:00
Simon Fraser 371a4da3a0 Bug 1469803 Separate bouncer-check for cron tests r=mtabara
We shouldn't run this on central, as it falls back to the dev configs, and fails.
It should be fine on beta/release/esr60. I had to move this version of the check to its own
kind to avoid the dependency tree bringing in the entire build process. Perhaps we can
refactor later to avoid duplication

Differential Revision: https://phabricator.services.mozilla.com/D1765

--HG--
rename : taskcluster/ci/release-bouncer-check/kind.yml => taskcluster/ci/bouncer-check/kind.yml
2018-06-27 07:34:19 +00:00
Simon Fraser d62149f8d1 Bug 1467440 Allow periodic file updates on beta/release/esr60 r=RyanVM
Differential Revision: https://phabricator.services.mozilla.com/D1635
2018-06-12 18:20:08 +00:00
Simon Fraser 3539c7c2ef Bug 1466552 Automated file updates for beta/release r=RyanVM
Enable blocklist.xml (and remote-settings, per bug 1451040) for release, and all updates for beta.

Differential Revision: https://phabricator.services.mozilla.com/D1529
2018-06-04 15:30:57 +00:00
Simon Fraser b34aecb22e Bug 1436369 Run blocklist updates on mozilla-beta r=jlorenzo
Summary:
the blocklist and remote-settings changes need to happen on beta,
but not the hsts/hpkp updates, so we have to split out the control of what
runs by project.

Reviewers: jlorenzo

Reviewed By: jlorenzo

Bug #: 1436369

Differential Revision: https://phabricator.services.mozilla.com/D1487

--HG--
extra : rebase_source : 19ccbb67b880ee7bd2dc2a37325dd70de635abad
2018-06-01 14:13:44 +01:00
Simon Fraser ca8ab37a03 Bug 1464816 Run periodic file updates on mozilla-esr60 r=ryanvm
Summary:
I've copied the m-c schedule, as the task sometimes
fails with timeouts. This does add to the releaseduty workload,
until automatic landing is operational.

Reviewers: RyanVM

Reviewed By: RyanVM

Bug #: 1464816

Differential Revision: https://phabricator.services.mozilla.com/D1438

--HG--
extra : rebase_source : 5612fe436d2f44f4d06f21436051256e4052cc43
2018-05-29 17:38:14 +02:00
Dustin J. Mitchell 8b89b31d17 Bug 1462294 - remove unused date branch; r=Pike
MozReview-Commit-ID: LLUWpPiDOcI

--HG--
extra : rebase_source : 14bdefd2e6871df3a3231f83ed4a06f9f1896d3a
2018-05-17 13:30:19 +00:00
Tom Prince 8ae52f6885 Bug 1456379: Remove references to `date` branch; r=aki
Differential Revision: https://phabricator.services.mozilla.com/D1028

--HG--
extra : rebase_source : d25e21bd7c0140392efdecf01fa3bd879a8a9779
2018-01-23 14:48:27 -07:00
Simon Fraser 2669c0ee74 Bug 1453703 Reschedule periodic file updates r=Callek
Reviewers: Callek, catlee

Reviewed By: Callek

Bug #: 1453703

Differential Revision: https://phabricator.services.mozilla.com/D923

--HG--
extra : rebase_source : 1c2ee4ef02f63a7f2f50622d24f2b95debb18abf
2018-04-13 14:27:30 +01:00
Bill McCloskey 45299a7808 Bug 1418188 - Run Searchfox indexing in TaskCluster on a daily basis (r=dustin,chmanchester)
MozReview-Commit-ID: FKrA8ejwuic
2017-11-23 07:25:12 -08:00
Bill McCloskey e00b31adbc Revert "Bug 1418188 - Run Searchfox indexing in TaskCluster on a daily basis (r=dustin,chmanchester)"
This reverts commit ae02e7fc64ac3c3faa991cee297defdf69643101.
2017-11-22 15:17:11 -08:00
Bill McCloskey 6e72ea5d62 Bug 1418188 - Run Searchfox indexing in TaskCluster on a daily basis (r=dustin,chmanchester)
MozReview-Commit-ID: FKrA8ejwuic
2017-11-22 14:33:50 -08:00
Justin Wood 86e307e4ca No Bug - Move periodic file update start time earlier, to reflect when buildbot used to run. r=me
MozReview-Commit-ID: APAL0xH5Bak

--HG--
extra : rebase_source : 832b6d4c9652d7e7bf5edfc70e07864d8894e05d
2017-10-20 11:17:50 -04:00
Justin Wood 1a5224f143 Bug 1402457 - fix the file update target task to not schedule the world. r=aki
for: Run buildbot's periodic_file_update job scheduled via taskcluster.

I messed up thinking this was filter-out not filter in the target task method.
I'm also renaming the target_task method in order to avoid these decision jobs
from needing to contact balrog for partial data (because it had 'nightly' in the
target task name.

MozReview-Commit-ID: 3uetnWG4vnW

--HG--
extra : rebase_source : 82dc838d23e02ae2ea515416a29bb0b491c053b9
2017-10-06 14:01:43 -04:00
Ryan VanderMeulen 81e647fcd5 Bug 1402457 - Disable the TC periodic-update cron job due to more work being scheduled than expected. r=Callek, a=me 2017-09-29 11:15:09 -04:00
Justin Wood 37e815dba6 Bug 1402457 - Actually schedule periodic file updates. r=dustin
MozReview-Commit-ID: BJsNs86kNJu

--HG--
extra : rebase_source : 01ca41ba33c78032b1bde1cccf1f04aba3070fb0
2017-09-25 14:14:59 -04:00
Aki Sasaki 8e1e18faf2 bug 1349227 - 2 nightlies per day on m-c. r=catlee DONTBUILD 2017-08-29 16:01:14 -07:00
Justin Wood 5b369e18a4 Bug 1387862 - Lint taskcluster's cron.yml file, fixup lint errors. r=dustin
We should have CI Lint YAML files in the tree.

MozReview-Commit-ID: 758kdSddjJN

--HG--
extra : rebase_source : d538b8400a92d14ab6b397f33327619e885106cc
2017-08-06 13:35:27 -04:00
Sebastian Hengst 88b3637c8c Backed out changeset c13bd0798514 (bug 1387862) 2017-08-10 14:29:54 +02:00
Justin Wood 687c9e4240 Bug 1387862 - Lint taskcluster's cron.yml file, fixup lint errors. r=dustin
We should have CI Lint YAML files in the tree.

MozReview-Commit-ID: 758kdSddjJN

--HG--
extra : rebase_source : 8c8d55ea55737a5c2faca9f91478c72296c881b7
2017-08-06 13:35:27 -04:00
Ryan VanderMeulen 24396489e3 Backed out 7 changesets (bug 1387862) for yaml linting failures.
Backed out changeset 63f87f6db7d6 (bug 1387862)
Backed out changeset a85b7e7d9f24 (bug 1387862)
Backed out changeset 3713ea9672e8 (bug 1387862)
Backed out changeset 22c1094e387f (bug 1387862)
Backed out changeset e0bfb35b0eec (bug 1387862)
Backed out changeset 5bb5dc7655ec (bug 1387862)
Backed out changeset cc4c01794114 (bug 1387862)
2017-08-09 21:31:30 -04:00
Justin Wood 0985529c39 Bug 1387862 - Lint taskcluster's cron.yml file, fixup lint errors. r=dustin
We should have CI Lint YAML files in the tree.

MozReview-Commit-ID: 758kdSddjJN

--HG--
extra : rebase_source : f057b0ce281adb67a156235b051a371a252bd22c
2017-08-06 13:35:27 -04:00
Aki Sasaki 8bd3628595 bug 1388581 - split win32/win64 nightly hooks. r=Callek
MozReview-Commit-ID: 8Gr8Cu9SLXQ

--HG--
extra : rebase_source : e44f938725ed66a5016deb0aa2973eb9e33c8cbc
2017-08-08 18:04:18 -07:00
Justin Wood 8196201b3b bug 1384794 - Don't schedule win nightlies explicitly, because we are scheduling all desktop at once now. r=aki a=bustage
--HG--
extra : amend_source : f1f7036121896f1bc949cee81df74bcffbd91da7
2017-07-27 21:14:48 -04:00
Aki Sasaki e36db901ee bug 1384794 - single hook for tc desktop nightlies (unify buildids) r=callek DONTBUILD
MozReview-Commit-ID: A0yzLvh9x3U

--HG--
extra : rebase_source : f67f2692101070d71dea82ada2d14f94b95e7c11
extra : histedit_source : 2a3e1eee7da54e612ff94fde8efe4b388f490bcc
2017-07-27 09:23:41 -07:00
Justin Wood ad093e98f4 Bug 1383257 - Schedule windows nightlies via cron. r=kmoir a=Tomcat
for: Land changes to flip windows nightlies on, and to tier 1 on central

MozReview-Commit-ID: 62cpCHbYN5Y

--HG--
extra : rebase_source : cf5dedc1e3b71ca1a723e94c41a0970c34cdebd1
extra : histedit_source : c0c8ca528392649e0b2c32196e176fca9b65067d
2017-07-25 15:58:16 -04:00
Justin Wood 9da4609bc2 Bug 1381577 - Part B; Rename the nightly win64 hook to just nightly, support win32. r=dustin
Land date changes to support windows nightlies onto central

MozReview-Commit-ID: 6q7XwWTeXwo

--HG--
extra : rebase_source : aa5522dc98dcd1d606021843da3c72b511e92749
2017-07-17 14:50:21 -04:00
Chris AtLee 7bed4f1a85 Bug 1371038: Add configs for doing DMD builds r=Callek
This adds the mozconfigs, mozharness configs and taskcluster changes required
to create optimized DMD builds for linux64, win32, win64 and macosx64.

These builds will happen nightly on mozilla-central

We also add support for custom build variants on Windows (or other generic
worker environments).

MozReview-Commit-ID: HrVT9PLSWVx

--HG--
extra : rebase_source : 39ac752a312afe04187728da82a4a7f722634811
2017-06-22 12:49:03 -04:00
Chris AtLee 9d8f709f17 Bug 1371038: Clean up old aurora cron entries r=Callek
MozReview-Commit-ID: 42KoLeSIxvK

--HG--
extra : rebase_source : f97cf120d107d1d23374e2642117deeecbc99b33
2017-06-22 12:47:11 -04:00
Justin Wood 9f43982c4d Bug 1374422 - Enable OSX Cross Compiled Nightlies. r=kmoir
MozReview-Commit-ID: D6LYYSDtW9v

--HG--
extra : rebase_source : fb3878ad471d3a376855ae9480107a973df7a7ae
extra : source : ce1d7934fb0aaa43bc43830bde6ed7dc66f4bef1
2017-06-21 12:49:05 -04:00
Greg Mierzwinski 18c5a8d3d5 Bug 1369908 - Schedule linux64-ccov, and linux64-jsdcov on all mozilla-central pushes. r=jmaher
This patch removes the nightly code coverage run in favor of simply running the two code coverage builds on every single push to mozilla-central for a more granular view of code coverage over time.

MozReview-Commit-ID: E4Xp5bB19m9

--HG--
extra : rebase_source : 55bbd7c9d678e3d2b149d210b2a4217a62ddf0e1
2017-06-13 13:04:08 -04:00
Dustin J. Mitchell dc78daf3b5 Bug 1368058 - Fix Android and Linux Nightlys - triggered-by was removed in Bug 1351011; r=Callek a=tomcat
MozReview-Commit-ID: 5nnsMKP5GX6

--HG--
extra : amend_source : 845d915beb61d3e1a332d2fb3f5a531a459cec3c
2017-05-26 14:43:58 +00:00
Kim Moir 14ae337374 Bug 1358976 - Stop automatic triggers of nightly builds on mozilla-aurora r=dustin DONTBUILD
--HG--
extra : amend_source : 6e2c6c6eddf44157b285320bcff91eb769ac707f
2017-05-15 09:55:48 -04:00
Kim Moir 3726b7b0a1 Bug 1358976 - Stop automatic triggers of nightly builds on mozilla-aurora r=dustin DONTBUILD 2017-05-10 11:35:27 -04:00
Justin Wood 23bef11703 Bug 1357112 - Add win64 nightly to Taskgraph. r=dustin
MozReview-Commit-ID: 1ZCjVE53gSe

--HG--
extra : rebase_source : 3e4b59eb0821c9c1d4d462c6e6cca153feccced0
2017-05-01 13:43:46 -04:00
Justin Wood d25dda808a Bug 1357867 - Land in progress OSX cross compile nightly support. r=dustin
This commit adds the target_tasks method to trigger nightlies, and the unscheduled cron entry.

MozReview-Commit-ID: ELcZcUGPg2T

--HG--
extra : rebase_source : 4c7093066d4102022a851c34a32f6ff825a5a541
2017-04-18 09:36:27 -04:00
Justin Wood 287ef0cb2a Bug 1351306 - Move the UTC starttime of nightlies earlier. r=rail
This is needed because we want to keep the nightly start times aligned with Buildbot starts, in order to keep the possibility of drastically different code going out for one platform in a day and not another (e.g. a merge).  The reason the change is needed specifically is because UTC of course doesn't follow Daylight Time shifts, and Pacific time just went through one (+1 hour) which brings it closer to UTC by one hour, so in order to keep UTC matching what buildbot uses we subtract 1 hour from the UTC time.

MozReview-Commit-ID: J07lZYJxlOd

--HG--
extra : rebase_source : d5bb2283a5696fd0bc11f781bb43e294b206040e
2017-03-28 09:56:30 -04:00
Kim Moir fd887ab4d8 Bug 1338871 - Enable Talos tests for linux64-stylo builds r=jmaher DONTBUILD 2017-03-23 12:12:46 -04:00
Kim Moir 58975540b4 Bug 1338871 - Enable Talos tests for linux64-stylo builds r=dustin 2017-03-13 17:28:54 -04:00
Madeleine Chercover 35c163192b Bug 1338385 - Add cron job for nightly coverage tests run; r=jmaher
MozReview-Commit-ID: GiL4LZgHmqW

--HG--
extra : rebase_source : 1c47fcea88d677d60dc609e8678c1628a4fcb183
2017-02-08 11:16:25 -08:00
Justin Wood e021db568c Bug 1338152 - Use cron.yml for taskcluster nightlies. r=dustin
MozReview-Commit-ID: E1yjFHuqq3U

--HG--
extra : rebase_source : 0b13a374550593a7b68535aafd4df59d5b705525
2017-02-09 09:43:56 -05:00
Joel Maher b48ad7b33f Bug 1288993 - Run valgrind-mochitest twice a day as a Tier 2 job. r=dustin
MozReview-Commit-ID: HHGO66lHK0o
2017-02-06 09:46:02 -05:00
Dustin J. Mitchell 2f666e1b98 Bug 1334167: temporarily do not run jobs at all; r=Callek
MozReview-Commit-ID: BHPpyNG62nB

--HG--
extra : rebase_source : 2e88f2e10001be01445602cded0e40e627239167
2017-01-31 20:21:55 +00:00
Dustin J. Mitchell 53b7bc583c Bug 1334167: allow by-project for cron jobs' when property; r=Callek
This requires moving the schema utilities to their own util module.

MozReview-Commit-ID: KR5xSJ9ak5Y

--HG--
extra : rebase_source : 1c1f6bfb6a08deb8c0be4b2b58db02d85aafeb89
2017-02-01 00:30:52 +00:00
Dustin J. Mitchell e8eacef251 Bug 1334167: use run-on-projects to parallel task graph generation; r=Callek
MozReview-Commit-ID: EQMuh4hN9Ya

--HG--
extra : rebase_source : 49eeeb005d5e74ee415add12a897b1767ee0bbd8
2017-01-31 19:49:18 +00:00
Dustin J. Mitchell b8d8f8a712 Bug 1252948: support for periodic taskgraphs; r=Callek,jonasfj,kmoir
This adds `.cron.yml` and a new mach command to interpret it.  While
functionality is limited to nightlies right now, there is room to expand to
more diverse periodic tasks.  Let your imagination run wild!

MozReview-Commit-ID: KxQkaUbsjQs

--HG--
extra : rebase_source : ddf0a1eadae5a1169c0ead7bcb7b9ce61b255fbf
2017-01-18 19:45:53 +00:00