From 941bdac4f46ea9974af31066eb858d8bdb2d30a0 Mon Sep 17 00:00:00 2001 From: Tim Sullivan Date: Mon, 17 May 2021 10:25:53 -0700 Subject: [PATCH] [Reporting] Switch Mac Chromium to the internally-hosted custom build (#100165) * switch mac chromium download location to kibana team gcs * oops, fix the path to the binary Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com> --- .../reporting/server/browsers/chromium/paths.ts | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/x-pack/plugins/reporting/server/browsers/chromium/paths.ts b/x-pack/plugins/reporting/server/browsers/chromium/paths.ts index 0fd241f2d2ca6b..ed06bba527c437 100644 --- a/x-pack/plugins/reporting/server/browsers/chromium/paths.ts +++ b/x-pack/plugins/reporting/server/browsers/chromium/paths.ts @@ -38,12 +38,11 @@ export class ChromiumArchivePaths { { platform: 'darwin', architecture: 'x64', - archiveFilename: 'chrome-mac.zip', - archiveChecksum: '6aad6fa5a26d83e24e2f0d52de5230bf', - binaryChecksum: '2dc7a7250d849df4cab60f3b4a70c1ea', - binaryRelativePath: 'chrome-mac/Chromium.app/Contents/MacOS/Chromium', - location: 'common', - archivePath: 'Mac', + archiveFilename: 'chromium-d163fd7-darwin_x64.zip', + archiveChecksum: '19aa88bd59e2575816425bf72786c53f', + binaryChecksum: 'dfcd6e007214175997663c50c8d871ea', + binaryRelativePath: 'headless_shell-darwin_x64/headless_shell', + location: 'custom', }, { platform: 'linux',