Skip to content

Commit 3b7877d

Browse files
committed
use amd64 agent for x390x for now as this permanent agent is lacking make
1 parent 4910e05 commit 3b7877d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Jenkinsfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@ def architecturesAndCiJioAgentLabels = [
2020
'arm64': 'arm64docker',
2121
// No corresponding agent, using qemu
2222
'ppc64le': 'docker && amd64',
23-
's390x': 's390xdocker',
23+
// TODO: install `make` on permanent x390x agent
24+
// 's390x': 's390xdocker',
25+
's390x': 'docker && amd64',
2426
]
2527

2628
// Set to true in a replay to simulate a LTS build on ci.jenkins.io

0 commit comments

Comments
 (0)