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

Head commit for run:
5953b82440a7bee6a5cf109b13a12a77ee2eac00 / Jarek Potiuk <[email protected]>
Skip SVN operations in CI environment (#61660)

The release candidate commands were failing in CI because SVN operations
require credentials and network access to the ASF SVN repository.

This change detects when running in CI (via CI environment variable) and
simulates SVN operations instead of executing them:
- svn checkout: creates empty directory structure
- svn mkdir: uses regular mkdir
- svn add/commit/rm: prints simulation messages

This allows the release candidate workflow to be validated in CI without
requiring SVN access, while preserving full functionality in production.

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

With regards,
GitHub Actions via GitBox


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

Reply via email to