Module: Mesa
Branch: main
Commit: 9786ab7ecddc18c1e59d5ce8beaa3378c031dd77
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=9786ab7ecddc18c1e59d5ce8beaa3378c031dd77

Author: David Heidelberg <[email protected]>
Date:   Sun Oct  8 23:09:33 2023 +0200

ci/traces: rename upload function to reflect it works with S3

Cosmetic change.

Acked-by: Emma Anholt <[email protected]>
Signed-off-by: David Heidelberg <[email protected]>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/25606>

---

 .gitlab-ci/piglit/piglit-traces.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.gitlab-ci/piglit/piglit-traces.sh 
b/.gitlab-ci/piglit/piglit-traces.sh
index 3d0ec42d5d0..326df1e1d75 100755
--- a/.gitlab-ci/piglit/piglit-traces.sh
+++ b/.gitlab-ci/piglit/piglit-traces.sh
@@ -125,7 +125,7 @@ if [ -n "$CI_NODE_INDEX" ]; then
 fi
 
 # shellcheck disable=SC2317
-replay_minio_upload_images() {
+replay_s3_upload_images() {
     find "$RESULTS/$__PREFIX" -type f -name "*.png" -printf "%P\n" \
         | while read -r line; do
 
@@ -206,7 +206,7 @@ __S3_PATH="$PIGLIT_REPLAY_ARTIFACTS_BASE_URL"
 __S3_TRACES_PREFIX="traces"
 
 if [ "$PIGLIT_REPLAY_SUBCOMMAND" != "profile" ]; then
-    quiet replay_minio_upload_images
+    quiet replay_s3_upload_images
 fi
 
 

Reply via email to