From 94bb4ea519e94bb39d25032f215cde286de63553 Mon Sep 17 00:00:00 2001 From: Fabricio C Zuardi Date: Thu, 8 Feb 2024 14:49:00 -0300 Subject: [PATCH] update example config with 2 new settings --- example.config.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/example.config.yaml b/example.config.yaml index e20f350..cdd4994 100644 --- a/example.config.yaml +++ b/example.config.yaml @@ -44,3 +44,10 @@ webapp: locations: "/": root: "/app/results" + +# specific remotes for specific test groups +small_set_remotes: "do-nyc3 aws-east-1" + +# settings for storing the results in the cloud +# XXX: add -s3 in the end of the name because the sync is made with rclone +results_bucket: "aws-east-1-s3:object-storage-tests-results-2024-02"