You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Workflow CI: Update CHROME_VALIDATED_VERSION for Auth tests (#8722)
Update our CI's logged `CHROME_VALIDATED_VERSION` to the currently tested version. We haven't updated it in a while.
Keeping this up to date should reduce support burden later.
CHROME_VERSION_MISMATCH_MESSAGE: "The Chrome version doesn't match the previously validated version. Consider updating CHROME_VALIDATED_VERSION in the GitHub workflow if tests pass."
26
+
CHROME_VALIDATED_VERSION: linux-132.0.6834.110
27
+
CHROME_VERSION_MISMATCH_MESSAGE: "The Chrome version doesn't match the previously validated version. Consider updating CHROME_VALIDATED_VERSION in the GitHub workflow if tests pass, or rollback the installed Chrome version if tests fail."
28
28
artifactRetentionDays: 14
29
29
# Bump Node memory limit
30
30
NODE_OPTIONS: "--max_old_space_size=4096"
@@ -117,13 +117,9 @@ jobs:
117
117
npx @puppeteer/browsers install chrome@stable
118
118
chromeVersionString=$(ls chrome)
119
119
if [ "$CHROME_VALIDATED_VERSION" != "$chromeVersionString" ]; then
120
-
echo "::warning ::The Chrome version doesn't match the previously validated version. Consider updating CHROME_VALIDATED_VERSION in the GitHub workflow if tests pass."
0 commit comments