-
Notifications
You must be signed in to change notification settings - Fork 700
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
Test image has incorrect tag? #1329
Comments
Yeah I think it's better we can use $PULL_PULL_SHA, we should make a one-line change https://github.com/kubeflow/tf-operator/blob/6f1e96c4b3e7b63860780b6f572ec229e58ca146/scripts/setup-tf-operator.sh#L28 to and it should work. |
/assign @PatrickXYS Can you help file a PR? |
I didn't review carefully. We should change kaniko side as well. This commit fully resolve the issue |
I reopen the issue. The major issue is post submit job doesn't have We need to use
/priority p2 |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
https://argo.kubeflow-testing.com/workflows/kubeflow-test-infra/kubeflow-tf-operator-presubmit-v1-1325-8430a04-8224-a787?tab=workflow&nodeId=kubeflow-tf-operator-presubmit-v1-1325-8430a04-8224-a787-1831026653
Kaniko use $(PULL_BASE_SHA) as image tag. Is this expected?
Should we use PULL_PULL_SHA which is the head? Luckily, this doesn't affect real test because
setup-tf-operator.sh
uses same tag.https://github.com/kubeflow/tf-operator/blob/6f1e96c4b3e7b63860780b6f572ec229e58ca146/scripts/setup-tf-operator.sh#L28
/cc @PatrickXYS
The text was updated successfully, but these errors were encountered: