From 197807ef8afaa7716c83e76eb88b41e797f848e2 Mon Sep 17 00:00:00 2001 From: Yifan Zou Date: Mon, 22 Apr 2019 10:00:32 -0700 Subject: [PATCH] BEAM-6919 switch snapshot publishing to ubuntu labelled agents --- .test-infra/jenkins/job_Release_NightlySnapshot.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.test-infra/jenkins/job_Release_NightlySnapshot.groovy b/.test-infra/jenkins/job_Release_NightlySnapshot.groovy index 1a925e1985663..952e21d88faef 100644 --- a/.test-infra/jenkins/job_Release_NightlySnapshot.groovy +++ b/.test-infra/jenkins/job_Release_NightlySnapshot.groovy @@ -28,7 +28,7 @@ job('beam_Release_NightlySnapshot') { concurrentBuild() // Set common parameters. Timeout is longer, to avoid [BEAM-5774]. - commonJobProperties.setTopLevelMainJobProperties(delegate, 'master', 200) + commonJobProperties.setTopLevelMainJobProperties(delegate, 'master', 200, true, 'ubuntu') // This is a post-commit job that runs once per day, not for every push. commonJobProperties.setAutoJob(