This is an automated email from the ASF dual-hosted git repository.

amyrvold pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/master by this push:
     new eeaacf4  [BEAM-11377] Fix credentials regression.
     new 1ad764b  Merge pull request #14190 from tysonjh/snapshot-fix-fix-fix
eeaacf4 is described below

commit eeaacf4b97d4a3c7ce2f4678ee5dda0bfe61cd16
Author: Tyson Hamilton <tyso...@google.com>
AuthorDate: Wed Mar 10 22:59:06 2021 +0000

    [BEAM-11377] Fix credentials regression.
    
    Previous 'fix' for retries broke credentials by executing on the
    'ubuntu' tagged machine instead of 'beam'. This reverts that part of the
    change.
---
 .test-infra/jenkins/job_PostRelease_NightlySnapshot.groovy | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.test-infra/jenkins/job_PostRelease_NightlySnapshot.groovy 
b/.test-infra/jenkins/job_PostRelease_NightlySnapshot.groovy
index 596e5d3..d31c354 100644
--- a/.test-infra/jenkins/job_PostRelease_NightlySnapshot.groovy
+++ b/.test-infra/jenkins/job_PostRelease_NightlySnapshot.groovy
@@ -24,7 +24,7 @@ job('beam_PostRelease_NightlySnapshot') {
   description('Runs post release verification of the nightly snapshot.')
 
   // Set common parameters. Timeout is longer, to avoid [BEAM-5774].
-  commonJobProperties.setTopLevelMainJobProperties(delegate, 'master', 200, 
true, 'ubuntu')
+  commonJobProperties.setTopLevelMainJobProperties(delegate, 'master', 200)
 
   parameters {
     stringParam('snapshot_version',

Reply via email to