From d27e19c77c4b0863427cb055a69c28e41f771015 Mon Sep 17 00:00:00 2001 From: Emanuele Bezzi Date: Thu, 22 Feb 2024 15:06:51 -0800 Subject: [PATCH] Update profiler.yml --- .github/workflows/profiler.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/profiler.yml b/.github/workflows/profiler.yml index 846217bc2..81e50fd5c 100644 --- a/.github/workflows/profiler.yml +++ b/.github/workflows/profiler.yml @@ -49,10 +49,10 @@ jobs: # Setting up mount-s3. We use S3 file system as it is necessary to persist the # profiling run data that are performed below - aws sts get-caller-identity - aws s3 ls s3://census-profiler-tests-trial + sudo aws sts get-caller-identity + sudo aws s3 ls s3://census-profiler-tests-trial mkdir ./census-profiler-tests mkdir ./s3_cache echo `pwd` sudo mount-s3 census-profiler-tests-trial `pwd`/census-profiler-tests --cache `pwd`/s3_cache --metadata-ttl 300 - ./tools/perf_checker/perf_checker.sh \ No newline at end of file + ./tools/perf_checker/perf_checker.sh