James Graham
da37bf2cf8
Bug 1370936 - Skip directories when updating metdata, r=ato
...
MozReview-Commit-ID: HLFo9vhYS8p
--HG--
extra : rebase_source : 91cf679c342f1478c718e2a41a853bd0db02d4cd
2017-06-16 10:45:55 +01:00
James Graham
5c84a5f0ed
Bug 1370936 - Update the module path for wpt update, r=ato
...
This is needed following the harness move.
MozReview-Commit-ID: RvRI9GuvLZ
--HG--
extra : rebase_source : f21f27d6036ae01d6da59c99aeaf4b94e77e7fcd
2017-06-16 10:28:28 +01:00
James Graham
1b3685a067
Bug 1356225 - Use merge for upstreaming wpt commits, a=testonly
...
MozReview-Commit-ID: 9NMEKlyrUrE
2017-04-20 10:49:30 +01:00
Sebastian Hengst
ea52a8fdb9
Backed out changeset 7bdad07e8dd8 (bug 1356225)
...
MozReview-Commit-ID: 9z7Z8w9Nz73
2017-04-14 17:18:26 +02:00
James Graham
5200130654
Bug 1356225 - Use merge for upstreaming wpt commits, a=testonly
...
MozReview-Commit-ID: 9NMEKlyrUrE
2017-04-13 16:22:32 +01:00
James Graham
b4000e4b85
Bug 1345490 - Skip travis when upstreaming wpt commits, r=Ms2ger
...
Since we currently just delete the branch before CI runs causing errors
and unnneccessary resource usage.
MozReview-Commit-ID: AgOZmlmuUnM
2017-03-17 14:42:24 +00:00
James Graham
3e6a200d00
Bug 1346778 - Stop using multiprocessing to parallelise log downloads, r=emorley
...
This was causing data corruption
MozReview-Commit-ID: 2aEyPQ7pug8
2017-03-17 14:35:42 +00:00
Sebastian Hengst
0707e17b40
Backed out changeset 7e39f6a6af4f (bug 1346778)
2017-03-15 19:22:37 +01:00
Sebastian Hengst
1a05668322
Backed out changeset 8647490d6806 (bug 1345490)
2017-03-15 19:22:27 +01:00
James Graham
a2a1dc6c8b
Bug 1345490 - Skip travis when upstreaming wpt commits, r=Ms2ger
...
Since we currently just delete the branch before CI runs causing errors
and unnneccessary resource usage.
MozReview-Commit-ID: AgOZmlmuUnM
2017-03-15 15:20:53 +00:00
James Graham
93a97c4604
Bug 1346778 - Stop using multiprocessing to parallelise log downloads, r=emorley
...
This was causing data corruption
MozReview-Commit-ID: 2aEyPQ7pug8
2017-03-15 15:20:53 +00:00
James Graham
f32386dd10
Bug 1338180 - Use hg SHA1 to identify wpt sync point, r=Ms2ger
...
MozReview-Commit-ID: BEyaIyJqtZ4
--HG--
extra : rebase_source : 72a055cfcad398a4b4ad4c09dcfce6337f205111
2017-01-31 19:05:14 -08:00
James Graham
f9321a86eb
Bug 1338177 - Teach fetchlogs.py to download multiple logs in parallel., r=emorley
...
MozReview-Commit-ID: 53hwD7YPlYy
--HG--
extra : rebase_source : b8eed9100bc6e7bb66babf3c8191c967f01233b6
2017-02-02 14:38:36 +00:00
James Graham
1002bd78bc
Bug 1331899 - Update fetchlogs script to work with taskcluster, r=emorley
...
MozReview-Commit-ID: 3ENwyvJaXJY
2017-01-19 14:24:34 +00:00
James Graham
f83fd7dfaf
Bug 1331899 - Fix rename handling in wpt sync process, r=Ms2ger
...
MozReview-Commit-ID: JbBaYGnYKKY
2017-01-19 14:23:54 +00:00
James Graham
ac7ea37652
Bug 1331899 - Update wpt sync for manifest changes, r=Ms2ger
...
The source revision is no longer stored in the manifest so
instead store it in our metadata file.
MozReview-Commit-ID: DjGmRi2Khws
2017-01-19 14:23:49 +00:00
James Graham
003f075ff9
Bug 1309932 - Allow wpt sync script to work with non-merge PRs, r=Ms2ger
...
MozReview-Commit-ID: DsrFzoBnfbp
2016-10-25 18:10:30 +01:00
James Graham
68009317c1
Bug 1279534 - Update wpt log fetching script for treeherder changes, r=wlach
...
MozReview-Commit-ID: J52eCZJUp6Q
2016-06-23 10:36:47 +01:00
James Graham
169a7ff8f9
Bug 1257797 - Fix bug that prevents continuing wpt update correctly after patch fails to apply, r=Ms2ger
...
MozReview-Commit-ID: 16VZ2n6Kulq
2016-03-18 11:00:58 +00:00
Ed Morley
9d337e3cc5
Bug 1248710 - Add a User Agent to fetchlogs.py's requests to Treeherder
...
Also removes some unused imports and whitespace flake8 warnings.
2016-02-21 20:14:56 +00:00
James Graham
6fc43546ac
Bug 1217418 - Make wpt update script more robust in the face of patches that won't apply, r=Ms2ger
...
This can happen if landing the update took a long time such that there is
a local patch against a file that was changed upstream in the period between
starting the update and landing it.
2015-11-06 15:10:53 +00:00
Sebastian Hengst
88eb8517c5
Backed out 3 changesets (bug 1217418, bug 1217767) for Linux x64 debug W-e10s(3) permafail. r=nigelb,backout
...
Backed out changeset af7f10137637 (bug 1217767)
Backed out changeset f65121860ffe (bug 1217418)
Backed out changeset c050501bde82 (bug 1217767)
--HG--
rename : testing/web-platform/tests/webstorage/storage_supported_property_names.html => testing/web-platform/tests/dom/collections/storage-supported-property-names.html
2015-10-24 15:51:43 +02:00
James Graham
11e3a86e6b
Bug 1217418 - Make wpt update script more robust in the face of patches that won't apply, r=Ms2ger
...
This can happen if landing the update took a long time such that there is
a local patch against a file that was changed upstream in the period between
starting the update and landing it.
2015-10-23 11:02:49 +01:00
Andrew Halberstadt
2be5ff0c10
Bug 1014760 - Move mozlog.structured to mozlog; Move mozlog to mozlog.unstructured, r=jgraham
...
Mozlog currently has two implementations. The top level package is based on the logging module and is
deprecated. The newer structured logging implementation lives in mozlog.structured. This patch swaps the
two, so the top level mozlog module contains the recommended implementation, while mozlog.unstructured
contains the old one.
--HG--
rename : testing/mozbase/docs/mozlog_structured.rst => testing/mozbase/docs/mozlog.rst
rename : testing/mozbase/mozlog/mozlog/structured/commandline.py => testing/mozbase/mozlog/mozlog/commandline.py
rename : testing/mozbase/mozlog/mozlog/structured/formatters/__init__.py => testing/mozbase/mozlog/mozlog/formatters/__init__.py
rename : testing/mozbase/mozlog/mozlog/structured/formatters/base.py => testing/mozbase/mozlog/mozlog/formatters/base.py
rename : testing/mozbase/mozlog/mozlog/structured/formatters/errorsummary.py => testing/mozbase/mozlog/mozlog/formatters/errorsummary.py
rename : testing/mozbase/mozlog/mozlog/structured/formatters/html/__init__.py => testing/mozbase/mozlog/mozlog/formatters/html/__init__.py
rename : testing/mozbase/mozlog/mozlog/structured/formatters/html/html.py => testing/mozbase/mozlog/mozlog/formatters/html/html.py
rename : testing/mozbase/mozlog/mozlog/structured/formatters/html/main.js => testing/mozbase/mozlog/mozlog/formatters/html/main.js
rename : testing/mozbase/mozlog/mozlog/structured/formatters/html/style.css => testing/mozbase/mozlog/mozlog/formatters/html/style.css
rename : testing/mozbase/mozlog/mozlog/structured/formatters/html/xmlgen.py => testing/mozbase/mozlog/mozlog/formatters/html/xmlgen.py
rename : testing/mozbase/mozlog/mozlog/structured/formatters/machformatter.py => testing/mozbase/mozlog/mozlog/formatters/machformatter.py
rename : testing/mozbase/mozlog/mozlog/structured/formatters/tbplformatter.py => testing/mozbase/mozlog/mozlog/formatters/tbplformatter.py
rename : testing/mozbase/mozlog/mozlog/structured/formatters/unittest.py => testing/mozbase/mozlog/mozlog/formatters/unittest.py
rename : testing/mozbase/mozlog/mozlog/structured/formatters/xunit.py => testing/mozbase/mozlog/mozlog/formatters/xunit.py
rename : testing/mozbase/mozlog/mozlog/structured/handlers/__init__.py => testing/mozbase/mozlog/mozlog/handlers/__init__.py
rename : testing/mozbase/mozlog/mozlog/structured/handlers/base.py => testing/mozbase/mozlog/mozlog/handlers/base.py
rename : testing/mozbase/mozlog/mozlog/structured/handlers/bufferhandler.py => testing/mozbase/mozlog/mozlog/handlers/bufferhandler.py
rename : testing/mozbase/mozlog/mozlog/structured/handlers/statushandler.py => testing/mozbase/mozlog/mozlog/handlers/statushandler.py
rename : testing/mozbase/mozlog/mozlog/structured/logtypes.py => testing/mozbase/mozlog/mozlog/logtypes.py
rename : testing/mozbase/mozlog/mozlog/structured/reader.py => testing/mozbase/mozlog/mozlog/reader.py
rename : testing/mozbase/mozlog/mozlog/structured/scripts/__init__.py => testing/mozbase/mozlog/mozlog/scripts/__init__.py
rename : testing/mozbase/mozlog/mozlog/structured/scripts/format.py => testing/mozbase/mozlog/mozlog/scripts/format.py
rename : testing/mozbase/mozlog/mozlog/structured/scripts/logmerge.py => testing/mozbase/mozlog/mozlog/scripts/logmerge.py
rename : testing/mozbase/mozlog/mozlog/structured/scripts/unstable.py => testing/mozbase/mozlog/mozlog/scripts/unstable.py
rename : testing/mozbase/mozlog/mozlog/structured/stdadapter.py => testing/mozbase/mozlog/mozlog/stdadapter.py
rename : testing/mozbase/mozlog/mozlog/structured/structuredlog.py => testing/mozbase/mozlog/mozlog/structuredlog.py
rename : testing/mozbase/mozlog/mozlog/logger.py => testing/mozbase/mozlog/mozlog/unstructured/logger.py
rename : testing/mozbase/mozlog/mozlog/loggingmixin.py => testing/mozbase/mozlog/mozlog/unstructured/loggingmixin.py
rename : testing/mozbase/mozlog/mozlog/loglistener.py => testing/mozbase/mozlog/mozlog/unstructured/loglistener.py
extra : commitid : 3JWk75JY4N0
extra : rebase_source : 229bad7a7bf8ead013ce62d128c0896a75cad393
2015-07-16 10:38:40 -04:00
James Graham
4881f86450
Bug 1180500 - Update wpt upstreaming script for wptrunner changes, r=Ms2ger
2015-07-07 10:05:31 +01:00
James Graham
ee28e32f72
Bug 1154823
- Give upstreaming script a simple UI to select commits that should not be upstreamed (e.g. backouts) r=Ms2ger
2015-04-16 09:44:08 +01:00
James Graham
fe2c56ffac
Bug 1140143 - Fix wpt log fetching script for treeherder changes, r=edmorley
2015-03-06 12:56:25 +00:00
James Graham
e39a10fe1d
Bug 1124181 - Store local base SHA1 of last web-platform-tests update explicitly, r=ahal
2015-02-06 16:11:51 +00:00
James Graham
2156380967
Bug 1121962 - Small fixes to web-platform-tests upstreaming script, r=Ms2ger
2015-01-15 16:19:14 +00:00
James Graham
0b6aa78619
Bug 1102907 - Script for allowing web-platform-tests changes to be upstreamed, r=ahal
...
This extends the upstream update script with steps for pushing
local changes to upstream. The general approach is to look for all
commits to the tests directory since the last sync, rewrite those
so they apply to upstream at the last sync point, then rebase onto
the sync commit, before creating and merging a PR for each in turn.
--HG--
rename : testing/web-platform/fetchlogs.py => testing/web-platform/update/fetchlogs.py
2015-01-13 09:42:40 +00:00