Add minio & rclone to our functional tests

It is now possible to configure which clients
you do not want to test with the env variable SKIP_XXX=1,
XXX being the client name. eg. SKIP_S3CMD=1 ./script/test-smoke.sh
This commit is contained in:
Quentin Dufour
2021-04-28 11:35:10 +02:00
parent a981244f11
commit ef4d6e782a
9 changed files with 155 additions and 75 deletions
+4 -4
View File
@@ -37,7 +37,7 @@ steps:
- nonexistent_skip_this_step
- name: build
image: lxpz/garage_builder_amd64:1
image: superboum/garage_builder_amd64:3
volumes:
- name: cargo_home
path: /drone/cargo
@@ -49,7 +49,7 @@ steps:
- cargo build
- name: cargo-test
image: lxpz/garage_builder_amd64:1
image: superboum/garage_builder_amd64:3
volumes:
- name: cargo_home
path: /drone/cargo
@@ -85,7 +85,7 @@ steps:
- nonexistent_skip_this_step
- name: smoke-test
image: lxpz/garage_builder_amd64:1
image: superboum/garage_builder_amd64:3
volumes:
- name: cargo_home
path: /drone/cargo
@@ -129,6 +129,6 @@ steps:
---
kind: signature
hmac: de82026387bd09e547dbc9cc5d232fd865204b4f393d32508c50b58f8e60611d
hmac: d584c2a15ede6d5702fbe27ae5ae2b2bf7a04461ae7aed2d53cbda83b7fd503e
...