This repository was archived by the owner on Apr 19, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -49,4 +49,4 @@ GCLOUD_VERSION=387.0.0
4949# This is the version of the libssl1.0 package in Ubuntu 20_04, used to build
5050# pre-2.4 versions of Ruby. It should match what is available under the
5151# directory http://security.ubuntu.com/ubuntu/pool/main/o/openssl1.0/
52- SSL10_VERSION = 1.0.2n-1ubuntu5.10
52+ SSL10_VERSION = 1.0.2n-1ubuntu5.13
Original file line number Diff line number Diff line change 1212
1313cd ${KOKORO_GFILE_DIR} /appengine/integration_tests
1414
15- sudo /usr/local/bin/pip install --upgrade -r requirements.txt
15+ sudo /usr/local/bin/pip install --trusted-host pypi.org --trusted-host files.pythonhosted.org -- upgrade -r requirements.txt
1616
1717if [ -f ${KOKORO_GITHUB_DIR} /${SAMPLE_APP_DIRECTORY} /requirements.txt ]
1818then
19- sudo /usr/local/bin/pip install --upgrade -r ${KOKORO_GITHUB_DIR} /${SAMPLE_APP_DIRECTORY} /requirements.txt
19+ sudo /usr/local/bin/pip install --trusted-host pypi.org --trusted-host files.pythonhosted.org -- upgrade -r ${KOKORO_GITHUB_DIR} /${SAMPLE_APP_DIRECTORY} /requirements.txt
2020fi
2121
2222export DEPLOY_LATENCY_PROJECT=' cloud-deploy-latency'
Original file line number Diff line number Diff line change @@ -7,11 +7,11 @@ source ${KOKORO_GFILE_DIR}/kokoro/common.sh
77
88export GOOGLE_CLOUD_PROJECT=gcp-runtimes
99
10- sudo /usr/local/bin/pip install --upgrade -r ${KOKORO_GFILE_DIR} /appengine/integration_tests/requirements.txt
10+ sudo /usr/local/bin/pip install --trusted-host pypi.org --trusted-host files.pythonhosted.org -- upgrade -r ${KOKORO_GFILE_DIR} /appengine/integration_tests/requirements.txt
1111
1212if [ -f ${KOKORO_GITHUB_DIR} /${SAMPLE_APP_DIRECTORY} /requirements.txt ]
1313then
14- sudo /usr/local/bin/pip install --upgrade -r ${KOKORO_GITHUB_DIR} /${SAMPLE_APP_DIRECTORY} /requirements.txt
14+ sudo /usr/local/bin/pip install --trusted-host pypi.org --trusted-host files.pythonhosted.org -- upgrade -r ${KOKORO_GITHUB_DIR} /${SAMPLE_APP_DIRECTORY} /requirements.txt
1515fi
1616
1717export GOPATH=${KOKORO_GITHUB_DIR} /${SAMPLE_APP_DIRECTORY}
You can’t perform that action at this time.
0 commit comments