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

kubeflow / tf-operator / 1147
71%

Build:
DEFAULT BRANCH: master
Ran 23 Mar 2018 09:57PM UTC
Jobs 3
Files 10
Run time 7min
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
1147

Pull #501

travis-ci

web-flow
Fix bug with jobs not being marked as completed.

* A bug was introduced with getting the replica status in #344 which
switched to creating pods directly.

* Our presubmits/postsubmits were failing but this went unnoticed because
the git status check was improperly reported as succeeded.

* The bug is because we try to get the pod status by name but the name
doesn't include the random salt in the pod name.

* The code in question is a legacy of when we were using job controllers and
we first got the status of the job controller. We incorrectly changed that
code to get the pod. The correct thing is to just list pods by label; we
already do that in the code below so we just need to delete some code.

* Fix #500
Pull Request #501: Fix bug with jobs not being marked as completed.

446 of 974 relevant lines covered (45.79%)

5.37 hits per line

Jobs
ID Job ID Ran Files Coverage
1 1147.1 23 Mar 2018 10:04PM UTC 0
47.84
Travis Job 1147.1
2 1147.2 23 Mar 2018 10:03PM UTC 0
47.84
Travis Job 1147.2
3 1147.3 23 Mar 2018 09:57PM UTC 0
61.65
Travis Job 1147.3
Source Files on build 1147
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #1147
  • Pull Request #501
  • PR Base - master (#1140)
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