Skip to content
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

Build and push every master commit to master tag #215

Merged
merged 1 commit into from
Jul 16, 2020

Conversation

wongma7
Copy link
Contributor

@wongma7 wongma7 commented Jul 16, 2020

Is this a bug fix or adding new feature? fix

What is this PR about? / Why do we need it? dev overlay still points to tag latest but we stopped pushing to tag latest. So the dev overlay is out of sync with the image. To put it back in sync, use tag master.

What testing is done? N/A

@k8s-ci-robot k8s-ci-robot added cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. labels Jul 16, 2020
@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: wongma7

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 /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot added approved Indicates a PR has been approved by an approver from all required OWNERS files. size/S Denotes a PR that changes 10-29 lines, ignoring generated files. labels Jul 16, 2020
@wongma7 wongma7 mentioned this pull request Jul 16, 2020
Comment on lines 78 to 80

echo "Deploying driver"
sed -i'' "s,amazon/aws-efs-csi-driver,$IMAGE_NAME," deploy/kubernetes/overlays/dev/kustomization.yaml
Copy link
Contributor

@jqmichael jqmichael Jul 16, 2020

Choose a reason for hiding this comment

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

This script doesn't seem to be used anywhere.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

You're right, I did a grep of latest and made changes everywhere. Technically someone could still use it (instead of using https://github.com/kubernetes-sigs/aws-efs-csi-driver/blob/master/tester/e2e-test-config.yaml which requires the k8stester binary), but probably we should remove it so we don't have to maintain it.

@jqmichael
Copy link
Contributor

/lgtm

@k8s-ci-robot
Copy link
Contributor

@jqmichael: changing LGTM is restricted to collaborators

In response to this:

/lgtm

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.

@@ -42,7 +42,7 @@ The following sections are Kubernetes specific. If you are a Kubernetes user, us
### Container Images
|EFS CSI Driver Version | Image |
|---------------------------|-------------------------------------|
|master branch |amazon/aws-efs-csi-driver:latest |
|master branch |amazon/aws-efs-csi-driver:master |
Copy link
Contributor

Choose a reason for hiding this comment

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

Out of scope of this PR, but I think we should discourage users from using the latest/"master" tag by not mentioning it anywhere in the README. If users find it by reading the code, that's OK. But that doesn't apply to the majority of the users.

@k8s-ci-robot k8s-ci-robot removed the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label Jul 16, 2020
@jqmichael
Copy link
Contributor

/lgtm

@k8s-ci-robot
Copy link
Contributor

@jqmichael: changing LGTM is restricted to collaborators

In response to this:

/lgtm

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.

@nckturner
Copy link
Contributor

/lgtm

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Jul 16, 2020
@k8s-ci-robot k8s-ci-robot merged commit 6229165 into kubernetes-sigs:master Jul 16, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. lgtm "Looks good to me", indicates that a PR is ready to be merged. size/S Denotes a PR that changes 10-29 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants