Revert "Verify Gerrit changes using Chrome 80"

This reverts commit 049b528083.

Reason for revert: Looks like there are still issues with Chrome 80

Change-Id: I83676448e8d70bbe8f5c18bf486ea8b444012297
This commit is contained in:
Luca Milanesio
2020-05-08 13:38:38 +00:00
parent e668cbd94d
commit 4a4f0d2277

2
Jenkinsfile vendored
View File

@@ -147,7 +147,7 @@ def collectBuilds() {
if (hasChangeNumber()) {
builds["Gerrit-codestyle"] = prepareBuildsForMode("Gerrit-codestyle")
Builds.modes.each {
builds["Gerrit-verification(${it})"] = prepareBuildsForMode("Gerrit-verifier-chrome80", it)
builds["Gerrit-verification(${it})"] = prepareBuildsForMode("Gerrit-verifier-bazel", it)
}
} else {
builds["java8"] = { -> build "Gerrit-bazel-${env.BRANCH_NAME}" }