Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test(storage): validate googleapis/testbench#514 #12069

Closed
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion ci/cloudbuild/builds/lib/integration.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,11 @@ source module ci/lib/io.sh
# To run the integration tests we need to install the dependencies for the storage emulator
export PATH="${HOME}/.local/bin:${PATH}"
python3 -m pip uninstall -y --quiet googleapis-storage-testbench
#python3 -m pip install --upgrade --user --quiet --disable-pip-version-check \
# "git+https://github.com/googleapis/storage-testbench@v0.36.0"

python3 -m pip install --upgrade --user --quiet --disable-pip-version-check \
"git+https://github.com/googleapis/storage-testbench@v0.36.0"
"git+https://github.com/cojenco/storage-testbench@resum-uploads-updates"

# Some of the tests will need a valid roots.pem file.
rm -f /dev/shm/roots.pem
Expand Down