Resolved Job Configuration
get_freeze_jobResolve a job's final configuration after inheritance. Shows merged nodeset, timeout, playbooks, and variables to understand exactly what the job will run.
Instructions
Get the fully-resolved configuration for a specific job after inheritance.
Shows the final merged nodeset, timeout, playbooks, and variables after all parent job inheritance is applied. Use this to understand exactly what a job will do — resolves "what nodeset will it use?" and "which playbooks run?" questions.
Args: pipeline: Pipeline name (e.g. "check", "gate") project: Project name (e.g. "openstack-k8s-operators/openstack-operator") job_name: Job name to resolve branch: Branch name (default "main") tenant: Tenant name (uses default if empty)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| branch | No | main | |
| tenant | No | ||
| project | Yes | ||
| job_name | Yes | ||
| pipeline | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |