Skip to content

Show pkg name and url when installing istio on VM#3629

Merged
ldemailly merged 2 commits intoistio:masterfrom
chxchx:vminfo
Feb 21, 2018
Merged

Show pkg name and url when installing istio on VM#3629
ldemailly merged 2 commits intoistio:masterfrom
chxchx:vminfo

Conversation

@chxchx
Copy link
Copy Markdown
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
Copy Markdown

[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.

Details 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
Copy Markdown
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
Copy Markdown
Member

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

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
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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
Details

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.

# 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
Copy Markdown
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