Commit Graph

3160 Commits

Author SHA1 Message Date
Johan Lorenzo
2e4d45ba2b Bug 1443432 - Set scopes to push to Snap store's candidate channel r=mtabara
MozReview-Commit-ID: B2Z6bdDJw6f

--HG--
extra : rebase_source : 1a04ea56d68ae3f7a5408b9886f2d83952496d7b
extra : source : 517fe68440b3c9b31611a83e3208793e287dc56a
2018-03-06 10:55:21 +01:00
Cosmin Sabou
c17d867e25 Merge inbound to mozilla-central. a=merge
--HG--
rename : browser/base/content/tabbrowser.js => browser/modules/AsyncTabSwitcher.jsm
2018-03-06 06:27:48 +02:00
Ben Hearsum
b90100556e bug 1443313: select betas and RCs for testing when generating secondary update verify configs. r=nthomas 2018-03-05 18:02:21 -05:00
Ben Hearsum
5b3af06a90 bug 1443190: fix watersheds for all platforms and branches in update verify config tasks. r=nthomas 2018-03-05 18:01:36 -05:00
Geoff Brown
8ef8ab63df Bug 1442783 - Simplify and correct mozharness configuration for some macosx64 tests; r=jmaher
Remove references to remove_executables from test task configurations for
mac mochitest-chrome, mochitest-clipboard, and test-verify. This fixes the
minidump_stackwalk definition, allowing proper crash reporting.
2018-03-05 14:39:56 -07:00
Cosmin Sabou
d1fd0be305 Merge mozilla-central to inbound. a=merge on a CLOSED TREE 2018-03-05 20:16:04 +02:00
Ken VanDine
ebfccc8c4c Bug 1443144 - Fix snap build failure caused by files not being copied into ${WORKSPACE} r=jlorenzo
MozReview-Commit-ID: KF1ZH9jZGOf

--HG--
extra : rebase_source : a997df0d0b7ed11b7ba2ef19e3efb50469580cdd
2018-03-05 14:32:26 +00:00
Ralph Giles
2d2defe3df Bug 1428197 - Reject generic channels in rust repack jobs. r=glandium
Ensure better determinism when creating rust toolchain packages
by rejecting generic channels like 'stable' or 'nightly'. Instead,
insist on a specific version or date.

The current valid dates for beta and nightly can be obtained with:

curl -s https://static.rust-lang.org/dist/channel-rust-beta.toml | grep ^date
curl -s https://static.rust-lang.org/dist/channel-rust-nightly.toml | grep ^date

MozReview-Commit-ID: I0DXw1KJGZz

--HG--
extra : rebase_source : 92e158193072582b8568d9c9f00ffdefa0af1a9c
2018-02-26 16:54:36 -08:00
shindli
b1ab6c8442 Merge mozilla-central to inbound. a=merge CLOSED TREE 2018-03-03 01:18:17 +02:00
shindli
73e569944b Merge inbound to mozilla-central. a=merge 2018-03-03 01:06:35 +02:00
Joel Maher
216ae0ed8b Bug 1442736 - extend talos linux g4 maxRunTime from 15 minutes to 25 minutes. r=rwood 2018-03-02 14:46:00 -05:00
Mihai Tabara
ba7d00b19b Bug 1432219 - fix release generate checksums signing scopes in-tree. r=me a=release CLOSED TREE
MozReview-Commit-ID: G0b9T0Q5IIs

--HG--
extra : source : a1098c825a9c5e07f03ec4ad7a760c868bf20d75
2018-03-02 18:57:25 +00:00
Kartikaya Gupta
1efcec51f2 Bug 1426118 - Re-enable mochitest-webgl for windows10-64-qr. r=me
This was backed out temporarily in cset 82c009dbf592 for high-frequency
intermittent failures. The source of those failures has been resolved in
bug 1442608 and so we can turn these tests back on.
2018-03-02 16:45:20 -05:00
Ken VanDine
ca87e2403a Bug 1442419 - Fix failure to open files after downloading with snap r=jlorenzo
This fix does several things:
 * Removes the mime cache generated by the desktop-gtk3 remote part
 * Installs a stub shared-mime-info database
 * Set default association for all types to use xdg-open

Note: There is still work[1] to be completed in snapd, adding OpenFile
support to xdg-open.  Landing this is harmless though, it will fail
silently just as it does today but will start working when the snapd
feature lands.

1. https://github.com/snapcore/snapd/pull/4766
opening requested files,

MozReview-Commit-ID: 1eeOLeVN8xQ

--HG--
extra : rebase_source : e948bafc583f91177530ce00ec26c69619a7f8f9
2018-03-01 22:02:21 +00:00
Kartikaya Gupta
35a2f32a00 Partial backout of cset cc147bc11c0e (bug 1426118). r=me a=webgl-fix
At the time tests were enabled they were green. However bug 1440664 which was
inflight at the same time made them have intermittent oranges. Rather than back
out bug 1440664 (which technically landed later) I'm turning off the tests until
we can figure out what's going on.

--HG--
extra : source : d3b20e603c5fe0c96c0d4a0b58a5b189dc7467b8
2018-03-02 09:18:35 -05:00
Dorel Luca
d5ffb280ca Merge mozilla-central to autoland. r=merge on a CLOSED TREE
--HG--
extra : amend_source : 1da4c47b073cb2032ddeb3da8b88736e5a1c363d
2018-03-02 00:17:24 +02:00
Sebastian Hengst
118e03a936 merge mozilla-central to mozilla-inbound 2018-03-01 20:32:20 +02:00
Tiberius Oros
61d400da1c Merge inbound to mozilla-central. a=merge 2018-03-01 19:29:00 +02:00
Tiberius Oros
1a3b814e9c Merge autoland to mozilla-central. a=merge 2018-03-01 19:10:44 +02:00
Johan Lorenzo
171f489600 Bug 1424482 - part 2: Remove upstream artifact when no path is defined r=mtabara a=bustage 2018-03-01 14:07:23 +01:00
Geoff Brown
828cdfd870 Bug 1431125 - Increase max-run-time of test-verify and test-verify-wpt; r=jmaher
These tasks are expected to run quickly (5 - 30 minutes) normally, but there can be a wide range of run times.
2018-02-28 11:49:07 -07:00
Ben Hearsum
8b71e3533a bug 1432219: fix linting errors. r=me 2018-02-28 13:43:37 -05:00
Mihai Tabara
642a4b0975 bug 1432219: migrate release checksums builder off of BBB to TC. r=aki, rail
--HG--
extra : transplant_source : %09u%E1%BD%FER%92T%0EE%B5%F5%CB%BF%918%D6%B53%9B
2018-02-28 10:03:20 -05:00
Ben Hearsum
815b9a36ef bug 1441185: use new update verify configs for final verify. r=aki
--HG--
extra : transplant_source : %1D%18%1D%09%B4%F0%1A%D4%DD%B67%94lk%08%FC%E5%1C%04%ED
2018-02-27 16:59:11 -05:00
Joel Maher
5b4fa43805 backout Bug 1435844 changes to schedule motionmark and h1 on windows. r=me CLOSED TREE 2018-02-28 11:23:07 -05:00
Joel Maher
c33aec9ffe backout Bug 1435844 for win10 hardware failures. r=me 2018-02-28 11:17:21 -05:00
Joel Maher
d4da45b8ac backout Bug 1431161 for win10 hardware failures. r=me 2018-02-28 11:14:57 -05:00
Johan Lorenzo
77a4f5d36b Bug 1432817 - [in-tree relpro] Delete push-apk-breakpoint task r=aki
MozReview-Commit-ID: G5nvGfNIVNN

--HG--
extra : rebase_source : 4554c1b7ce44edd9f6cef3dd9e2990d7ff2e5b05
2018-02-22 17:10:29 +00:00
Johan Lorenzo
69fb87824b Bug 1424482 - beetmover: Get rid of balrog_props in favor of task payload r=mtabara
MozReview-Commit-ID: 5eRwwQ10BQD
2018-02-15 14:46:19 +01:00
Joel Maher
dbcf1f2f59 Bug 1433761 - ensure that max-run-time is working from taskcluster -> talos. r=dustin 2018-02-09 10:08:44 -05:00
Rob Wood
645028e1cf Bug 1420078 - Increase some talos job max runtimes for some tests that areborderline and intermittently timing out; r=jmaher
MozReview-Commit-ID: GqSBkpN7RoU

--HG--
extra : rebase_source : e87936685efc2f65151975ad4391a3bbd57e8b28
2018-03-01 13:14:26 -05:00
Johan Lorenzo
92b0f666f8 Bug 1432219 - part 3: Fix bad beetmover worker type in production r=bhearsum
--HG--
extra : source : dbe9214d56355abb026839a145a0580068f75e33
extra : amend_source : 9d8077e6f71c5e322548870206b6aa6a0ccb8345
2018-03-02 15:20:50 +01:00
Kartikaya Gupta
95c71b231c Partial backout of cset cc147bc11c0e (bug 1426118). r=me on a CLOSED TREE
At the time tests were enabled they were green. However bug 1440664 which was
inflight at the same time made them have intermittent oranges. Rather than back
out bug 1440664 (which technically landed later) I'm turning off the tests until
we can figure out what's going on.
2018-03-02 09:18:35 -05:00
Steve Fink
de379f365d Bug 1442786 - Prevent set -e from leaking into calling scripts, r=nbp
--HG--
extra : rebase_source : 55509978a275e2ed32bf1d7289811ebfdd9e261c
2017-11-21 12:47:51 -08:00
Mihai Tabara
1286d6d33e Bug 1443104 - fix update folder in bouncer submission release job. r=jlorenzo,Callek a=release CLOSED TREE
MozReview-Commit-ID: E1vqqaG1PE9

--HG--
extra : source : f149ea88f20108dec9d7937b8f45138744461150
2018-03-05 14:10:21 +00:00
Justin Wood
a97cfe398f Bug 1439876 - Add scriptworker version bumping. r=aki
--HG--
extra : rebase_source : c6fa2cd85f599278d1e854d1f12ed7d0ae586352
2018-02-21 12:06:38 +00:00
Johan Lorenzo
03c8a9b27c Bug 1433459 - part 2: Move aliases tasks to scriptworker r=mtabara,rail
MozReview-Commit-ID: Ld6ZQPBZYjX

--HG--
extra : rebase_source : 83ce7b0d783bf90b362711958f5963c46f5bedf2
2018-02-26 15:21:54 +01:00
Johan Lorenzo
084a9fc1fe Bug 1433459 - part 1: Move bouncer submission tasks to scriptworker r=mtabara,rail
MozReview-Commit-ID: 6SKhjf1ywoH

--HG--
extra : rebase_source : dc2206f232f3552f3871972abc8c1f2db3beb56a
2018-02-26 15:14:46 +01:00
Rail Aliiev
0e5f8a4da7 Bug 1398796 - Add push phase to PARTIAL_UPDATES_FLAVORS r=aki
--HG--
extra : rebase_source : a071517974cc93c1757cf6f50d6d027ee4f1ef0b
2018-02-27 11:16:20 -05:00
Johan Lorenzo
ef248693b2 Bug 1443144 - part2: Fix bad shell quotes r=sfraser a=RyanVM
MozReview-Commit-ID: BD8NTgd1Xgq

--HG--
extra : rebase_source : 7f9be73fde97dd6831b2954bd37afe477ecb0573
2018-03-05 16:33:19 +01:00
Ralph Giles
d600998cd6 Bug 1430927 - Require Rust 1.24. r=froydnj
Require the current stable Rust release so new features can
be used in development.

MozReview-Commit-ID: 4NQNk3RfBkF

--HG--
extra : rebase_source : 9d88e6fdb823bd2e2ca8ac9940b1fafd420eebdc
2018-02-22 11:49:13 -08:00
Ken VanDine
1d54e75ded Bug 1441920 - Run update-mime-database at the end of the build rather than on startup of the snap r=jlorenzo
MozReview-Commit-ID: 8Fu1A8LsLSr

--HG--
extra : rebase_source : 43b3e4a981e0e7bd8d83c98fc1b01fb64aa4f973
2018-02-28 17:44:00 +00:00
Cosmin Sabou
824a92ea41 Merge mozilla-central to autoland. a=merge on a CLOSED TREE
--HG--
extra : amend_source : ae39c2ce2fb0fad1c95a399dc8f70acd4e73b89a
2018-02-28 23:51:42 +02:00
Ken VanDine
d30a516912 Bug 1441884 - Add network-observe to plugs in snap r=jlorenzo
MozReview-Commit-ID: FZ5yOvnwmaF

--HG--
extra : rebase_source : b86988fa128834eeb8200703f3b353cbac54d710
2018-02-28 16:09:04 +00:00
Ken VanDine
85584725b3 Bug 1441822 - Add upower-observe to plugs in snap r=jlorenzo
MozReview-Commit-ID: FqJ9lC9PwRF

--HG--
extra : rebase_source : 4d2a11cba2ca059738e1f7a385732e8611154b8d
2018-02-28 15:53:29 +00:00
Johan Lorenzo
42a82bc9bb Bug 1411559 - Snap: Add upload on mozilla-release and restrict channels r=sfraser
MozReview-Commit-ID: DHszbMhpFKI

--HG--
extra : rebase_source : 1b8954fb96c1e5fbedbdd4f58f65e26be1a4ba29
2018-02-28 14:50:28 +01:00
Joel Maher
5aedcd4be2 backout Bug 1435844 changes to schedule motionmark and h1 on windows. r=me a=backout CLOSED TREE
--HG--
extra : source : 1bc5d8dfe84ad29bbe0b6248adacec7ac679f401
2018-02-28 11:23:07 -05:00
Joel Maher
7c1bb20a1b backout Bug 1435844 for win10 hardware failures. r=me a=backout CLOSED TREE
--HG--
extra : source : 673b8d253e4db1469c8f752f5358ced4777cd340
2018-02-28 11:17:21 -05:00
Joel Maher
e3b9fe0f47 backout Bug 1431161 for win10 hardware failures. r=me a=backout CLOSED TREE
--HG--
extra : source : 5bc49a32f7060ff869116f1ab831394fca14b12c
2018-02-28 11:14:57 -05:00
Marco Castelluccio
ffd695dcbf Bug 1434729 - Never optimize test suites for coverage builds. r=jmaher
--HG--
extra : rebase_source : 0c2080cb2856c331fe6b3f2106e71be05777afda
2018-02-20 12:20:19 +01:00