Commit cf1064e6 by angle-autoroll Committed by Commit Bot

Roll Chromium from fff9d6fb8ddf to 3fb708290557 (495 revisions)

https://chromium.googlesource.com/chromium/src.git/+log/fff9d6fb8ddf..3fb708290557 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/chromium-angle-autoroll Please CC timvp@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/master/autoroll/README.md Changed dependencies * build: https://chromium.googlesource.com/chromium/src/build.git/+log/4ff4105cd8..129bd6c0c0 * testing: https://chromium.googlesource.com/chromium/src/testing/+log/504fae9f10..43828a290e * third_party/abseil-cpp: https://chromium.googlesource.com/chromium/src/third_party/abseil-cpp/+log/93eae7d9dc..371f2bea4f * third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/{catapult_..302ca09b2d * third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/cb17bc6028..6e5b0a5c45 * third_party/protobuf: https://chromium.googlesource.com/chromium/src/third_party/protobuf/+log/5243354177..66e0a5d62b * third_party/zlib: https://chromium.googlesource.com/chromium/src/third_party/zlib/+log/618ddecd59..c3edbeed8a * tools/clang: https://chromium.googlesource.com/chromium/src/tools/clang.git/+log/e76c8f17cf..53a9334ffe * tools/luci-go: git_revision:1b50bbe2f93441dd227ad6e6684fa9be4ab0dec2..git_revision:37e5f238829f911f85b62d66670d2fbd88354ef1 * tools/luci-go: git_revision:1b50bbe2f93441dd227ad6e6684fa9be4ab0dec2..git_revision:37e5f238829f911f85b62d66670d2fbd88354ef1 * tools/luci-go: git_revision:1b50bbe2f93441dd227ad6e6684fa9be4ab0dec2..git_revision:37e5f238829f911f85b62d66670d2fbd88354ef1 * tools/mb: https://chromium.googlesource.com/chromium/src/tools/mb/+log/df10bb0bf8..ac77520e0e * tools/skia_goldctl/mac: 5o7ziB6qRrSdtYJwKop8-5OFmvVQcxuNkGY1DRYggMsC..qwctaMZfXlU0u7OsbxWgOY_sBjsUYhlqwjJRbAXX3oYC Clang version changed llvmorg-13-init-7296-ga749bd76:llvmorg-13-init-9302-g897d7bce Details: https://chromium.googlesource.com/chromium/src/tools/clang/+/e76c8f17cf2833813d671674cd89f01f3a21e851..53a9334ffea6aa748ff6c1ce8a46e71a90e7bc9f/scripts/update.py Bug: None Tbr: timvp@google.com Change-Id: Iff9b5446b67a948eeb60e1aa7aaacf0725714c05 Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2891629 Commit-Queue: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com> Bot-Commit: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
parent 14365e1d
...@@ -27,7 +27,7 @@ vars = { ...@@ -27,7 +27,7 @@ vars = {
'checkout_android_native_support': 'checkout_android or checkout_chromeos', 'checkout_android_native_support': 'checkout_android or checkout_chromeos',
# Version of Chromium our Chromium-based DEPS are mirrored from. # Version of Chromium our Chromium-based DEPS are mirrored from.
'chromium_revision': 'fff9d6fb8ddf35413e0dec3f87be23eea188a309', 'chromium_revision': '3fb708290557a760f56c4349f7c59b1b7d142b76',
# We never want to checkout chromium, # We never want to checkout chromium,
# but need a dummy DEPS entry for the autoroller # but need a dummy DEPS entry for the autoroller
'dummy_checkout_chromium': False, 'dummy_checkout_chromium': False,
...@@ -72,12 +72,12 @@ vars = { ...@@ -72,12 +72,12 @@ vars = {
# Three lines of non-changing comments so that # Three lines of non-changing comments so that
# the commit queue can handle CLs rolling catapult # the commit queue can handle CLs rolling catapult
# and whatever else without interference from each other. # and whatever else without interference from each other.
'catapult_revision': '1fbada9f29bc96a2c09248c01b91e6fe44279fcc', 'catapult_revision': '302ca09b2de970692330a8f42edc3e7755f4b53b',
# Three lines of non-changing comments so that # Three lines of non-changing comments so that
# the commit queue can handle CLs rolling luci-go # the commit queue can handle CLs rolling luci-go
# and whatever else without interference from each other. # and whatever else without interference from each other.
'luci_go': 'git_revision:1b50bbe2f93441dd227ad6e6684fa9be4ab0dec2', 'luci_go': 'git_revision:37e5f238829f911f85b62d66670d2fbd88354ef1',
# Three lines of non-changing comments so that # Three lines of non-changing comments so that
# the commit queue can handle CLs rolling android_sdk_build-tools_version # the commit queue can handle CLs rolling android_sdk_build-tools_version
...@@ -112,7 +112,7 @@ vars = { ...@@ -112,7 +112,7 @@ vars = {
deps = { deps = {
'build': { 'build': {
'url': '{chromium_git}/chromium/src/build.git@4ff4105cd868fb28100b596f7c20d34199789e51', 'url': '{chromium_git}/chromium/src/build.git@129bd6c0c0c3c674def3c28f781ec24fe96f1eb3',
'condition': 'not build_with_chromium', 'condition': 'not build_with_chromium',
}, },
...@@ -170,12 +170,12 @@ deps = { ...@@ -170,12 +170,12 @@ deps = {
}, },
'testing': { 'testing': {
'url': '{chromium_git}/chromium/src/testing@504fae9f10770caa5692c8655de23683b78505e6', 'url': '{chromium_git}/chromium/src/testing@43828a290e836c08f680a7cb8b4a2c4dcba3d2f0',
'condition': 'not build_with_chromium', 'condition': 'not build_with_chromium',
}, },
'third_party/abseil-cpp': { 'third_party/abseil-cpp': {
'url': '{chromium_git}/chromium/src/third_party/abseil-cpp@93eae7d9dc23b3d95a9f25470232924d2cf39c10', 'url': '{chromium_git}/chromium/src/third_party/abseil-cpp@371f2bea4f77d527c064bfa6682ecedc6089dffa',
'condition': 'not build_with_chromium', 'condition': 'not build_with_chromium',
}, },
...@@ -320,7 +320,7 @@ deps = { ...@@ -320,7 +320,7 @@ deps = {
}, },
'third_party/depot_tools': { 'third_party/depot_tools': {
'url': '{chromium_git}/chromium/tools/depot_tools.git@cb17bc602880062ea728a78449fb87d778791dc2', 'url': '{chromium_git}/chromium/tools/depot_tools.git@6e5b0a5c45fe1e861b9cbf47acb5164e721ca52a',
'condition': 'not build_with_chromium', 'condition': 'not build_with_chromium',
}, },
...@@ -427,7 +427,7 @@ deps = { ...@@ -427,7 +427,7 @@ deps = {
}, },
'third_party/protobuf': { 'third_party/protobuf': {
'url': '{chromium_git}/chromium/src/third_party/protobuf@52433541779c2d98b3ef98def5b06924e9ae85ba', 'url': '{chromium_git}/chromium/src/third_party/protobuf@66e0a5d62b2f69c09eebbd4b8be859bc9b9f939a',
'condition': 'not build_with_chromium', 'condition': 'not build_with_chromium',
}, },
...@@ -509,7 +509,7 @@ deps = { ...@@ -509,7 +509,7 @@ deps = {
}, },
'third_party/zlib': { 'third_party/zlib': {
'url': '{chromium_git}/chromium/src/third_party/zlib@618ddecd59c3083cac13610c94a429f9f2d7c63d', 'url': '{chromium_git}/chromium/src/third_party/zlib@c3edbeed8ac2232058315f43bde5831b9e4cbb53',
'condition': 'not build_with_chromium', 'condition': 'not build_with_chromium',
}, },
...@@ -519,7 +519,7 @@ deps = { ...@@ -519,7 +519,7 @@ deps = {
}, },
'tools/clang': { 'tools/clang': {
'url': '{chromium_git}/chromium/src/tools/clang.git@e76c8f17cf2833813d671674cd89f01f3a21e851', 'url': '{chromium_git}/chromium/src/tools/clang.git@53a9334ffea6aa748ff6c1ce8a46e71a90e7bc9f',
'condition': 'not build_with_chromium', 'condition': 'not build_with_chromium',
}, },
...@@ -554,7 +554,7 @@ deps = { ...@@ -554,7 +554,7 @@ deps = {
}, },
'tools/mb': { 'tools/mb': {
'url': '{chromium_git}/chromium/src/tools/mb@df10bb0bf85a2d80140e16332f69ff5e3a9196dd', 'url': '{chromium_git}/chromium/src/tools/mb@ac77520e0e0b3cf6acefb79236aea26afa5bf0d6',
'condition': 'not build_with_chromium', 'condition': 'not build_with_chromium',
}, },
...@@ -604,7 +604,7 @@ deps = { ...@@ -604,7 +604,7 @@ deps = {
'packages': [ 'packages': [
{ {
'package': 'skia/tools/goldctl/mac-amd64', 'package': 'skia/tools/goldctl/mac-amd64',
'version': '5o7ziB6qRrSdtYJwKop8-5OFmvVQcxuNkGY1DRYggMsC', 'version': 'qwctaMZfXlU0u7OsbxWgOY_sBjsUYhlqwjJRbAXX3oYC',
}, },
], ],
'dep_type': 'cipd', 'dep_type': 'cipd',
......
...@@ -829,6 +829,7 @@ ...@@ -829,6 +829,7 @@
"dimension_sets": [ "dimension_sets": [
{ {
"cpu": "x86-64", "cpu": "x86-64",
"display_attached": "1",
"gpu": "1002:6821", "gpu": "1002:6821",
"hidpi": "1", "hidpi": "1",
"os": "Mac-10.14.6", "os": "Mac-10.14.6",
...@@ -857,6 +858,7 @@ ...@@ -857,6 +858,7 @@
"dimension_sets": [ "dimension_sets": [
{ {
"cpu": "x86-64", "cpu": "x86-64",
"display_attached": "1",
"gpu": "1002:6821", "gpu": "1002:6821",
"hidpi": "1", "hidpi": "1",
"os": "Mac-10.14.6", "os": "Mac-10.14.6",
...@@ -885,6 +887,7 @@ ...@@ -885,6 +887,7 @@
"dimension_sets": [ "dimension_sets": [
{ {
"cpu": "x86-64", "cpu": "x86-64",
"display_attached": "1",
"gpu": "1002:6821", "gpu": "1002:6821",
"hidpi": "1", "hidpi": "1",
"os": "Mac-10.14.6", "os": "Mac-10.14.6",
...@@ -913,6 +916,7 @@ ...@@ -913,6 +916,7 @@
"dimension_sets": [ "dimension_sets": [
{ {
"cpu": "x86-64", "cpu": "x86-64",
"display_attached": "1",
"gpu": "1002:6821", "gpu": "1002:6821",
"hidpi": "1", "hidpi": "1",
"os": "Mac-10.14.6", "os": "Mac-10.14.6",
...@@ -941,6 +945,7 @@ ...@@ -941,6 +945,7 @@
"dimension_sets": [ "dimension_sets": [
{ {
"cpu": "x86-64", "cpu": "x86-64",
"display_attached": "1",
"gpu": "1002:6821", "gpu": "1002:6821",
"hidpi": "1", "hidpi": "1",
"os": "Mac-10.14.6", "os": "Mac-10.14.6",
...@@ -970,6 +975,7 @@ ...@@ -970,6 +975,7 @@
"dimension_sets": [ "dimension_sets": [
{ {
"cpu": "x86-64", "cpu": "x86-64",
"display_attached": "1",
"gpu": "1002:6821", "gpu": "1002:6821",
"hidpi": "1", "hidpi": "1",
"os": "Mac-10.14.6", "os": "Mac-10.14.6",
...@@ -999,6 +1005,7 @@ ...@@ -999,6 +1005,7 @@
"dimension_sets": [ "dimension_sets": [
{ {
"cpu": "x86-64", "cpu": "x86-64",
"display_attached": "1",
"gpu": "1002:6821", "gpu": "1002:6821",
"hidpi": "1", "hidpi": "1",
"os": "Mac-10.14.6", "os": "Mac-10.14.6",
...@@ -1026,6 +1033,7 @@ ...@@ -1026,6 +1033,7 @@
"dimension_sets": [ "dimension_sets": [
{ {
"cpu": "x86-64", "cpu": "x86-64",
"display_attached": "1",
"gpu": "1002:6821", "gpu": "1002:6821",
"hidpi": "1", "hidpi": "1",
"os": "Mac-10.14.6", "os": "Mac-10.14.6",
...@@ -1060,6 +1068,7 @@ ...@@ -1060,6 +1068,7 @@
"dimension_sets": [ "dimension_sets": [
{ {
"cpu": "x86-64", "cpu": "x86-64",
"display_attached": "1",
"gpu": "8086:0a2e", "gpu": "8086:0a2e",
"os": "Mac-10.15.5" "os": "Mac-10.15.5"
} }
...@@ -1086,6 +1095,7 @@ ...@@ -1086,6 +1095,7 @@
"dimension_sets": [ "dimension_sets": [
{ {
"cpu": "x86-64", "cpu": "x86-64",
"display_attached": "1",
"gpu": "8086:0a2e", "gpu": "8086:0a2e",
"os": "Mac-10.15.5" "os": "Mac-10.15.5"
} }
...@@ -1112,6 +1122,7 @@ ...@@ -1112,6 +1122,7 @@
"dimension_sets": [ "dimension_sets": [
{ {
"cpu": "x86-64", "cpu": "x86-64",
"display_attached": "1",
"gpu": "8086:0a2e", "gpu": "8086:0a2e",
"os": "Mac-10.15.5" "os": "Mac-10.15.5"
} }
...@@ -1138,6 +1149,7 @@ ...@@ -1138,6 +1149,7 @@
"dimension_sets": [ "dimension_sets": [
{ {
"cpu": "x86-64", "cpu": "x86-64",
"display_attached": "1",
"gpu": "8086:0a2e", "gpu": "8086:0a2e",
"os": "Mac-10.15.5" "os": "Mac-10.15.5"
} }
...@@ -1164,6 +1176,7 @@ ...@@ -1164,6 +1176,7 @@
"dimension_sets": [ "dimension_sets": [
{ {
"cpu": "x86-64", "cpu": "x86-64",
"display_attached": "1",
"gpu": "8086:0a2e", "gpu": "8086:0a2e",
"os": "Mac-10.15.5" "os": "Mac-10.15.5"
} }
...@@ -1191,6 +1204,7 @@ ...@@ -1191,6 +1204,7 @@
"dimension_sets": [ "dimension_sets": [
{ {
"cpu": "x86-64", "cpu": "x86-64",
"display_attached": "1",
"gpu": "8086:0a2e", "gpu": "8086:0a2e",
"os": "Mac-10.15.5" "os": "Mac-10.15.5"
} }
...@@ -1218,6 +1232,7 @@ ...@@ -1218,6 +1232,7 @@
"dimension_sets": [ "dimension_sets": [
{ {
"cpu": "x86-64", "cpu": "x86-64",
"display_attached": "1",
"gpu": "8086:0a2e", "gpu": "8086:0a2e",
"os": "Mac-10.15.5" "os": "Mac-10.15.5"
} }
...@@ -1243,6 +1258,7 @@ ...@@ -1243,6 +1258,7 @@
"dimension_sets": [ "dimension_sets": [
{ {
"cpu": "x86-64", "cpu": "x86-64",
"display_attached": "1",
"gpu": "8086:0a2e", "gpu": "8086:0a2e",
"os": "Mac-10.15.5" "os": "Mac-10.15.5"
} }
...@@ -1273,6 +1289,7 @@ ...@@ -1273,6 +1289,7 @@
"dimension_sets": [ "dimension_sets": [
{ {
"cpu": "x86-64", "cpu": "x86-64",
"display_attached": "1",
"gpu": "10de:0fe9", "gpu": "10de:0fe9",
"hidpi": "1", "hidpi": "1",
"os": "Mac-10.14.6", "os": "Mac-10.14.6",
...@@ -1300,6 +1317,7 @@ ...@@ -1300,6 +1317,7 @@
"dimension_sets": [ "dimension_sets": [
{ {
"cpu": "x86-64", "cpu": "x86-64",
"display_attached": "1",
"gpu": "10de:0fe9", "gpu": "10de:0fe9",
"hidpi": "1", "hidpi": "1",
"os": "Mac-10.14.6", "os": "Mac-10.14.6",
......
...@@ -30,14 +30,17 @@ ...@@ -30,14 +30,17 @@
'os': 'Ubuntu-19.04', 'os': 'Ubuntu-19.04',
'pool': 'chromium.tests.gpu'}}}, 'pool': 'chromium.tests.gpu'}}},
'mac_mini_intel_gpu_stable': { 'swarming': { 'dimensions': { 'cpu': 'x86-64', 'mac_mini_intel_gpu_stable': { 'swarming': { 'dimensions': { 'cpu': 'x86-64',
'display_attached': '1',
'gpu': '8086:0a2e', 'gpu': '8086:0a2e',
'os': 'Mac-10.15.5'}}}, 'os': 'Mac-10.15.5'}}},
'mac_retina_amd_gpu_stable': { 'swarming': { 'dimensions': { 'cpu': 'x86-64', 'mac_retina_amd_gpu_stable': { 'swarming': { 'dimensions': { 'cpu': 'x86-64',
'display_attached': '1',
'gpu': '1002:6821', 'gpu': '1002:6821',
'hidpi': '1', 'hidpi': '1',
'os': 'Mac-10.14.6', 'os': 'Mac-10.14.6',
'pool': 'chromium.tests.gpu'}}}, 'pool': 'chromium.tests.gpu'}}},
'mac_retina_nvidia_gpu_stable': { 'swarming': { 'dimensions': { 'cpu': 'x86-64', 'mac_retina_nvidia_gpu_stable': { 'swarming': { 'dimensions': { 'cpu': 'x86-64',
'display_attached': '1',
'gpu': '10de:0fe9', 'gpu': '10de:0fe9',
'hidpi': '1', 'hidpi': '1',
'os': 'Mac-10.14.6', 'os': 'Mac-10.14.6',
......
{ {
"infra/specs/angle.json": "infra/specs/angle.json":
"2fe91b1f4776316626ef06a58099a4bd", "496412deb7ddbf1daf81be291a372b39",
"infra/specs/generate_test_spec_json.py": "infra/specs/generate_test_spec_json.py":
"e1c8a771f751adad715d7bea900fc8e1", "e1c8a771f751adad715d7bea900fc8e1",
"infra/specs/mixins.pyl": "infra/specs/mixins.pyl":
"2e84b24b7090ba131299498d8c5bc933", "4480636e8e8fde81e6e6fd54a36ee6c4",
"infra/specs/test_suite_exceptions.pyl": "infra/specs/test_suite_exceptions.pyl":
"aad1a4aed801277cc531733deab221b5", "aad1a4aed801277cc531733deab221b5",
"infra/specs/test_suites.pyl": "infra/specs/test_suites.pyl":
...@@ -16,5 +16,5 @@ ...@@ -16,5 +16,5 @@
"testing/buildbot/generate_buildbot_json.py": "testing/buildbot/generate_buildbot_json.py":
"1e81e9c9e086c49b14ba038a49e4bab9", "1e81e9c9e086c49b14ba038a49e4bab9",
"testing/buildbot/mixins.pyl": "testing/buildbot/mixins.pyl":
"eade5b84f1cc68ed7c9e67637c6515b9" "1929e5a300e1c13a82a18965ade1bfe7"
} }
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment