• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

tensorflow / k8s / 642
32%

Build:
DEFAULT BRANCH: master
Ran 11 Jan 2018 05:23AM UTC
Jobs 2
Files 28
Run time 2s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
642

push

travis-ci

jlewi
*: Implement the List interface for TfJobList (#278)

The error is caused by the field name in TfJobList:

// TfJobList is a list of TfJobs clusters.
type TfJobList struct {
	metav1.TypeMeta `json:",inline"`
	// Standard list metadata
	// More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata
	Metadata metav1.ListMeta `json:"metadata,omitempty"`
	// Items is a list of TfJobs
	Items []TfJob `json:"items"`
}
The name of field Metadata should be anonymous field.

ERROR: logging before flag.Parse: E0110 16:52:24.998866    3707 runtime.go:66] Observed a panic: &errors.errorString{s:"*v1alpha1.TfJobList does not implement the List interface"} (*v1alpha1.TfJobList does not implement the List interface)

584 of 1907 relevant lines covered (30.62%)

2.22 hits per line

Jobs
ID Job ID Ran Files Coverage
1 642.1 11 Jan 2018 05:23AM UTC 0
30.62
Travis Job 642.1
2 642.2 11 Jan 2018 05:23AM UTC 0
30.62
Travis Job 642.2
Source Files on build 642
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #642
  • 7ddafd51 on github
  • Prev Build on master (#640)
  • Next Build on master (#656)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc