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

danoliveira 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 bbd0aed  Updating Go tests on PR template. (#14442)
bbd0aed is described below

commit bbd0aed55d9bb6f3c2d0e1ebe6a47bee1f5b9064
Author: Daniel Oliveira <[email protected]>
AuthorDate: Tue Apr 6 16:25:44 2021 -0700

    Updating Go tests on PR template. (#14442)
    
    * Updating Go tests on PR template.
---
 .github/PULL_REQUEST_TEMPLATE.md | 14 +++++++++++---
 1 file changed, 11 insertions(+), 3 deletions(-)

diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
index c717176..5da5ecb 100644
--- a/.github/PULL_REQUEST_TEMPLATE.md
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -32,11 +32,15 @@ Post-Commit Tests Status (on master branch)
       <td>Go</td>
       <td>
         <a 
href="https://ci-beam.apache.org/job/beam_PostCommit_Go/lastCompletedBuild/";>
-          <img 
src="https://ci-beam.apache.org/job/beam_PostCommit_Go/lastCompletedBuild/badge/icon";>
+          <img alt="Build Status" 
src="https://ci-beam.apache.org/job/beam_PostCommit_Go/lastCompletedBuild/badge/icon";>
         </a>
       </td>
       <td>---</td>
-      <td>---</td>
+      <td>
+        <a 
href="https://ci-beam.apache.org/job/beam_PostCommit_Go/lastCompletedBuild/";>
+          <img alt="Build Status" 
src="https://ci-beam.apache.org/job/beam_PostCommit_Go/lastCompletedBuild/badge/icon";>
+        </a>
+      </td>
       <td>
         <a 
href="https://ci-beam.apache.org/job/beam_PostCommit_Go_VR_Flink/lastCompletedBuild/";>
           <img alt="Build Status" 
src="https://ci-beam.apache.org/job/beam_PostCommit_Go_VR_Flink/lastCompletedBuild/badge/icon";>
@@ -260,7 +264,11 @@ Pre-Commit Tests Status (on master branch)
           <img alt="Build Status" 
src="https://ci-beam.apache.org/job/beam_PreCommit_Portable_Python_Cron/lastCompletedBuild/badge/icon";>
         </a>
       </td>
-      <td>---</td>
+      <td>
+        <a 
href="https://ci-beam.apache.org/job/beam_PreCommit_GoPortable_Cron/lastCompletedBuild/";>
+          <img alt="Build Status" 
src="https://ci-beam.apache.org/job/beam_PreCommit_GoPortable_Cron/lastCompletedBuild/badge/icon";>
+        </a>
+      </td>
       <td>---</td>
       <td>---</td>
       <td>---</td>

Reply via email to