aboutsummaryrefslogtreecommitdiff
path: root/.drone.yml
diff options
context:
space:
mode:
authorQuentin Dufour <quentin@deuxfleurs.fr>2021-04-28 11:35:10 +0200
committerQuentin Dufour <quentin@deuxfleurs.fr>2021-05-02 14:59:58 +0200
commitef4d6e782a67bd422489d643e8807eaf7fb853c4 (patch)
treeafb0e2c60837e52e808002fc643a2c87ed2c4c93 /.drone.yml
parenta981244f11af13f3dcebb9f399ab18d7e484014f (diff)
downloadgarage-ef4d6e782a67bd422489d643e8807eaf7fb853c4.tar.gz
garage-ef4d6e782a67bd422489d643e8807eaf7fb853c4.zip
Add minio & rclone to our functional teststest/more-clients
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
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.drone.yml b/.drone.yml
index b0b54792..1c2362ff 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -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
...