Skip to content

Commit ab62d5b

Browse files
committed
Use dedicated k8s-migration-test-2204 agent label
Switch from the shared k8s-test-2204-8 pool to the dedicated k8s-migration-test-2204 cloud (defined in LiveRamp/kubernetes-deployments PR #6355) so the GCE->K8s migration validation runs on an isolated EXCLUSIVE pool. Avoids interleaving with unrelated org builds that default to k8s-common, which makes failures attributable and prevents the test pool from being pinned by long-running unrelated jobs.
1 parent 530e3ac commit ab62d5b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
env.JAVA_HOME = '/usr/lib/jvm/java-8-openjdk-amd64'
55

66
mvnBuildPipeline {
7-
agentLabel = 'k8s-test-2204-8'
7+
agentLabel = 'k8s-migration-test-2204'
88
}

0 commit comments

Comments
 (0)