Skip to content

ci: add vertex-ai .cloud configuration#10635

Merged
burkedavison merged 1 commit intomainfrom
add-vertexai-cloud-folder
Mar 28, 2024
Merged

ci: add vertex-ai .cloud configuration#10635
burkedavison merged 1 commit intomainfrom
add-vertexai-cloud-folder

Conversation

@burkedavison
Copy link
Member

No description provided.

@burkedavison burkedavison requested review from a team March 28, 2024 15:24
Copy link
Contributor

@ZhenyiQ ZhenyiQ left a comment

Choose a reason for hiding this comment

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

Thank you!

@burkedavison
Copy link
Member Author

Verified in the build logs that this is enabling aiplatform.googleapis.com:

�[0m�[1m�[32mTerraform has been successfully initialized!�[0m�[32m�[0m
Planning around modules java-vertexai

Terraform used the selected providers to generate the following execution
plan. Resource actions are indicated with the following symbols:
  �[32m+�[0m create�[0m

Terraform will perform the following actions:
...
�[1m  # module.java_vertexai.google_project_service.aiplatform[0]�[0m will be created
�[0m  �[32m+�[0m�[0m resource "google_project_service" "aiplatform" {
      �[32m+�[0m�[0m disable_on_destroy = false
      �[32m+�[0m�[0m id                 = (known after apply)
      �[32m+�[0m�[0m project            = "cloud-java-ci-test"
      �[32m+�[0m�[0m service            = "aiplatform.googleapis.com"
    }

�[1mPlan:�[0m 6 to add, 0 to change, 0 to destroy.
�[0m
Changes to Outputs:
  �[32m+�[0m�[0m java_vertexai = (sensitive value)
  �[32m+�[0m�[0m project_id    = "cloud-java-ci-test"
�[0m�[1mgoogle_project_service.iam[0]: Creating...�[0m�[0m
�[0m�[1mgoogle_project_service.iamcredentials[0]: Creating...�[0m�[0m
�[0m�[1mgoogle_project_service.serviceusage[0]: Creating...�[0m�[0m
�[0m�[1mgoogle_project_service.cloudresourcemanager[0]: Creating...�[0m�[0m
�[0m�[1mgoogle_project_service.cloudresourcemanager[0]: Creation complete after 4s [id=cloud-java-ci-test/cloudresourcemanager.googleapis.com]�[0m
�[0m�[1mgoogle_project_service.iam[0]: Creation complete after 4s [id=cloud-java-ci-test/iam.googleapis.com]�[0m
�[0m�[1mgoogle_project_service.iamcredentials[0]: Creation complete after 4s [id=cloud-java-ci-test/iamcredentials.googleapis.com]�[0m
�[0m�[1mgoogle_project_service.serviceusage[0]: Creation complete after 4s [id=cloud-java-ci-test/serviceusage.googleapis.com]�[0m
�[0m�[1mtime_sleep.for_1m_allowBaseCloudApisToFullyEnable: Creating...�[0m�[0m
�[0m�[1mtime_sleep.for_1m_allowBaseCloudApisToFullyEnable: Still creating... [10s elapsed]�[0m�[0m
�[0m�[1mtime_sleep.for_1m_allowBaseCloudApisToFullyEnable: Still creating... [20s elapsed]�[0m�[0m
�[0m�[1mtime_sleep.for_1m_allowBaseCloudApisToFullyEnable: Still creating... [30s elapsed]�[0m�[0m
�[0m�[1mtime_sleep.for_1m_allowBaseCloudApisToFullyEnable: Still creating... [40s elapsed]�[0m�[0m
�[0m�[1mtime_sleep.for_1m_allowBaseCloudApisToFullyEnable: Still creating... [50s elapsed]�[0m�[0m
�[0m�[1mtime_sleep.for_1m_allowBaseCloudApisToFullyEnable: Still creating... [1m0s elapsed]�[0m�[0m
�[0m�[1mtime_sleep.for_1m_allowBaseCloudApisToFullyEnable: Creation complete after 1m0s [id=2024-03-28T15:29:08Z]�[0m
�[0m�[1mmodule.java_vertexai.google_project_service.aiplatform[0]: Creating...�[0m�[0m
�[0m�[1mmodule.java_vertexai.google_project_service.aiplatform[0]: Still creating... [10s elapsed]�[0m�[0m
�[0m�[1mmodule.java_vertexai.google_project_service.aiplatform[0]: Still creating... [20s elapsed]�[0m�[0m
�[0m�[1mmodule.java_vertexai.google_project_service.aiplatform[0]: Creation complete after 22s [id=cloud-java-ci-test/aiplatform.googleapis.com]�[0m
�[0m�[1m�[32m
Apply complete! Resources: 6 added, 0 changed, 0 destroyed.

@burkedavison burkedavison enabled auto-merge (squash) March 28, 2024 15:43
@burkedavison burkedavison merged commit 0964602 into main Mar 28, 2024
@burkedavison burkedavison deleted the add-vertexai-cloud-folder branch March 28, 2024 15:49
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.

3 participants