For the complete documentation index, see llms.txt. This page is also available as Markdown.

Deploy step

Reference for the Deploy Google Agent Runtime Revision step.

The deploy step creates a deployment for the agent on Google Agent Runtime. On the first deployment for an agent, it creates the deployment. When a deployment already exists, it creates a new revision under the same deployment. The step publishes the new revision id as output that the traffic shift steps read.

The step type is DeployGoogleAgentRuntimeRevision. Configure the following fields:

  • Container Registry: A Harness connector for the registry that hosts the plugin image.

  • Image: The deploy plugin image, harness/google-agent-runtime-plugin:1.0.0-linux-amd64.

  • Wait for the revision to be ready: Enable this so the pipeline waits until the revision is ready before it continues.

  • Environment variables (optional): Key-value pairs passed to the deploy plugin container at runtime. Use this to supply additional configuration that the plugin needs to communicate with Google Cloud, or to override environment-specific settings without changing the agent service definition. Select Add to add each variable, and use a secret type for sensitive values.

Deploy Google Agent Runtime Revision step parameters showing timeout, container registry, image, and wait for revision ready
Click to view full size

Last updated

Was this helpful?