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

Fix integration test #383

Merged
merged 1 commit into from
Nov 16, 2023
Merged

Fix integration test #383

merged 1 commit into from
Nov 16, 2023

Conversation

yunfeng-scale
Copy link
Collaborator

@yunfeng-scale yunfeng-scale commented Nov 16, 2023

Pull Request Summary

Pull policy for these images should be IfNotPresent, otherwise minikube wouldn't be able to load them and fine tune jobs can't start. i'm not sure how finetune integration tests have been passing (maybe we actually pulled the image from minikube?)

Test Plan and Usage Guide

How did you validate that your PR works correctly? How do you run or demo the code? Provide enough detail so a reviewer can reasonably reproduce the testing procedure. Paste example command line invocations if applicable.

@@ -572,7 +572,7 @@ data:
{{- tuple $env_var | toYaml | nindent 16 }}
{{- end }}
{{- end }}
imagePullPolicy: Always
imagePullPolicy: IfNotPresent
Copy link
Collaborator Author

@yunfeng-scale yunfeng-scale Nov 16, 2023

Choose a reason for hiding this comment

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

@seanshi-scale let me know if this change is okay

Copy link
Member

Choose a reason for hiding this comment

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

This should be fine, think our image tags are immutable

@seanshi-scale
Copy link
Member

iirc for the endpoints we explicitly load images into minikube at some point, but I'm not sure if the imagePullPolicy on the endpoints is the same

@yunfeng-scale
Copy link
Collaborator Author

yunfeng-scale commented Nov 16, 2023

iirc for the endpoints we explicitly load images into minikube at some point, but I'm not sure if the imagePullPolicy on the endpoints is the same

i'm seeing Always on the ft_ jobs and failed to pull images and thought this should fix

@yunfeng-scale yunfeng-scale merged commit 2221de0 into main Nov 16, 2023
5 checks passed
@yunfeng-scale yunfeng-scale deleted the yunfeng-integration-tet branch November 16, 2023 18:12
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.

None yet

2 participants