The GitHub Actions job "Tests (AMD)" on airflow.git/backport-49958a5-v3-2-test has succeeded. Run started by GitHub user potiuk (triggered by potiuk).
Head commit for run: 78f2fbc7ae48428d1fa203ad7d6da1bd31c2995a / Jarek Potiuk <[email protected]> Fix SageMaker/MLEngine triggers dropping params on triggerer restart The new trigger __init__/serialize() sync check surfaced two pre-existing violations on v3-2-test (the triggers do not exist or are already correct on main, so they were not in the cherry-picked KNOWN_VIOLATIONS list): - SageMakerNotebookJobTrigger.serialize() returned a non-existent self.poll_interval (an AttributeError on triggerer round-trip) and dropped waiter_delay / waiter_max_attempts. Serialize the stored waiter_* params instead, matching the fixed version on main. - MLEngineStartTrainingJobTrigger.serialize() dropped gcp_conn_id and impersonation_chain, silently resetting them to defaults when the triggerer re-instantiates the trigger. Serialize both. This makes the backported check pass without adding new KNOWN_VIOLATIONS. Report URL: https://github.com/apache/airflow/actions/runs/26918193633 With regards, GitHub Actions via GitBox --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
