From 04de4ad93ea5c441480f2e89159d527e128bcc4c Mon Sep 17 00:00:00 2001 From: Andrey Lushnikov Date: Wed, 16 Jun 2021 12:22:33 -0700 Subject: [PATCH] devops: cleanup browser build configs (#7180) - certain builds weren't listed in EXPECTED_BUILDS - wekbit had one unused build configuration --- browser_patches/checkout_build_archive_upload.sh | 5 ----- browser_patches/firefox-beta/EXPECTED_BUILDS | 1 + browser_patches/firefox/EXPECTED_BUILDS | 1 + 3 files changed, 2 insertions(+), 5 deletions(-) diff --git a/browser_patches/checkout_build_archive_upload.sh b/browser_patches/checkout_build_archive_upload.sh index 05e824f5bf..3227302a17 100755 --- a/browser_patches/checkout_build_archive_upload.sh +++ b/browser_patches/checkout_build_archive_upload.sh @@ -300,11 +300,6 @@ elif [[ "$BUILD_FLAVOR" == "webkit-mac-10.15" ]]; then EXPECTED_HOST_OS="Darwin" EXPECTED_HOST_OS_VERSION="10.15" BUILD_BLOB_NAME="webkit-mac-10.15.zip" -elif [[ "$BUILD_FLAVOR" == "webkit-mac-11.0" ]]; then - BROWSER_NAME="webkit" - EXPECTED_HOST_OS="Darwin" - EXPECTED_HOST_OS_VERSION="11.0" - BUILD_BLOB_NAME="webkit-mac-11.0.zip" elif [[ "$BUILD_FLAVOR" == "webkit-mac-11.0-arm64" ]]; then BROWSER_NAME="webkit" EXPECTED_HOST_OS="Darwin" diff --git a/browser_patches/firefox-beta/EXPECTED_BUILDS b/browser_patches/firefox-beta/EXPECTED_BUILDS index a58b87bbf6..2c20c9bbc9 100644 --- a/browser_patches/firefox-beta/EXPECTED_BUILDS +++ b/browser_patches/firefox-beta/EXPECTED_BUILDS @@ -1,4 +1,5 @@ firefox-beta-mac-10.14.zip +firefox-beta-mac-11.0-arm64.zip firefox-beta-ubuntu-18.04.zip firefox-beta-ubuntu-20.04.zip firefox-beta-win32.zip diff --git a/browser_patches/firefox/EXPECTED_BUILDS b/browser_patches/firefox/EXPECTED_BUILDS index a7548b6926..e3226d202f 100644 --- a/browser_patches/firefox/EXPECTED_BUILDS +++ b/browser_patches/firefox/EXPECTED_BUILDS @@ -1,4 +1,5 @@ firefox-mac-10.14.zip +firefox-mac-11.0-arm64.zip firefox-ubuntu-18.04.zip firefox-ubuntu-20.04.zip firefox-win32.zip