We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d52cd4 commit f3ae087Copy full SHA for f3ae087
.kokoro/psm_interop_kokoro_lib.sh
@@ -665,7 +665,7 @@ test_driver_pip_install() {
665
source "${venv_dir}/bin/activate"
666
fi
667
668
- psm::tools::log "Installed Python packages with pip, see install-pip.log"
+ psm::tools::log "Installing Python packages with pip, see install-pip.log"
669
psm::driver::pip_install &>> "${BUILD_LOGS_ROOT}/install-pip.log"
670
}
671
@@ -887,6 +887,7 @@ kokoro_setup_test_driver() {
887
kokoro_install_dependencies &> "${BUILD_LOGS_ROOT}/install-apt.log"
888
889
# Get kubectl cluster credentials.
890
+ psm::tools::log "Fetching GKE cluster credentials"
891
gcloud_get_cluster_credentials
892
893
# Install the driver.
0 commit comments