Skip to content

Commit

Permalink
Kokoro fix (#1068)
Browse files Browse the repository at this point in the history
* fix kokoro failure issue
  • Loading branch information
Tulsishah committed Apr 20, 2023
1 parent 39537fd commit da0799f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion perfmetrics/scripts/continuous_test/gcp_ubuntu/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ sudo cp ~/temp/bin/gcsfuse /usr/bin
sudo cp ~/temp/sbin/mount.gcsfuse /sbin

# Executing integration tests
GODEBUG=asyncpreemptoff=1 go test ./tools/integration_tests/... --integrationTest -v --testbucket=gcsfuse-integration-tests
GODEBUG=asyncpreemptoff=1 go test ./tools/integration_tests/... -p 1 --integrationTest -v --testbucket=gcsfuse-integration-tests

# Mounting gcs bucket
cd "./perfmetrics/scripts/"
Expand Down
2 changes: 1 addition & 1 deletion perfmetrics/scripts/presubmit_test/pr_perf_test/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ echo checkout PR branch
git checkout pr/$KOKORO_GITHUB_PULL_REQUEST_NUMBER

# Executing integration tests
GODEBUG=asyncpreemptoff=1 go test ./tools/integration_tests/... --integrationTest -v --testbucket=gcsfuse-integration-tests
GODEBUG=asyncpreemptoff=1 go test ./tools/integration_tests/... -p 1 --integrationTest -v --testbucket=gcsfuse-integration-tests

# Executing perf tests
echo Mounting gcs bucket from pr branch
Expand Down

0 comments on commit da0799f

Please sign in to comment.