Merge pull request #26100 from ceph/wip-s3a-hadoop-ver

qa/tests: update s3a hadoop versions used for test

Reviewed-by: Casey Bodley <cbodley@redhat.com>
This commit is contained in:
Casey Bodley 2019-03-25 13:22:39 -04:00 committed by GitHub
commit 9fdcaae19a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
9 changed files with 16 additions and 8 deletions

View File

@ -0,0 +1 @@

View File

@ -0,0 +1,3 @@
overrides:
s3a-hadoop:
hadoop-version: 'trunk'

View File

@ -1,3 +0,0 @@
overrides:
s3a-hadoop:
hadoop-version: '2.7.3'

View File

@ -1,3 +1,3 @@
overrides:
s3a-hadoop:
hadoop-version: '2.8.0'
hadoop-version: '2.8.5'

View File

@ -0,0 +1,3 @@
overrides:
s3a-hadoop:
hadoop-version: '3.2.0'

View File

@ -0,0 +1 @@
../.qa

View File

@ -0,0 +1 @@
.qa/distros/supported/centos_latest.yaml

View File

@ -1 +0,0 @@
.qa/distros/supported-random-distro$

View File

@ -36,8 +36,8 @@ def task(ctx, config):
rgw_node = rgws.remotes.keys()[0]
# get versions
maven_major = config.get('maven-major', 'maven-3')
maven_version = config.get('maven-version', '3.3.9')
hadoop_ver = config.get('hadoop-version', '2.7.3')
maven_version = config.get('maven-version', '3.6.0')
hadoop_ver = config.get('hadoop-version', '2.9.2')
bucket_name = config.get('bucket-name', 's3atest')
access_key = config.get('access-key', 'EGAQRD2ULOIFKFSKCT4F')
dnsmasq_name = config.get('dnsmasq-name', 's3.ceph.com')
@ -48,10 +48,13 @@ def task(ctx, config):
# set versions for cloning the repo
apache_maven = 'apache-maven-{maven_version}-bin.tar.gz'.format(
maven_version=maven_version)
maven_link = 'http://apache.mirrors.lucidnetworks.net/maven/' + \
maven_link = 'http://www-us.apache.org/dist/maven/' + \
'{maven_major}/{maven_version}/binaries/'.format(maven_major=maven_major, maven_version=maven_version) + apache_maven
hadoop_git = 'https://github.com/apache/hadoop'
hadoop_rel = 'hadoop-{ver} rel/release-{ver}'.format(ver=hadoop_ver)
if hadoop_ver == 'trunk':
# just checkout a new branch out of trunk
hadoop_rel = 'hadoop-ceph-trunk'
install_prereq(rgw_node)
rgw_node.run(
args=[