Skip to content

Conversation

chxchx
Copy link
Contributor

@chxchx chxchx commented Feb 20, 2018

fixes #3600

@chxchx chxchx requested a review from a team February 20, 2018 23:28
@istio-merge-robot
Copy link

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by:
We suggest the following additional approver: douglas-reid

Assign the PR to them by writing /assign @douglas-reid in a comment when ready.

The full list of commands accepted by this bot can be found here.

Needs approval from an approver in each of these OWNERS Files:

You can indicate your approval by writing /approve in a comment
You can cancel your approval by writing /approve cancel in a comment

@chxchx
Copy link
Contributor Author

chxchx commented Feb 20, 2018

/assign @ldemailly
The test you referred to in the issue seems stable on Prow now. I added more information in the VM installation script so users know what is being downloaded from where.

@ldemailly
Copy link
Member

but how come it didn't download it in that prow job ?

@@ -56,6 +56,7 @@ function istioNetworkInit() {
# will generate and copy the files and install the packages on each machine.
function istioInstall() {
echo "*** Fetching istio packages..."
echo "Downloanding istio-sidecar.deb from {PILOT_DEBIAN_URL}/istio-sidecar.deb"
# Current URL for the debian files artifacts. Will be replaced by a proper apt repo.
rm -f istio-sidecar.deb
echo curl -f -L ${PILOT_DEBIAN_URL}/istio-sidecar.deb > ${ISTIO_STAGING}/istio-sidecar.deb
Copy link
Member

@ldemailly ldemailly Feb 21, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the bug (introduced by #2820) is here

please add the missing "" in that echo and you don't need the first one

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done

@istio-testing
Copy link
Collaborator

@chxchx: The following test failed, say /retest to rerun them all:

Test name Commit Details Rerun command
prow/istio-pilot-e2e.sh 754caa3 link /test istio-pilot-e2e

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here.

@@ -58,7 +58,7 @@ function istioInstall() {
echo "*** Fetching istio packages..."
# Current URL for the debian files artifacts. Will be replaced by a proper apt repo.
rm -f istio-sidecar.deb
echo curl -f -L ${PILOT_DEBIAN_URL}/istio-sidecar.deb > ${ISTIO_STAGING}/istio-sidecar.deb
echo "curl -f -L ${PILOT_DEBIAN_URL}/istio-sidecar.deb > ${ISTIO_STAGING}/istio-sidecar.deb"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

maybe "Running: curl ..."
but it's fine as is too

@ldemailly ldemailly merged commit edff94b into istio:master Feb 21, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

vm test failure to download artifacts
5 participants