The GitHub Actions job "Tests (AMD)" on 
airflow.git/fix/69813-ssh-remote-job-base-dir-validation has failed.
Run started by GitHub user MannXo (triggered by MannXo).

Head commit for run:
0a362fb34964d5c3487eec666ca5f363a00d150c / Parman Mohammadalizadeh 
<[email protected]>
Fix SSHRemoteJobOperator cleanup rejecting a custom remote_base_dir

The cleanup guard validated the job directory against the platform default
base directory, but the base directory is configurable through
remote_base_dir. Any custom value therefore passed the operator's own
validation, ran the job to completion, and then failed the task at the very
last step while removing the job directory, leaving the directory behind.

Validating against the configured base directory keeps the guard's purpose
intact: cleanup can still only target a directory the operator created.

closes: #69813

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

With regards,
GitHub Actions via GitBox


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

Reply via email to