You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by da...@apache.org on 2023/02/23 17:01:01 UTC

[beam] branch users/damccorm/go-post created (now f4d40a099b5)

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

damccorm pushed a change to branch users/damccorm/go-post
in repository https://gitbox.apache.org/repos/asf/beam.git


      at f4d40a099b5 Fix go postcommit naming

This branch includes the following new commits:

     new f4d40a099b5 Fix go postcommit naming

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[beam] 01/01: Fix go postcommit naming

Posted by da...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

damccorm pushed a commit to branch users/damccorm/go-post
in repository https://gitbox.apache.org/repos/asf/beam.git

commit f4d40a099b54941eb45465a89514294b0928ac72
Author: Danny McCormick <da...@google.com>
AuthorDate: Thu Feb 23 12:00:52 2023 -0500

    Fix go postcommit naming
---
 .test-infra/jenkins/job_PostCommit_Go.groovy | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.test-infra/jenkins/job_PostCommit_Go.groovy b/.test-infra/jenkins/job_PostCommit_Go.groovy
index bc18493596a..3d1c6a3b53f 100644
--- a/.test-infra/jenkins/job_PostCommit_Go.groovy
+++ b/.test-infra/jenkins/job_PostCommit_Go.groovy
@@ -22,7 +22,7 @@ import PostcommitJobBuilder
 // This is the Go postcommit which runs a gradle build, and the current set
 // of postcommit tests.
 PostcommitJobBuilder.postCommitJob('beam_PostCommit_Go', 'Run Go PostCommit',
-    './gradlew :goPostCommit', this) {
+    'Go PostCommit (\"Run Go PostCommit\")', this) {
       description('Runs Go PostCommit tests against master.')
       previousNames(/beam_PostCommit_Go_GradleBuild/)