The GitHub Actions job "Tests" on airflow.git/backport-5953b82-v3-1-test has 
failed.
Run started by GitHub user potiuk (triggered by potiuk).

Head commit for run:
93da8be77fdc6a2c618fffb65f601be6a76214bd / Jarek Potiuk <[email protected]>
[v3-1-test] 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.
(cherry picked from commit 5953b82440a7bee6a5cf109b13a12a77ee2eac00)

Co-authored-by: Jarek Potiuk <[email protected]>

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

With regards,
GitHub Actions via GitBox


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

Reply via email to