From a458711f63571bf852e94cf7af8746f92181966f Mon Sep 17 00:00:00 2001 From: Timothy Sullivan Date: Fri, 14 May 2021 12:35:18 -0700 Subject: [PATCH 1/2] switch mac chromium download location to kibana team gcs --- .../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 0fd241f2d2ca6..3e4bf6b601567 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', + location: 'custom', }, { platform: 'linux', From 503d68faf4dc3f938cb55a41811f463ecb55ed94 Mon Sep 17 00:00:00 2001 From: Timothy Sullivan Date: Fri, 14 May 2021 13:09:23 -0700 Subject: [PATCH 2/2] oops, fix the path to the binary --- x-pack/plugins/reporting/server/browsers/chromium/paths.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x-pack/plugins/reporting/server/browsers/chromium/paths.ts b/x-pack/plugins/reporting/server/browsers/chromium/paths.ts index 3e4bf6b601567..ed06bba527c43 100644 --- a/x-pack/plugins/reporting/server/browsers/chromium/paths.ts +++ b/x-pack/plugins/reporting/server/browsers/chromium/paths.ts @@ -41,7 +41,7 @@ export class ChromiumArchivePaths { archiveFilename: 'chromium-d163fd7-darwin_x64.zip', archiveChecksum: '19aa88bd59e2575816425bf72786c53f', binaryChecksum: 'dfcd6e007214175997663c50c8d871ea', - binaryRelativePath: 'headless_shell-darwin_x64', + binaryRelativePath: 'headless_shell-darwin_x64/headless_shell', location: 'custom', }, {