Skip to content

Commit e47c7ef

Browse files
authored
Prefer building the TPU VM on a CPU agent
Hopefully this forces it to build on a newer node.
1 parent c170f0a commit e47c7ef

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Jenkinsfile

+1
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ pipeline {
110110
}
111111
}
112112
stage('TPU VM') {
113+
agent { label 'ephemeral-linux' }
113114
stages {
114115
stage('Build TPU VM Image') {
115116
options {

0 commit comments

Comments
 (0)