The GitHub Actions job "Tests (AMD)" on 
airflow.git/feat/62733-reserved-ip-ranges-pipeline-job has failed.
Run started by GitHub user jbbqqf (triggered by jbbqqf).

Head commit for run:
dc28400f8ee8087e561b5a39e604688fbb35c796 / jbbqqf 
<[email protected]>
Forward reserved_ip_ranges through Vertex AI pipeline_job hook (#62733)

`PipelineJobHook.run_pipeline_job` and `submit_pipeline_job` accepted
`service_account`, `network`, `create_request_timeout`, and `experiment`
but never plumbed `reserved_ip_ranges` to the underlying
`PipelineJob.submit()` call, even though google-cloud-aiplatform supports
the kwarg. Users had no way to pin a Pipeline Job to a reserved IP range
through `RunPipelineJobOperator`. Add the optional parameter end-to-end
(operator → hook → SDK) and only forward it to `submit()` when set, so
deployments still pinned to older aiplatform releases keep working.
Add three regression tests covering the forward, the omit-when-unset
case, and the synchronous variant.

Closes: #62733
Signed-off-by: jbbqqf <[email protected]>

Report URL: https://github.com/apache/airflow/actions/runs/25605506987

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to