aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorangle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>2024-04-25 17:34:09 +0000
committerAngle LUCI CQ <angle-scoped@luci-project-accounts.iam.gserviceaccount.com>2024-04-25 19:20:23 +0000
commit55affbfd7cadd5d64e1790e30eeda5b2123c0a53 (patch)
tree651245543ff9d2b3b153f7982d8ca7ec56d19db0
parent04329fe0855dc5d85a3bcda38aca561a70e42a06 (diff)
downloadangle-55affbfd7cadd5d64e1790e30eeda5b2123c0a53.tar.gz
Manual roll Chromium from 0543b5c427ca to ad99ecc02953 (246 revisions)
Manual roll requested by bsheedy@google.com https://chromium.googlesource.com/chromium/src.git/+log/0543b5c427ca..ad99ecc02953 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 angle-team@google.com,bsheedy@google.com,ynovikov@google.com on the revert to ensure that a human is aware of the problem. To file a bug in Chromium: https://bugs.chromium.org/p/chromium/issues/entry To file a bug in ANGLE: https://bugs.chromium.org/p/angleproject/issues/entry To report a problem with the AutoRoller itself, please file a bug: https://issues.skia.org/issues/new?component=1389291&template=1850622 Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md Changed dependencies * build: https://chromium.googlesource.com/chromium/src/build.git/+log/a1bcbf3070..dfdfe582f6 * testing: https://chromium.googlesource.com/chromium/src/testing/+log/89090fdbd1..03850de4bf * third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/01d7072ad6..d980d879d2 * third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/fb94001f06..9a52511c59 * tools/clang: https://chromium.googlesource.com/chromium/src/tools/clang.git/+log/0aaac4902f..949930758e No update to Clang. Bug: None Tbr: ynovikov@google.com,bsheedy@google.com Change-Id: Iadac5adc4672786702c5c856114a89f5f54c6300 Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/5490169 Commit-Queue: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com> Bot-Commit: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
-rw-r--r--DEPS12
m---------build0
-rw-r--r--infra/specs/angle.json16
-rw-r--r--infra/specs/mixins.pyl2
m---------testing0
m---------third_party/catapult0
m---------third_party/depot_tools0
m---------tools/clang0
8 files changed, 15 insertions, 15 deletions
diff --git a/DEPS b/DEPS
index 1157f77d88..742fe1a480 100644
--- a/DEPS
+++ b/DEPS
@@ -43,7 +43,7 @@ vars = {
'checkout_angle_mesa': False,
# Version of Chromium our Chromium-based DEPS are mirrored from.
- 'chromium_revision': '0543b5c427ca2038112d55dccdb33447f2bc6861',
+ 'chromium_revision': 'ad99ecc0295323994d6487aa0149d65d020038cd',
# We never want to checkout chromium,
# but need a dummy DEPS entry for the autoroller
'dummy_checkout_chromium': False,
@@ -88,7 +88,7 @@ vars = {
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling catapult
# and whatever else without interference from each other.
- 'catapult_revision': '01d7072ad67e17b1ba7dded7955e399f29859bd6',
+ 'catapult_revision': 'd980d879d21edf5266cd049ded6cd17cba49eb28',
# the commit queue can handle CLs rolling Fuchsia sdk
# and whatever else without interference from each other.
@@ -414,7 +414,7 @@ vars = {
deps = {
'build': {
- 'url': Var('chromium_git') + '/chromium/src/build.git@a1bcbf3070c78efa89da9037a82bb8952d346c10',
+ 'url': Var('chromium_git') + '/chromium/src/build.git@dfdfe582f6111c8b363c7b42fa906f8d9816bb6e',
'condition': 'not build_with_chromium',
},
@@ -473,7 +473,7 @@ deps = {
},
'testing': {
- 'url': '{chromium_git}/chromium/src/testing@89090fdbd1996e989ef473bca492813ef541c876',
+ 'url': '{chromium_git}/chromium/src/testing@03850de4bfc386a048faa0201512c1498c159db1',
'condition': 'not build_with_chromium',
},
@@ -655,7 +655,7 @@ deps = {
},
'third_party/depot_tools': {
- 'url': Var('chromium_git') + '/chromium/tools/depot_tools.git@fb94001f066d0e38ab14c7413714ed17bfa34082',
+ 'url': Var('chromium_git') + '/chromium/tools/depot_tools.git@9a52511c5997b9981e2e50d28647e2471bf45bec',
'condition': 'not build_with_chromium',
},
@@ -963,7 +963,7 @@ deps = {
},
'tools/clang': {
- 'url': Var('chromium_git') + '/chromium/src/tools/clang.git@0aaac4902f74d6013d56fde780c10772f34feec3',
+ 'url': Var('chromium_git') + '/chromium/src/tools/clang.git@949930758ec6653735a9a4def4e1a460a9e37cca',
'condition': 'not build_with_chromium',
},
diff --git a/build b/build
-Subproject a1bcbf3070c78efa89da9037a82bb8952d346c1
+Subproject dfdfe582f6111c8b363c7b42fa906f8d9816bb6
diff --git a/infra/specs/angle.json b/infra/specs/angle.json
index 4f5164fb8b..560f08d5a5 100644
--- a/infra/specs/angle.json
+++ b/infra/specs/angle.json
@@ -5947,7 +5947,7 @@
"cpu": "x86-64",
"display_attached": "1",
"gpu": "8086:3e9b",
- "os": "Mac-13.5"
+ "os": "Mac-13.5|Mac-14.4.1"
},
"service_account": "chromium-tester@chops-service-accounts.iam.gserviceaccount.com"
},
@@ -5969,7 +5969,7 @@
"cpu": "x86-64",
"display_attached": "1",
"gpu": "8086:3e9b",
- "os": "Mac-13.5"
+ "os": "Mac-13.5|Mac-14.4.1"
},
"service_account": "chromium-tester@chops-service-accounts.iam.gserviceaccount.com"
},
@@ -5992,7 +5992,7 @@
"cpu": "x86-64",
"display_attached": "1",
"gpu": "8086:3e9b",
- "os": "Mac-13.5"
+ "os": "Mac-13.5|Mac-14.4.1"
},
"service_account": "chromium-tester@chops-service-accounts.iam.gserviceaccount.com"
},
@@ -6015,7 +6015,7 @@
"cpu": "x86-64",
"display_attached": "1",
"gpu": "8086:3e9b",
- "os": "Mac-13.5"
+ "os": "Mac-13.5|Mac-14.4.1"
},
"service_account": "chromium-tester@chops-service-accounts.iam.gserviceaccount.com"
},
@@ -6038,7 +6038,7 @@
"cpu": "x86-64",
"display_attached": "1",
"gpu": "8086:3e9b",
- "os": "Mac-13.5"
+ "os": "Mac-13.5|Mac-14.4.1"
},
"service_account": "chromium-tester@chops-service-accounts.iam.gserviceaccount.com",
"shards": 2
@@ -6062,7 +6062,7 @@
"cpu": "x86-64",
"display_attached": "1",
"gpu": "8086:3e9b",
- "os": "Mac-13.5"
+ "os": "Mac-13.5|Mac-14.4.1"
},
"service_account": "chromium-tester@chops-service-accounts.iam.gserviceaccount.com",
"shards": 2
@@ -6086,7 +6086,7 @@
"cpu": "x86-64",
"display_attached": "1",
"gpu": "8086:3e9b",
- "os": "Mac-13.5"
+ "os": "Mac-13.5|Mac-14.4.1"
},
"service_account": "chromium-tester@chops-service-accounts.iam.gserviceaccount.com",
"shards": 2
@@ -6106,7 +6106,7 @@
"cpu": "x86-64",
"display_attached": "1",
"gpu": "8086:3e9b",
- "os": "Mac-13.5"
+ "os": "Mac-13.5|Mac-14.4.1"
},
"service_account": "chromium-tester@chops-service-accounts.iam.gserviceaccount.com"
},
diff --git a/infra/specs/mixins.pyl b/infra/specs/mixins.pyl
index 2f922d4dcd..2b6c0c6722 100644
--- a/infra/specs/mixins.pyl
+++ b/infra/specs/mixins.pyl
@@ -44,7 +44,7 @@
'mac_mini_intel_gpu_stable': { 'swarming': { 'dimensions': { 'cpu': 'x86-64',
'display_attached': '1',
'gpu': '8086:3e9b',
- 'os': 'Mac-13.5'}}},
+ 'os': 'Mac-13.5|Mac-14.4.1'}}},
'mac_retina_amd_gpu_experimental': { 'swarming': { 'dimensions': { 'cpu': 'x86-64',
'display_attached': '1',
'gpu': '1002:67ef',
diff --git a/testing b/testing
-Subproject 89090fdbd1996e989ef473bca492813ef541c87
+Subproject 03850de4bfc386a048faa0201512c1498c159db
diff --git a/third_party/catapult b/third_party/catapult
-Subproject 01d7072ad67e17b1ba7dded7955e399f29859bd
+Subproject d980d879d21edf5266cd049ded6cd17cba49eb2
diff --git a/third_party/depot_tools b/third_party/depot_tools
-Subproject fb94001f066d0e38ab14c7413714ed17bfa3408
+Subproject 9a52511c5997b9981e2e50d28647e2471bf45be
diff --git a/tools/clang b/tools/clang
-Subproject 0aaac4902f74d6013d56fde780c10772f34feec
+Subproject 949930758ec6653735a9a4def4e1a460a9e37cc