-
Notifications
You must be signed in to change notification settings - Fork 716
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
Updates to enable e2e test for v1alpha2 #629
Conversation
/LGTM |
py/test_runner.py
Outdated
else: | ||
for replicakey in results.get("spec", {}).get("tfReplicaSpecs", {}): | ||
logging.info("replicakey: %s", results.get("spec", {}).get("tfReplicaSpecs", {}).get(replicakey, {})) | ||
num_expected += results.get("spec", {}).get("tfReplicaSpecs", {}).get(replicakey, {}).get("replicas", 0) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could the code work when there is a replicaspec worker while it does not specify the replicas (In this case the replicas will be set to 1)?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done. PTAL.
c25eacf
to
579b515
Compare
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: gaocegege 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 |
/retest |
Fixed lint issues. @gaocegege Can you review again? |
/lgtm |
/retest |
* Pass tfjob version to wait_for_job * Handle case where replicas is not set * Update
* Pass tfjob version to wait_for_job * Handle case where replicas is not set * Update
/assign @gaocegege
Related kubeflow/kubeflow#852
This change is