devops: cleanup browser build configs (#7180)

- certain builds weren't listed in EXPECTED_BUILDS
- wekbit had one unused build configuration
This commit is contained in:
Andrey Lushnikov 2021-06-16 12:22:33 -07:00 committed by GitHub
parent 53ac9066da
commit 04de4ad93e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 2 additions and 5 deletions

View File

@ -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"

View File

@ -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

View File

@ -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