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

27 Коммитов

Автор SHA1 Сообщение Дата
Nick Thomas b52fce9a8f Bug 1543932 - partner repacks bustage in 68.0, r=tomprince
Differential Revision: https://phabricator.services.mozilla.com/D33124

--HG--
extra : moz-landing-system : lando
2019-05-30 05:30:39 +00:00
Tom Prince 573c84911a No bug: [mozharness] Don't explicitly pass scm-level to mozharness; r=Callek
The last use of scm level in mozharness is in `mozharness.mozilla.secrets` which
uses the `MOZ_SCM_LEVEL` environment variable directy.

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

--HG--
extra : moz-landing-system : lando
2019-05-24 01:08:06 +00:00
Tom Prince efb1a949f6 Bug 1494091: [mozharness] Remove unused release/updates.py script; r=Callek
This has been replaced by scriptworkers and update-verify tasks.

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

--HG--
extra : moz-landing-system : lando
2018-10-01 20:57:26 +00:00
Chris AtLee 444afb9092 Bug 1237182: Remove BuildbotMixin in favour of AutomationMixin r=Callek
Differential Revision: https://phabricator.services.mozilla.com/D1371

--HG--
rename : testing/mozharness/test/test_mozilla_buildbot.py => testing/mozharness/test/test_mozilla_automation.py
extra : rebase_source : 2fdec7a8b06c1b29ea47de1b368c08d9b8b75c3e
2018-05-16 12:51:37 -04:00
Dorel Luca dc6d856805 Merge mozilla-inbound to mozilla-central. a=merge 2018-05-23 12:51:22 +03:00
Nick Thomas 9fb7bdfc58 Bug 1463622 - errors running the partner repack script should be fatal, r=Callek
MozReview-Commit-ID: BgTyPWfXVFj

--HG--
extra : rebase_source : 7fc22d50c33101c5cdadb1935b0f95a93196c294
2018-05-23 13:03:58 +12:00
Chris AtLee 0081a356eb Bug 1237182: Remove mozharness purge mixin r=Callek
Differential Revision: https://phabricator.services.mozilla.com/D1318

--HG--
extra : rebase_source : faec3ed4b5ab13558652b1a2025457768d5a469b
extra : source : f2bc57494dc9990ce24039651455667f982f2d68
2018-05-11 11:24:31 -04:00
Ben Hearsum 7400208c99 bug 1455692: add support for limiting locales in partner repacks. r=nthomas 2018-05-07 07:57:53 -04:00
Nick Thomas ae41b01548 Bug 1440546: [partner-repack] Mozharness support for new partner repack script; r=Callek
Differential Revision: https://phabricator.services.mozilla.com/D973

--HG--
rename : testing/mozharness/configs/partner_repacks/release_mozilla-release_desktop.py => testing/mozharness/configs/partner_repacks/release_mozilla-release_desktop_EME-free.py
extra : rebase_source : ac119a0edbb0d3e0e70c29f4fabd0450116a0b50
extra : source : 5d6adc4718b8c70b562655a17f76d8af80c4faa9
extra : histedit_source : 9125226219267002cbf9b7d613289223d23ae0b5
2018-04-19 10:01:17 -06:00
Nick Thomas 9cab4003fe Bug 1435638 - initialize repo using an ssh clone, r=jlund DONTBUILD
--HG--
extra : source : f0709cc77b8270e04e42b56d7b85b9fea3c9060c
extra : amend_source : e7ea27e4c2324e00b5ee0b0895fcc04816c85ac1
2018-02-23 11:27:22 +13:00
Steve Armand df510b4622 Bug 1403131 - Run linters against mozharness scripts and configs. r=rail
MozReview-Commit-ID: 3dkx1SQiIns

--HG--
extra : rebase_source : 45f049032243b8bbae7d052a89cefcdb2b7e1f60
2017-10-24 20:21:41 -04:00
Sebastian Hengst a79a507dc2 Backed out changeset 6fa6cfe0199c (bug 1403131) for mass reftest failures. r=backout on a CLOSED TREE
--HG--
extra : amend_source : 4d399778793d9239e5c441fe237a15d12c4f1360
2017-10-23 16:39:24 +02:00
Steve Armand 3be377b84e Bug 1403131 - Run linters against mozharness scripts and configs. r=rail
--HG--
extra : rebase_source : 4d9458f1819de0a73af9191d560557ab01ffa32e
extra : histedit_source : 1a3c743a9a1c6a3304e4a924be90164fcf882e1f%2C440a79ff12f256a2a79aff6b592fe838c1c9e6e3
2017-10-23 09:46:15 -04:00
Gregory Szorc b453df35e7 Bug 1361912 - Stop defining python2.7 executable as sys.executable; r=ted
The "python2.7" executable is always defined as sys.executable
in mozharness configs. This abstraction is not necessary.

This commit removes the "python2.7" executable from mozharness configs
and just inlines sys.executable instead.

I also changed an instance of query_exe('python') to use sys.executable
because that is the desired behavior.

MozReview-Commit-ID: 4xiEkoFwekr

--HG--
extra : rebase_source : 0ded9869cb8d1c905782a0c8583abc51692fa0fb
extra : intermediate-source : 23050ffaf6490bb3d7811d586eb174b3c85fd4d6
extra : source : a7a7eb83f9cbf1e6dda8472af8aa35fda2edff88
2017-05-03 18:10:33 -07:00
Sebastian Hengst 3fe80a18f6 Backed out changeset 23050ffaf649 (bug 1361912)
MozReview-Commit-ID: 8wNS8pZVoHm
2017-05-13 19:59:11 +02:00
Gregory Szorc d401587884 Bug 1361912 - Stop defining python2.7 executable as sys.executable; r=ted
The "python2.7" executable is always defined as sys.executable
in mozharness configs. This abstraction is not necessary.

This commit removes the "python2.7" executable from mozharness configs
and just inlines sys.executable instead.

MozReview-Commit-ID: 4xiEkoFwekr

--HG--
extra : source : a7a7eb83f9cbf1e6dda8472af8aa35fda2edff88
extra : histedit_source : 9075cf31c84937bbc0d05886ee8a5636de1c3c06%2C50f817f93d1436ff46c670b09321523b8c27ab55
2017-05-03 18:10:33 -07:00
Sebastian Hengst 683dc39c8d Backed out changeset a7a7eb83f9cb (bug 1361912) 2017-05-11 21:40:15 +02:00
Gregory Szorc d0c672ea27 Bug 1361912 - Stop defining python2.7 executable as sys.executable; r=ted
The "python2.7" executable is always defined as sys.executable
in mozharness configs. This abstraction is not necessary.

This commit removes the "python2.7" executable from mozharness configs
and just inlines sys.executable instead.

MozReview-Commit-ID: 4xiEkoFwekr

--HG--
extra : rebase_source : 9562219737e4176e9d0d139fb5a14325ca12ed26
2017-05-03 18:10:33 -07:00
Rail Aliiev 61de32e703 Bug 1265425 - Fix buildbot properties r=coop a=release DONTBUILD
MozReview-Commit-ID: DBWsXeSuobI

--HG--
extra : rebase_source : 491d42f48534838e860b2201f408f917dac1a9d4
2016-05-06 07:01:30 -04:00
Chris Cooper 74b0a7eec9 Bug 1265425 - Split partner repacks into smaller chunks r=rail a=release DONTBUILD 2016-05-03 12:42:29 -04:00
Rail Aliiev 8602aa9702 Bug 1260415 - Use revision as tag r=coop a=release DONTBUILD
MozReview-Commit-ID: 3cZe5ieNndK

--HG--
extra : rebase_source : 4e9083e7a360adb1b7b5e20a62c8d7bbd4b70205
extra : source : 57ac6693f2547e9f509409ce3ee20e4d98377a4d
2016-04-15 23:14:48 -04:00
Rail Aliiev 9d3949007a Bug 1260415 - Use platform independent buildprops.json r=coop DONTBUILD a=release
MozReview-Commit-ID: 7ZAZSldvItQ

--HG--
extra : rebase_source : c2e80329d80b741a5c9d2f5054061644d4b666f0
2016-04-15 15:18:12 -04:00
Rail Aliiev 3a46b5c697 Bug 1260415 - Schedule "partner repacks" builder r=jlund a=release DONTBUILD
MozReview-Commit-ID: 5ek01D2ADdk

--HG--
extra : rebase_source : e82e805d3cd1db92ca47790fd65ef23759a42b2a
2016-04-07 23:17:14 -04:00
Rail Aliiev 5215876965 Bug 1260415 - Schedule "partner repacks" builder r=coop a=release DONTBUILD
Allow passing version and build_number via buildbot properties. This will allow
us add buildbot builders without hardcoded parameters depending on release
configs.

MozReview-Commit-ID: 3zGiCJ5z36X

--HG--
extra : rebase_source : 95004a869b40dd72a643c4dbc0b02e96409fb7d8
2016-03-30 10:51:29 -04:00
Chris Cooper d5b9331a57 Bug 1236954 - partner repack script changes to read properties from buildprops.json (NPOTB, DONTBUILD); r=jlund
Adds --require-buildprops option used by the standalone builder. When this option is
specified, a partner property must be present in the buildprops.json file. This limits
the repack operation to that single partner.

--HG--
extra : amend_source : 1514dd1ff78da90468d4923348f8ad345d835b84
2016-01-25 15:20:41 -05:00
Aki Sasaki 2d20600a7f bug 1244781 - silence mozharness pyflakes warnings. r=jlund
--HG--
extra : histedit_source : cc1544eed4bd617bba4c99bfcccff45dbe414fd3
2016-02-02 10:31:06 -05:00
Chris Cooper 772ea23658 Bug 1236951 - New mozharness script for desktop partner repacks, and associated config files, NPOTB DONTBUILD - r=jlund 2016-01-12 14:56:14 -05:00