Skip to content

Commit

Permalink
Temp changes to run perf/integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
raj-prince committed Sep 28, 2023
1 parent 90e5d86 commit 18dd533
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions perfmetrics/scripts/presubmit_test/pr_perf_test/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ function execute_perf_test() {
if [[ "$perfTestStr" == *"$EXECUTE_PERF_TEST_LABEL"* ]];
then
# Executing perf tests for master branch
git reset --hard
git checkout master
# Store results
touch result.txt
Expand Down
2 changes: 1 addition & 1 deletion tools/package_gcsfuse_docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ ARG DEBFULLNAME="GCSFuse Team"
# Build Arg for building through a particular branch/commit. By default, it uses
# the tag corresponding to passed GCSFUSE VERSION
ARG BRANCH_NAME="v${GCSFUSE_VERSION}"
RUN git checkout "${BRANCH_NAME}"
RUN git checkout "go_1_21_1"

# Install fpm package using bundle
RUN bundle install --gemfile=${GCSFUSE_PATH}/tools/gem_dependency/Gemfile
Expand Down

0 comments on commit 18dd533

Please sign in to comment.