The GitHub Actions job "Tests" on airflow.git has failed.
Run started by GitHub user pankajastro (triggered by potiuk).

Head commit for run:
a2c09d203e3831f5e7dc1a28e3daf0d38a545023 / Pankaj Singh 
<[email protected]>
Fetch intermediate log async GKEStartPod   (#39348)

* Fetch intermediate log in async GKEStartPod

This PR introduces a parameter that enables the retrieval of intermediate logs 
for the GKEStartPod asynchronous operator.

Add param last_log_time and logging_interval in GKEStartPodTrigger serialize
Add optional param last_log_time in method invoke_defer_method
Example DAG:

start_pod = GKEStartPodOperator(
        task_id="start_pod",
        project_id=PROJECT_ID,
        location=LOCATION,
        cluster_name=GKE_CLUSTER_NAME,
        do_xcom_push=True,
        namespace=GKE_NAMESPACE,
        image="ubuntu:jammy",
        cmds=["sh", "-c", "timeout 300 bash -c 'while true; do echo \"meow\"; 
sleep 30; done'"],
        name="test-sleep",
        in_cluster=False,
        on_finish_action="delete_pod",
        deferrable=True,
        get_logs=True,
        logging_interval=5,
        gcp_conn_id=GCP_CONN_ID
    )

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

With regards,
GitHub Actions via GitBox


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

Reply via email to