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 go 1.10 support in travis #402

Merged
merged 2 commits into from
Feb 24, 2018
Merged

add go 1.10 support in travis #402

merged 2 commits into from
Feb 24, 2018

Conversation

jimexist
Copy link
Member

@jimexist jimexist commented Feb 23, 2018

adding go 1.10 support


This change is Reviewable

@jimexist jimexist changed the title adding go 1.10 support in travis add go 1.10 support in travis Feb 23, 2018
@coveralls
Copy link

coveralls commented Feb 23, 2018

Pull Request Test Coverage Report for Build 881

  • 0 of 0 (NaN%) changed or added relevant lines in 0 files are covered.
  • 23 unchanged lines in 2 files lost coverage.
  • Overall coverage remained the same at 31.868%

Files with Coverage Reduction New Missed Lines %
pkg/apis/tensorflow/v1alpha1/defaults.go 6 100.0%
pkg/util/util.go 17 79.17%
Totals Coverage Status
Change from base Build 870: 0.0%
Covered Lines: 580
Relevant Lines: 1820

💛 - Coveralls

.travis.yml Outdated
@@ -9,6 +9,7 @@ go:
# TODO jiayu: re-evaluate the pending issues and add back `gotype`
- 1.8
- 1.9
- "1.10"
Copy link
Contributor

Choose a reason for hiding this comment

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

Why the quotes here abut not above?

Copy link
Member Author

Choose a reason for hiding this comment

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

- 1.9
- "1.8"
- "1.9"
- "1.10"

Copy link
Member Author

Choose a reason for hiding this comment

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

@jlewi travis-ci/travis-ci#9247

fixed for all above

@k8s-ci-robot
Copy link

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

Test name Commit Details Rerun command
kubeflow-tf-operator-presubmit 21ef552 link /test kubeflow-tf-operator-presubmit

Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR.

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.

@jlewi
Copy link
Contributor

jlewi commented Feb 24, 2018

The presubmit test failed because of #404 which is unrelated to this PR. So merging this.

@jlewi jlewi merged commit 32cae5d into kubeflow:master Feb 24, 2018
@jimexist jimexist deleted the use-go-110 branch February 25, 2018 02:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants