mirror of
https://github.com/ceph/ceph
synced 2025-02-04 01:14:24 +00:00
f43c0cf454
- Ensure the download code for all tasks running s3-tests is consistent. - Simplify download code to only use the config variable 'force-branch' for the branch being cloned. - make ceph-master the force-branch for all suites using s3-tests. Fixes: https://tracker.ceph.com/issues/43077 Signed-off-by: Ali Maredia <amaredia@redhat.com>
18 lines
448 B
YAML
18 lines
448 B
YAML
tasks:
|
|
- install:
|
|
- ceph:
|
|
fs: xfs
|
|
- rgw: [client.0]
|
|
- s3tests:
|
|
client.0:
|
|
force-branch: ceph-master
|
|
rgw_server: client.0
|
|
overrides:
|
|
ceph:
|
|
conf:
|
|
client:
|
|
rgw lc debug interval: 10
|
|
rgw crypt s3 kms backend: testing
|
|
rgw crypt s3 kms encryption keys: testkey-1=YmluCmJvb3N0CmJvb3N0LWJ1aWxkCmNlcGguY29uZgo= testkey-2=aWIKTWFrZWZpbGUKbWFuCm91dApzcmMKVGVzdGluZwo=
|
|
rgw crypt require ssl: false
|