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

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


The following commit(s) were added to refs/heads/master by this push:
     new 714ffb814e HDDS-9036. Create separate acceptance split for cert 
rotation (#5085)
714ffb814e is described below

commit 714ffb814e4a0a21470d9aeba506415c42c881c9
Author: Doroszlai, Attila <[email protected]>
AuthorDate: Fri Jul 21 19:47:52 2023 +0200

    HDDS-9036. Create separate acceptance split for cert rotation (#5085)
---
 .github/workflows/ci.yml                                                | 1 +
 .../dist/src/main/compose/ozonesecure-ha/test-root-ca-rotation.sh       | 2 +-
 .../dist/src/main/compose/ozonesecure/test-certificate-rotation.sh      | 2 +-
 hadoop-ozone/dist/src/main/compose/ozonesecure/test-root-ca-rotation.sh | 2 +-
 4 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index f14b00e1c1..70cb55e4ae 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -256,6 +256,7 @@ jobs:
           - HA-unsecure
           - MR
           - misc
+          - cert-rotation
       fail-fast: false
     steps:
       - name: Checkout project
diff --git 
a/hadoop-ozone/dist/src/main/compose/ozonesecure-ha/test-root-ca-rotation.sh 
b/hadoop-ozone/dist/src/main/compose/ozonesecure-ha/test-root-ca-rotation.sh
index 4443a1ea8d..b1a9e52857 100755
--- a/hadoop-ozone/dist/src/main/compose/ozonesecure-ha/test-root-ca-rotation.sh
+++ b/hadoop-ozone/dist/src/main/compose/ozonesecure-ha/test-root-ca-rotation.sh
@@ -15,7 +15,7 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-#suite:HA-secure
+#suite:cert-rotation
 
 COMPOSE_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
 export COMPOSE_DIR
diff --git 
a/hadoop-ozone/dist/src/main/compose/ozonesecure/test-certificate-rotation.sh 
b/hadoop-ozone/dist/src/main/compose/ozonesecure/test-certificate-rotation.sh
index 3718a903d5..bf97125cf0 100755
--- 
a/hadoop-ozone/dist/src/main/compose/ozonesecure/test-certificate-rotation.sh
+++ 
b/hadoop-ozone/dist/src/main/compose/ozonesecure/test-certificate-rotation.sh
@@ -15,7 +15,7 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-#suite:secure
+#suite:cert-rotation
 
 COMPOSE_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
 export COMPOSE_DIR
diff --git 
a/hadoop-ozone/dist/src/main/compose/ozonesecure/test-root-ca-rotation.sh 
b/hadoop-ozone/dist/src/main/compose/ozonesecure/test-root-ca-rotation.sh
index 2f28c87367..c712cba68e 100755
--- a/hadoop-ozone/dist/src/main/compose/ozonesecure/test-root-ca-rotation.sh
+++ b/hadoop-ozone/dist/src/main/compose/ozonesecure/test-root-ca-rotation.sh
@@ -15,7 +15,7 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-#suite:secure
+#suite:cert-rotation
 
 COMPOSE_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
 export COMPOSE_DIR


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to