You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@bookkeeper.apache.org by GitBox <gi...@apache.org> on 2018/12/12 01:13:20 UTC

[GitHub] sijie closed pull request #1881: [CI] Update precommit job captions with trigger phrase

sijie closed pull request #1881: [CI] Update precommit job captions with trigger phrase
URL: https://github.com/apache/bookkeeper/pull/1881
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/.test-infra/jenkins/job_bookkeeper_precommit_bookie_tests.groovy b/.test-infra/jenkins/job_bookkeeper_precommit_bookie_tests.groovy
index 8f8e5ae501..f25cdd5004 100644
--- a/.test-infra/jenkins/job_bookkeeper_precommit_bookie_tests.groovy
+++ b/.test-infra/jenkins/job_bookkeeper_precommit_bookie_tests.groovy
@@ -40,7 +40,7 @@ freeStyleJob('bookkeeper_precommit_bookie_tests') {
   // Sets that this is a PreCommit job.
   common_job_properties.setPreCommit(
     delegate,
-    'Bookie Tests',
+    'Bookie Tests (trigger via `run bookkeeper-server bookie tests`)',
     '.*(re)?run bookkeeper-server (bookie )?tests.*',
     '.*\\[x\\] \\[skip bookkeeper-server (bookie )?tests\\].*',
     true)
diff --git a/.test-infra/jenkins/job_bookkeeper_precommit_client_tests.groovy b/.test-infra/jenkins/job_bookkeeper_precommit_client_tests.groovy
index 9240099ae5..03e26365ea 100644
--- a/.test-infra/jenkins/job_bookkeeper_precommit_client_tests.groovy
+++ b/.test-infra/jenkins/job_bookkeeper_precommit_client_tests.groovy
@@ -40,7 +40,7 @@ freeStyleJob('bookkeeper_precommit_client_tests') {
   // Sets that this is a PreCommit job.
   common_job_properties.setPreCommit(
     delegate,
-    'Client Tests',
+    'Client Tests (trigger via `run bookkeeper-server client tests`)',
     '.*(re)?run bookkeeper-server (client )?tests.*',
     '.*\\[x\\] \\[skip bookkeeper-server (client )?tests\\].*',
     true)
diff --git a/.test-infra/jenkins/job_bookkeeper_precommit_integrationtests.groovy b/.test-infra/jenkins/job_bookkeeper_precommit_integrationtests.groovy
index cda3d9be02..0fa3ddfbfd 100644
--- a/.test-infra/jenkins/job_bookkeeper_precommit_integrationtests.groovy
+++ b/.test-infra/jenkins/job_bookkeeper_precommit_integrationtests.groovy
@@ -42,7 +42,7 @@ freeStyleJob('bookkeeper_precommit_integrationtests') {
     // Sets that this is a PreCommit job.
     common_job_properties.setPreCommit(
         delegate,
-        'Integration Tests',
+        'Integration Tests (trigger via `run integration tests`)',
         '.*(re)?run integration tests.*',
         '.*\\[x\\] \\[skip integration tests\\].*')
 
diff --git a/.test-infra/jenkins/job_bookkeeper_precommit_java8.groovy b/.test-infra/jenkins/job_bookkeeper_precommit_java8.groovy
index 6a888fdbe0..19b6b95668 100644
--- a/.test-infra/jenkins/job_bookkeeper_precommit_java8.groovy
+++ b/.test-infra/jenkins/job_bookkeeper_precommit_java8.groovy
@@ -49,7 +49,7 @@ mavenJob('bookkeeper_precommit_pullrequest_java8') {
   // Sets that this is a PreCommit job.
   common_job_properties.setPreCommit(
     delegate,
-    'Build (Java 8)',
+    'Build (Java 8) (trigger via `rebuild java8`)',
     '.*(re)?build java8.*',
     '.*\\[x\\] \\[skip build java8\\].*')
 
diff --git a/.test-infra/jenkins/job_bookkeeper_precommit_java9.groovy b/.test-infra/jenkins/job_bookkeeper_precommit_java9.groovy
index 6b02857bb9..268d829d5d 100644
--- a/.test-infra/jenkins/job_bookkeeper_precommit_java9.groovy
+++ b/.test-infra/jenkins/job_bookkeeper_precommit_java9.groovy
@@ -49,7 +49,7 @@ mavenJob('bookkeeper_precommit_pullrequest_java9') {
   // Sets that this is a PreCommit job.
   common_job_properties.setPreCommit(
     delegate,
-    'Build (Java 9)',
+    'Build (Java 9) (trigger via `rebuild java9`)',
     '.*(re)?build java9.*',
     '.*\\[x\\] \\[skip build java9\\].*')
 
diff --git a/.test-infra/jenkins/job_bookkeeper_precommit_remaining_tests.groovy b/.test-infra/jenkins/job_bookkeeper_precommit_remaining_tests.groovy
index f3f560393d..d713145e1a 100644
--- a/.test-infra/jenkins/job_bookkeeper_precommit_remaining_tests.groovy
+++ b/.test-infra/jenkins/job_bookkeeper_precommit_remaining_tests.groovy
@@ -44,7 +44,7 @@ freeStyleJob('bookkeeper_precommit_remaining_tests') {
   // Sets that this is a PreCommit job.
   common_job_properties.setPreCommit(
     delegate,
-    'All Other Tests',
+    'All Other Tests (trigger via `run bookkeeper-server remaining tests`)',
     '.*(re)?run bookkeeper-server (remaining )?tests.*',
     '.*\\[x\\] \\[skip bookkeeper-server (remaining )?tests\\].*',
     true)
diff --git a/.test-infra/jenkins/job_bookkeeper_precommit_replication_tests.groovy b/.test-infra/jenkins/job_bookkeeper_precommit_replication_tests.groovy
index 2134280058..8d4a2ff12a 100644
--- a/.test-infra/jenkins/job_bookkeeper_precommit_replication_tests.groovy
+++ b/.test-infra/jenkins/job_bookkeeper_precommit_replication_tests.groovy
@@ -40,7 +40,7 @@ freeStyleJob('bookkeeper_precommit_replication_tests') {
   // Sets that this is a PreCommit job.
   common_job_properties.setPreCommit(
     delegate,
-    'Replication Tests',
+    'Replication Tests (trigger via `run bookkeeper-server replication tests`)',
     '.*(re)?run bookkeeper-server (replication )?tests.*',
     '.*\\[x\\] \\[skip bookkeeper-server (replication )?tests\\].*',
     true)
diff --git a/.test-infra/jenkins/job_bookkeeper_precommit_tls_tests.groovy b/.test-infra/jenkins/job_bookkeeper_precommit_tls_tests.groovy
index af0038d4cf..071bd1114a 100644
--- a/.test-infra/jenkins/job_bookkeeper_precommit_tls_tests.groovy
+++ b/.test-infra/jenkins/job_bookkeeper_precommit_tls_tests.groovy
@@ -40,7 +40,7 @@ freeStyleJob('bookkeeper_precommit_tls_tests') {
   // Sets that this is a PreCommit job.
   common_job_properties.setPreCommit(
     delegate,
-    'TLS Tests',
+    'TLS Tests (trigger via `run bookkeeper-server tls tests`)',
     '.*(re)?run bookkeeper-server (tls )?tests.*',
     '.*\\[x\\] \\[skip bookkeeper-server (tls )?tests\\].*',
     true)
diff --git a/.test-infra/jenkins/job_bookkeeper_precommit_validation.groovy b/.test-infra/jenkins/job_bookkeeper_precommit_validation.groovy
index e9336e070f..e7e75aada6 100644
--- a/.test-infra/jenkins/job_bookkeeper_precommit_validation.groovy
+++ b/.test-infra/jenkins/job_bookkeeper_precommit_validation.groovy
@@ -40,7 +40,7 @@ mavenJob('bookkeeper_precommit_pullrequest_validation') {
   // Sets that this is a PreCommit job.
   common_job_properties.setPreCommit(
     delegate,
-    'PR Validation',
+    'PR Validation (trigger via `run pr validation`)',
     '.*(re)?run pr validation.*',
     '',
     true)


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services