Skip to content
This repository has been archived by the owner on Sep 17, 2024. It is now read-only.

Commit

Permalink
chore(ci): be more specific about the underlying ARM OS (#1341) (#1344)
Browse files Browse the repository at this point in the history
(cherry picked from commit 964b8a1)

Co-authored-by: Manuel de la Peña <mdelapenya@gmail.com>
  • Loading branch information
mergify[bot] and mdelapenya authored Jul 20, 2021
1 parent e482dd3 commit 11f24e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .ci/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -315,8 +315,8 @@ def generateFunctionalTestStep(Map args = [:]){
def workerLabels = "${platform} && immutable"
if (platform == "arm64") {
goArch = "arm64"
// ARM is not ready as immutable workers
workerLabels = "arm"
// let's use centos8 ARM as base VM, trying to mitigate the flakiness described in https://github.com/elastic/e2e-testing/issues/1271
workerLabels = "centos-8-aarch64"
}

// Skip scenarios per platform
Expand Down

0 comments on commit 11f24e2

Please sign in to comment.