You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@samza.apache.org by lh...@apache.org on 2019/11/26 23:01:33 UTC

[samza] branch master updated: update release instruction to include integration tests (#1224)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new a618245  update release instruction to include integration tests (#1224)
a618245 is described below

commit a61824501b86f434797a629f4782a84da8122ffe
Author: Hai Lu <ha...@linkedin.com>
AuthorDate: Tue Nov 26 15:01:27 2019 -0800

    update release instruction to include integration tests (#1224)
---
 RELEASE.md | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/RELEASE.md b/RELEASE.md
index cd2a304..09d67ce 100644
--- a/RELEASE.md
+++ b/RELEASE.md
@@ -37,6 +37,13 @@ Validate Samza using all our supported build matrix.
     ./bin/check-all.sh
 ```
 
+Run integration tests for YARN and standalone
+
+```bash
+    ./bin/integration-tests.sh . yarn-integration-tests
+    ./bin/integration-tests.sh . standalone-integration-tests
+```
+
 To release to a local Maven repository:
 
 ```bash
@@ -97,7 +104,7 @@ Upload the build artifacts to your Apache home directory:
     bye
    ```
 
-Make a signed git tag for the release candidate:
+Make a signed git tag for the release candidate (you may need to use -u to specify key id):
 
 ```bash
     git tag -s release-$VERSION-rc0 -m "Apache Samza $VERSION release candidate 0"