chore(metadata): Added instruction to sync the MLMD version (#3658)
This commit is contained in:
parent
ec733c9a42
commit
64d15f76f4
|
|
@ -205,6 +205,12 @@ steps:
|
|||
id: 'buildMetadataEnvoy'
|
||||
|
||||
# Pull third_party images
|
||||
# ! Sync to the same MLMD version:
|
||||
# * backend/metadata_writer/requirements.in and requirements.txt
|
||||
# * @kubeflow/frontend/src/mlmd/generated
|
||||
# * .cloudbuild.yaml and .release.cloudbuild.yaml
|
||||
# * manifests/kustomize/base/metadata/metadata-grpc-deployment.yaml
|
||||
# * test/tag_for_hosted.sh
|
||||
- name: 'gcr.io/cloud-builders/docker'
|
||||
args: ['pull', 'gcr.io/tfx-oss-public/ml_metadata_store_server:0.22.1']
|
||||
id: 'pullMetadataServer'
|
||||
|
|
|
|||
|
|
@ -259,6 +259,12 @@ steps:
|
|||
docker push gcr.io/ml-pipeline/google/pipelines/visualizationserver:$(cat /workspace/mm.ver)
|
||||
docker push gcr.io/ml-pipeline/google/pipelines-test/visualizationserver:$(cat /workspace/mm.ver)
|
||||
|
||||
# ! Sync to the same MLMD version:
|
||||
# * backend/metadata_writer/requirements.in and requirements.txt
|
||||
# * @kubeflow/frontend/src/mlmd/generated
|
||||
# * .cloudbuild.yaml and .release.cloudbuild.yaml
|
||||
# * manifests/kustomize/base/metadata/metadata-grpc-deployment.yaml
|
||||
# * test/tag_for_hosted.sh
|
||||
- name: 'gcr.io/cloud-builders/docker'
|
||||
args: ['pull', 'gcr.io/tfx-oss-public/ml_metadata_store_server:0.22.1']
|
||||
id: 'pullMetadataServer'
|
||||
|
|
|
|||
|
|
@ -16,6 +16,12 @@ spec:
|
|||
spec:
|
||||
containers:
|
||||
- name: container
|
||||
# ! Sync to the same MLMD version:
|
||||
# * backend/metadata_writer/requirements.in and requirements.txt
|
||||
# * @kubeflow/frontend/src/mlmd/generated
|
||||
# * .cloudbuild.yaml and .release.cloudbuild.yaml
|
||||
# * manifests/kustomize/base/metadata/metadata-grpc-deployment.yaml
|
||||
# * test/tag_for_hosted.sh
|
||||
image: gcr.io/tfx-oss-public/ml_metadata_store_server:0.22.1
|
||||
env:
|
||||
- name: DBCONFIG_USER
|
||||
|
|
|
|||
|
|
@ -92,6 +92,12 @@ docker push gcr.io/$PROJECT_ID/hosted/$COMMIT_SHA:$SEM_VER
|
|||
docker push gcr.io/$PROJECT_ID/hosted/$COMMIT_SHA:$MM_VER
|
||||
|
||||
# 3rd-party images
|
||||
# ! Sync to the same MLMD version:
|
||||
# * backend/metadata_writer/requirements.in and requirements.txt
|
||||
# * @kubeflow/frontend/src/mlmd/generated
|
||||
# * .cloudbuild.yaml and .release.cloudbuild.yaml
|
||||
# * manifests/kustomize/base/metadata/metadata-grpc-deployment.yaml
|
||||
# * test/tag_for_hosted.sh
|
||||
docker tag gcr.io/tfx-oss-public/ml_metadata_store_server:0.22.1 gcr.io/$PROJECT_ID/hosted/$COMMIT_SHA/metadataserver:$SEM_VER
|
||||
docker tag gcr.io/tfx-oss-public/ml_metadata_store_server:0.22.1 gcr.io/$PROJECT_ID/hosted/$COMMIT_SHA/metadataserver:$MM_VER
|
||||
docker push gcr.io/$PROJECT_ID/hosted/$COMMIT_SHA/metadataserver:$SEM_VER
|
||||
|
|
|
|||
Loading…
Reference in New Issue