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

Add main to e2e tester #65

Merged
merged 1 commit into from
Dec 4, 2019
Merged

Add main to e2e tester #65

merged 1 commit into from
Dec 4, 2019

Conversation

leakingtapan
Copy link
Contributor

@leakingtapan leakingtapan commented Dec 3, 2019

This helps removing the main function in each individual projects. For each consuming project, it should just need to do:

GO111MODULE="on" go get github.com/aws/aws-k8s-tester/e2e/tester/cmd/k8s-e2e-tester@master
TESTCONFIG=./tester/single-az-config.yaml ${GOPATAH}/bin/k8s-e2e-tester

I'm using master branch as an example. In practice, the @v1.x.y suffix should be used to pin the released version of the e2e tester

/cc @M00nF1sh @gyuho

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@leakingtapan leakingtapan changed the title Add main test e2e tester Add main to e2e tester Dec 3, 2019
@leakingtapan leakingtapan requested a review from gyuho December 3, 2019 08:11
@M00nF1sh
Copy link
Contributor

M00nF1sh commented Dec 3, 2019

/lgtm

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.

3 participants