-
Notifications
You must be signed in to change notification settings - Fork 280
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
Update test acs-engine version #18
Conversation
/hold |
8c33d94
to
ee50710
Compare
@@ -13,7 +13,7 @@ RUN git clone https://github.com/kubernetes/kubernetes . \ | |||
RUN rm -rf _output/local/go | |||
|
|||
FROM golang:1.8.3-stretch AS build_acs-engine | |||
ARG ACSENGINE_VERSION=v0.14.0 | |||
ARG ACSENGINE_VERSION=v0.17.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we should always use latest release, the release tag could be get by command:
curl -L -s https://api.github.com/repos/Azure/acs-engine/releases/latest | jq -r .tag_name
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Latest release sometimes have regression such as: Azure/acs-engine#3022 ,which brings all NFS case to failure.
Would prefer manually updating the version, this is like what we do in using fixed os image version inside acs-engine.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks reasonable
/test pull-cloud-provider-azure-e2e |
/retest |
/test pull-cloud-provider-azure-e2e |
/test pull-cloud-provider-azure-e2e |
/hold cancel |
@feiskyer PTAL |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
/approve
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: feiskyer The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
No description provided.