From: Casey Bodley Date: Tue, 14 Jan 2020 14:42:52 +0000 (-0500) Subject: qa/rgw: remove test against hadoop v2.8.5 X-Git-Tag: v14.2.11~89^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F35778%2Fhead;p=ceph.git qa/rgw: remove test against hadoop v2.8.5 the hadoop branch rel/release-2.8.5 fails to build with: [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 01:37 min [INFO] Finished at: 2020-01-14T13:09:02Z [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.apache.maven.plugins:maven-antrun-plugin:1.7:run (create-parallel-tests-dirs) on project hadoop-aws: An Ant BuildException has occured: Unable to create javax script engine for javascript Signed-off-by: Casey Bodley (cherry picked from commit b10873142ea25c07339a5ad45dc530c15c5d3205) --- diff --git a/qa/suites/rgw/hadoop-s3a/hadoop/v28.yaml b/qa/suites/rgw/hadoop-s3a/hadoop/v28.yaml deleted file mode 100644 index 85ea85041a19..000000000000 --- a/qa/suites/rgw/hadoop-s3a/hadoop/v28.yaml +++ /dev/null @@ -1,3 +0,0 @@ -overrides: - s3a-hadoop: - hadoop-version: '2.8.5'