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

mjsax pushed a commit to branch 3.8
in repository https://gitbox.apache.org/repos/asf/kafka.git


The following commit(s) were added to refs/heads/3.8 by this push:
     new cc65fe0b9b4 MINOR: update release scripts (#18178)
cc65fe0b9b4 is described below

commit cc65fe0b9b4cc651fe278287cc9b9a3ef43f4acb
Author: Matthias J. Sax <[email protected]>
AuthorDate: Fri Dec 13 20:15:20 2024 -0800

    MINOR: update release scripts (#18178)
    
    Reviewers: Chia-Ping Tsai <[email protected]>
---
 release/templates.py | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/release/templates.py b/release/templates.py
index 89826e1097c..06a142e0222 100644
--- a/release/templates.py
+++ b/release/templates.py
@@ -232,9 +232,10 @@ https://kafka.apache.org/{docs_version}/documentation.html
 * Protocol:
 https://kafka.apache.org/{docs_version}/protocol.html
 
-* Successful Jenkins builds for the {dev_branch} branch:
+* Successful CI builds for the {dev_branch} branch:
 Unit/integration tests: 
https://ci-builds.apache.org/job/Kafka/job/kafka/job/{dev_branch}/<BUILD 
NUMBER>/
-System tests: 
https://jenkins.confluent.io/job/system-test-kafka/job/{dev_branch}/<BUILD_NUMBER>/
+-- Confluent engineers can access the semphore build to provide the build 
number
+System tests: 
https://confluent-open-source-kafka-system-test-results.s3-us-west-2.amazonaws.com/{dev_branch}/<BUILD_NUMBER>/report.html
 
 <USE docker/README.md FOR STEPS TO RUN DOCKER BUILD TEST GITHUB ACTIONS>
 * Successful Docker Image Github Actions Pipeline for {dev_branch} branch:

Reply via email to