Commit Graph

4499 Commits

Author SHA1 Message Date
Bob Clary
895fd92498 Bug 1501364 - Temporarily disable Bitbar android hardware tests, r=jmaher. 2018-10-23 12:56:52 -07:00
Mihai Tabara
c084508ace Bug 1489405 - Backed out changeset 1f47a5207daa r=jlorenzo
--HG--
extra : rebase_source : c738d08715fc09d6f1e3ed51f5168a5d1447f676
2018-10-23 15:59:21 +01:00
Margareta Eliza Balazs
bd786693fb Merge mozilla-central to inbound. a=merge CLOSED TREE 2018-10-23 12:33:44 +03:00
Dorel Luca
3a7cdf3ced Merge mozilla-central to autoland
--HG--
extra : rebase_source : 55b6c62caabc054e51b6794215a76068e8da3bf1
2018-10-23 07:50:37 +03:00
Dustin J. Mitchell
75afd73a9e Bug 1501048 - remove bogus code; r=bstack
This was likely the result of a merge error.  The code is not needed, and
anyway appears before a docstring.

--HG--
extra : rebase_source : a8ecb8596abc498e2e74d4fb903e3087dec5a381
2018-10-22 19:58:40 +00:00
Justin Wood
d83c794486 Bug 1475512 - Fix .zip fetch tasks on windows. r=tomprince
Differential Revision: https://phabricator.services.mozilla.com/D9329

--HG--
extra : moz-landing-system : lando
2018-10-22 18:23:05 +00:00
Dragos Crisan
a0a9e37e23 Bug 1474570 - migrate talos linux tasks to run using generic-worker and use worker type gecko-t-linux-talos,r=pmoore 2018-10-23 10:53:34 +03:00
Simon Fraser
63aebb585f Bug 1459891 Routinely update in-tree TLD list r=RyanVM,jlorenzo
Differential Revision: https://phabricator.services.mozilla.com/D9385

--HG--
extra : moz-landing-system : lando
2018-10-22 19:45:43 +00:00
Sebastian Hengst
1ad50182a7 merge mozilla-central to autoland
--HG--
rename : third_party/rust/nom/.cargo-checksum.json => third_party/rust/nom-3.2.1/.cargo-checksum.json
rename : third_party/rust/nom/CHANGELOG.md => third_party/rust/nom-3.2.1/CHANGELOG.md
rename : third_party/rust/nom/Cargo.toml => third_party/rust/nom-3.2.1/Cargo.toml
rename : third_party/rust/nom/src/bits.rs => third_party/rust/nom-3.2.1/src/bits.rs
rename : third_party/rust/nom/src/branch.rs => third_party/rust/nom-3.2.1/src/branch.rs
rename : third_party/rust/nom/src/bytes.rs => third_party/rust/nom-3.2.1/src/bytes.rs
rename : third_party/rust/nom/src/character.rs => third_party/rust/nom-3.2.1/src/character.rs
rename : third_party/rust/nom/src/internal.rs => third_party/rust/nom-3.2.1/src/internal.rs
rename : third_party/rust/nom/src/lib.rs => third_party/rust/nom-3.2.1/src/lib.rs
rename : third_party/rust/nom/src/macros.rs => third_party/rust/nom-3.2.1/src/macros.rs
rename : third_party/rust/nom/src/methods.rs => third_party/rust/nom-3.2.1/src/methods.rs
rename : third_party/rust/nom/src/multi.rs => third_party/rust/nom-3.2.1/src/multi.rs
rename : third_party/rust/nom/src/nom.rs => third_party/rust/nom-3.2.1/src/nom.rs
rename : third_party/rust/nom/src/regexp.rs => third_party/rust/nom-3.2.1/src/regexp.rs
rename : third_party/rust/nom/src/sequence.rs => third_party/rust/nom-3.2.1/src/sequence.rs
rename : third_party/rust/nom/src/simple_errors.rs => third_party/rust/nom-3.2.1/src/simple_errors.rs
rename : third_party/rust/nom/src/str.rs => third_party/rust/nom-3.2.1/src/str.rs
rename : third_party/rust/nom/src/stream.rs => third_party/rust/nom-3.2.1/src/stream.rs
rename : third_party/rust/nom/src/traits.rs => third_party/rust/nom-3.2.1/src/traits.rs
rename : third_party/rust/nom/src/util.rs => third_party/rust/nom-3.2.1/src/util.rs
rename : third_party/rust/nom/src/verbose_errors.rs => third_party/rust/nom-3.2.1/src/verbose_errors.rs
rename : third_party/rust/nom/src/whitespace.rs => third_party/rust/nom-3.2.1/src/whitespace.rs
rename : third_party/rust/nom/tests/arithmetic.rs => third_party/rust/nom-3.2.1/tests/arithmetic.rs
rename : third_party/rust/nom/tests/arithmetic_ast.rs => third_party/rust/nom-3.2.1/tests/arithmetic_ast.rs
rename : third_party/rust/nom/tests/blockbuf-arithmetic.rs => third_party/rust/nom-3.2.1/tests/blockbuf-arithmetic.rs
rename : third_party/rust/nom/tests/cross_function_backtracking.rs => third_party/rust/nom-3.2.1/tests/cross_function_backtracking.rs
rename : third_party/rust/nom/tests/float.rs => third_party/rust/nom-3.2.1/tests/float.rs
rename : third_party/rust/nom/tests/ini.rs => third_party/rust/nom-3.2.1/tests/ini.rs
rename : third_party/rust/nom/tests/ini_str.rs => third_party/rust/nom-3.2.1/tests/ini_str.rs
rename : third_party/rust/nom/tests/issues.rs => third_party/rust/nom-3.2.1/tests/issues.rs
rename : third_party/rust/nom/tests/json.rs => third_party/rust/nom-3.2.1/tests/json.rs
rename : third_party/rust/nom/tests/mp4.rs => third_party/rust/nom-3.2.1/tests/mp4.rs
rename : third_party/rust/nom/tests/multiline.rs => third_party/rust/nom-3.2.1/tests/multiline.rs
rename : third_party/rust/nom/tests/named_args.rs => third_party/rust/nom-3.2.1/tests/named_args.rs
rename : third_party/rust/nom/tests/omnom.rs => third_party/rust/nom-3.2.1/tests/omnom.rs
rename : third_party/rust/nom/tests/overflow.rs => third_party/rust/nom-3.2.1/tests/overflow.rs
rename : third_party/rust/nom/tests/reborrow_fold.rs => third_party/rust/nom-3.2.1/tests/reborrow_fold.rs
rename : third_party/rust/nom/tests/test1.rs => third_party/rust/nom-3.2.1/tests/test1.rs
extra : rebase_source : 6c5b45c092fd51bf1b3ce15960416fb59311d152
2018-10-22 20:34:24 +03:00
Sebastian Hengst
602fbb8422 merge mozilla-inbound to mozilla-central. a=merge 2018-10-22 20:26:16 +03:00
Mihai Tabara
0a775b20ab Bug 1489405 - temp add bouncer-locations-breakpoint in nightly graphs.r=jlorenzo
--HG--
extra : source : 0167f5811c2d5b807d6a456479966defe4fd4bfc
2018-10-22 15:08:22 +01:00
Chris Manchester
2afea4f01b Bug 1500269 - Upgrade to rustc 1.29.2 r=glandium
Differential Revision: https://phabricator.services.mozilla.com/D9170

--HG--
extra : moz-landing-system : lando
2018-10-22 13:12:43 +00:00
Gurzau Raul
8e9ffaaf06 Merge mozilla-central to autoland. a=merge CLOSED TREE 2018-10-20 01:09:52 +03:00
Tom Prince
63f91d28c5 Bug 1492639: Only run cron bouncer checks on mozilla-beta; r=sfraser,mtabara
Differential Revision: https://phabricator.services.mozilla.com/D9137

--HG--
extra : rebase_source : beafd006b2cc29d195f2eaf7354bec21064f3ea0
extra : amend_source : 8ce35a3150ae9dbf194480ddbe96058c6cb9d395
2018-10-18 13:21:36 -06:00
Ryan VanderMeulen
4dd0f3ff25 Merge m-c to inbound. a=merge 2018-10-18 20:51:18 -04:00
Nick Thomas
e247dc23b1 Bug 1500274 - increase timeouts for Windows nightly builds, r=RyanVM (irc), a=RyanVM
--HG--
extra : amend_source : 09decc17a1613de7f032187547437c600581526a
2018-10-19 13:22:07 +13:00
Cosmin Sabou
5115d61980 Merge mozilla-inbound to mozilla-central. a=merge 2018-10-19 00:54:29 +03:00
Chris Manchester
2b4f3e8c24 Bug 1494387 - Backed out changeset 556b2f4cd653 so it doesn't ride the trains. 2018-10-18 15:21:02 -07:00
Cosmin Sabou
a833a61a1b Merge mozilla-central to mozilla-inbound. a=merge 2018-10-19 00:59:32 +03:00
Jordan Lund
cf7c61eef3 Bug 1499265 - Intermittent failure in update-verify: Task timeout after 3600 seconds. Force killing container. r=aki
Intermittent failure in update-verify: Task timeout after 3600 seconds. Force killing container

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

--HG--
extra : moz-landing-system : lando
2018-10-17 22:57:58 +00:00
Johan Lorenzo
5ea7ea961b Bug 1498626 - Fix google-play-string docker image build r=dustin
Fix google-play-string docker image build

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

--HG--
extra : moz-landing-system : lando
2018-10-19 15:44:47 +00:00
Rob Wood
ed20c301e1 Bug 1500229 - Reduce raptor chrome jobs to run once daily; r=jmaher
Differential Revision: https://phabricator.services.mozilla.com/D9252

--HG--
extra : moz-landing-system : lando
2018-10-19 13:30:14 +00:00
James Graham
bb19587996 Bug 1481723 - Enable wpt css tests on Windows, r=ato
MozReview-Commit-ID: ekP5TOSaRM

Differential Revision: https://phabricator.services.mozilla.com/D7201
2018-10-18 15:54:30 +01:00
Margareta Eliza Balazs
c56977420d Merge inbound to mozilla-central. a=merge 2018-10-18 13:20:43 +03:00
Tom Prince
d5d43ae116 No bug: [taskgraph] Cleanup copy-pasted docstring for taskgraph.transforms.balrog_submit; r=aki
Differential Revision: https://phabricator.services.mozilla.com/D9036

--HG--
extra : moz-landing-system : lando
2018-10-17 22:04:03 +00:00
Mike Hommey
ec57995e45 Bug 1486554 - Use the normal debug mozharness config for Windows static analysis autotest r=ted
Now that all Windows builds have static analysis enabled, the
clang_debug mozharness config does not have any relevant difference for
those jobs, so just use the debug mozharness config instead.

Depends on D8810

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

--HG--
extra : moz-landing-system : lando
2018-10-17 22:45:19 +00:00
Mike Hommey
6aa7e20faf Bug 1486554 - Enable static analysis on normal Windows CI builds r=ted
And turn off separate static analysis build tasks.

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

--HG--
extra : moz-landing-system : lando
2018-10-17 22:45:06 +00:00
ffxbld
6a930dd585 No Bug, taskcluster/docker/funsize-update-generator pipfile-update. r=sfraser
Differential Revision: https://phabricator.services.mozilla.com/D9369

--HG--
extra : moz-landing-system : lando
2018-10-22 10:56:48 +00:00
Sebastian Hengst
78b2422e35 Bug 1495310 - Enable Raptor Firefox tp6 and disable Talos tp6, both on beta r=jmaher
Differential Revision: https://phabricator.services.mozilla.com/D9366

--HG--
extra : moz-landing-system : lando
2018-10-22 10:48:22 +00:00
Raphael Pierzina
9c3a498304 Bug 1500874 - Set telemetry-tests-client suite back to CI tier 3; r=Dexter
Differential Revision: https://phabricator.services.mozilla.com/D9370

--HG--
extra : moz-landing-system : lando
2018-10-22 10:37:28 +00:00
Raphael Pierzina
c8e02b32a6 Bug 1382854 - Lift telemetry-tests-client suite to CI tier 2; r=Dexter,whimboo
Differential Revision: https://phabricator.services.mozilla.com/D8991

--HG--
extra : moz-landing-system : lando
2018-10-18 12:35:00 +00:00
Tom Ritter
834782e506 Bug 1495539 Set up MinGW-clang to track clang trunk r=ted
--HG--
rename : build/build-clang/clang-7-mingw.json => build/build-clang/clang-trunk-mingw.json
rename : taskcluster/scripts/misc/build-clang-7-mingw.sh => taskcluster/scripts/misc/build-clang-trunk-mingw.sh
2018-10-18 09:09:53 -05:00
Mihai Tabara
7c5eb18b39 Bug 1499440 - add esr60/release configs for mark-as-started task.r=aki a=release 2018-10-18 20:32:39 +01:00
Tom Prince
1398a8e28f Bug 1497575: [staging-release] Add try subcommand to create a push for staging releases; r=aki,ahal
This adds `mach try release` which adds temporary changes to enable staging
release to run.

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

--HG--
extra : moz-landing-system : lando
2018-10-16 23:04:03 +00:00
Tom Prince
ac8c76c813 Bug 1497575: [staging-release] Add a target task's method that includes all release builds; r=aki
Differential Revision: https://phabricator.services.mozilla.com/D8623

--HG--
extra : moz-landing-system : lando
2018-10-17 17:14:58 +00:00
Tom Prince
470c6dae58 Bug 1497575: [taskgraph] Factor out try parameter determination; r=dustin
Differential Revision: https://phabricator.services.mozilla.com/D8329

--HG--
extra : moz-landing-system : lando
2018-10-17 17:15:54 +00:00
Tom Prince
a2435e2015 Bug 1499610: Don't try to enable stub installer on opt builds; r=aki
These were originally enabled becuase the opt builds on mozilla-beta and
mozilla-release had the update channel set. Since Bug 1498028, only the nightly
(i.e. shippable) builds have the update channel set, the build system no longer
honors the request to enable stubs. This was causing failures in downstream tasks
that expected stub installers to be built.

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

--HG--
extra : moz-landing-system : lando
2018-10-17 17:10:32 +00:00
Andrew Halberstadt
753b405990 Bug 1470266 - [ci] Schedule serviceworker-e10s web-platform-test tasks with linux64/debug on mozilla-central, r=jgraham,jmaher
This duplicates all web-platform-test mozharness based tests except with
dom.serviceWorkers.parent_intercept set to true.

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

--HG--
extra : moz-landing-system : lando
2018-10-17 14:39:40 +00:00
Ryan VanderMeulen
fa11ed5377 Bug 1499075 - Adjust the number of OSX wpt chunks for more consistent runtimes with other platforms. r=jmaher
Differential Revision: https://phabricator.services.mozilla.com/D8730

--HG--
extra : moz-landing-system : lando
2018-10-17 13:28:03 +00:00
florin.strugariu
d4267b964a Bug 1459621 - Support (or document) mach try syntax for gecko profiling r=jmaher jmaher
Differential Revision: https://phabricator.services.mozilla.com/D9386

--HG--
extra : moz-landing-system : lando
2018-10-22 15:28:23 +00:00
Dorel Luca
2b0bec5ab3 Merge mozilla-central to mozilla-inbound. CLOSED TREE
--HG--
extra : amend_source : d757a37614ac9d59e154d34ede3ca871a643cdb7
2018-10-18 02:02:07 +03:00
Tom Ritter
15dd23bc5d Bug 1475562 Produce pdbs for the mingw-clang build job r=ted
This patch also changes how pdbs for the ASAN job are copied:
we relax restrictions so that pdbs if present) are always copied out
and add an environment variable MOZ_COPY_PDBS to indicate when we
want to produce pdbs for copying.
2018-10-17 09:38:52 -05:00
Geoff Brown
153d7eeae8 Bug 1499208 - Use task name to determine gpu-ness of backfilled tasks; r=jmaher
Existing mozharness per_test_base logic determines gpu-ness in the same way: If the
requested test is in a manifest for a suite named 'reftest', '*gpu', or 'webgl*',
then the test should only be run in a gpu-enabled test-verify and will be skipped
otherwise. With this change, backfill will select between TV/TVg based on the
name of the originating task, applying the same rule. So, to backfill a test in TV,
select the backfill action from a non-gpu task; to backfill a test in TVg, select
the backfill action from a gpu task.
2018-10-16 16:13:33 -06:00
Steve Fink
2fbae0eae1 Backed out changeset c7b32ffa822e (bug 1321014) on a CLOSED TREE
--HG--
extra : amend_source : 1a8f1a344d56d70673ec9977c62847ebb147f4ca
2018-10-16 14:35:48 -07:00
Mihai Tabara
942d4f013b Bug 1475101 - add mark-as-started task. r=rail a=release
--HG--
extra : rebase_source : 2e14c78eb38d785a48da75fb0387ad04aa828e2c
2018-09-12 08:58:52 -04:00
Steve Fink
0db11faae6 Bug 1321014 - Respect MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS for the purpose of identifying GC types and pointers, r=jonco
--HG--
extra : rebase_source : 91efd92b5febca961c2edaeb12ef37770936ee79
2018-07-20 18:36:20 -07:00
Steve Fink
9e8c72fba3 Bug 1321014 - Switch Tag to Annotate, r=nika
--HG--
extra : rebase_source : 644e91673141f7ea7390822ab053a6c5f7fbe28f
2018-07-19 21:16:48 -07:00
Steve Fink
f8ad8d8300 Bug 1480879 - Run the hazard analysis self-test as part of the hazard jobs, r=jonco
--HG--
extra : rebase_source : 0aebb49a84c11a5b6dc2299ef087cfeabc6501d6
2018-08-02 09:49:27 -07:00
Steve Fink
6f7237dc46 Bug 1479673 - Update to sixgill with less CSU qualification (630e2025191d), r=me
--HG--
extra : rebase_source : 808742759f94ca909e48e0ab416a68ee8736c865
2018-07-06 12:05:21 -07:00
Steve Fink
bbcfeea217 Bug 1480879 - Format errors better for taskcluster, r=jonco
--HG--
extra : rebase_source : 485bef959d5b8d2c4e3fb1d15d74e499a8d9abc6
2018-08-02 10:20:15 -07:00