Skip to content

Commit 006ec3c

Browse files
committed
Test: Verify the Scala builds on a more specific agent
Motivation ---------- The `sqkqe` label includes agents that do not have the tools required for protobuf compilation. Change-Id: Ib469749aead16ffabf2e07cc7ceaeeca89ac6524 Reviewed-on: https://review.couchbase.org/c/couchbase-jvm-clients/+/235528 Reviewed-by: David Nault <[email protected]> Tested-by: David Nault <[email protected]>
1 parent 1171f5f commit 006ec3c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Jenkinsfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,14 +106,14 @@ pipeline {
106106

107107
stages {
108108
stage('Build Scala 2.13 (OpenJDK 17)') {
109-
agent { label "sdkqe" }
109+
agent { label "qe-ubuntu24-amd64" }
110110
steps {
111111
buildScala(defaultBuildJvm(), "2.13", REFSPEC)
112112
}
113113
}
114114

115115
stage('Build Scala 3 (OpenJDK 17)') {
116-
agent { label "sdkqe" }
116+
agent { label "qe-ubuntu24-amd64" }
117117
steps {
118118
buildScala(defaultBuildJvm(), "3", REFSPEC)
119119
}

0 commit comments

Comments
 (0)