This is an automated email from the ASF dual-hosted git repository. adoroszlai pushed a commit to branch HDDS-4440-s3-performance in repository https://gitbox.apache.org/repos/asf/ozone.git
commit d5ade578f41526bde3e6244047ba2668f122129f Author: Doroszlai, Attila <[email protected]> AuthorDate: Mon Apr 11 19:12:00 2022 +0200 Revert "HDDS-5648. Track CI workflow tests temporarily disabled for feature branch (#3257)" This reverts commit 3f585ab05de0f11a33bb650002c694f59b38d865. --- hadoop-ozone/dist/src/main/compose/ozone-ha/docker-config | 1 - hadoop-ozone/dist/src/main/compose/ozone-ha/test.sh | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/hadoop-ozone/dist/src/main/compose/ozone-ha/docker-config b/hadoop-ozone/dist/src/main/compose/ozone-ha/docker-config index c22505ff9a..fa38aad00d 100644 --- a/hadoop-ozone/dist/src/main/compose/ozone-ha/docker-config +++ b/hadoop-ozone/dist/src/main/compose/ozone-ha/docker-config @@ -38,7 +38,6 @@ OZONE-SITE.XML_ozone.datanode.pipeline.limit=1 OZONE-SITE.XML_hdds.scmclient.max.retry.timeout=30s OZONE-SITE.XML_ozone.scm.primordial.node.id=scm1 OZONE-SITE.XML_hdds.container.report.interval=60s -OZONE-SITE.XML_ozone.om.s3.grpc.server_enabled=true OZONE-SITE.XML_ozone.recon.db.dir=/data/metadata/recon OZONE-SITE.XML_ozone.recon.address=recon:9891 OZONE-SITE.XML_ozone.recon.http-address=0.0.0.0:9888 diff --git a/hadoop-ozone/dist/src/main/compose/ozone-ha/test.sh b/hadoop-ozone/dist/src/main/compose/ozone-ha/test.sh index 3a21ef475d..16ba1c20fd 100755 --- a/hadoop-ozone/dist/src/main/compose/ozone-ha/test.sh +++ b/hadoop-ozone/dist/src/main/compose/ozone-ha/test.sh @@ -32,7 +32,7 @@ start_docker_env execute_robot_test ${SCM} basic/ozone-shell-single.robot execute_robot_test ${SCM} basic/links.robot -execute_robot_test ${SCM} s3 +#execute_robot_test ${SCM} s3 execute_robot_test ${SCM} freon stop_docker_env --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
