Matthias Pohl
Matthias Pohl
I triggered another workflow with lower timeouts: https://github.com/XComp/flink/actions/runs/7478072394 ...to double-check that running into time outs works as expected.
[Related GHA workflow run](https://github.com/XComp/flink/actions/runs/7538904416)
[Force push change](https://github.com/apache/flink/compare/366c3f32093a62dfd0b5c719b8d15f8fc68aacd6..7809cc007a969a54ee4e3bea33d4f8d48bded1c4) removed the `inputs.branch` parameter which is not needed anymore when you use branch-specific configuration ([related GHA workflow run](https://github.com/XComp/flink/actions/runs/7539522828))
@flinkbot run azure
The force push above is a plain rebase to most recent master to include FLINK-33907 and FLINK-34150
The [past force push](https://github.com/apache/flink/compare/947e77f8535285ebe45d4300e0a6e088aafeae79..081dcd6fa0aebc00eb9a8cb6277695ef431b2e49) squashes the following changes into the ready made PR: * Fixing the ubuntu version to 22.04 instead of relying on the latest * Changing CI image...
The past two force pushes add the following changes: * `--privileged` parameter was added * container image was changed to the result of FLINK-34194
* [This force push](https://github.com/apache/flink/compare/2d8452c5abe034a48df6b08eabd1e7088f54c1d4..1557192d0ed323a1265d11512384f720ae3bc268) updates the workflow name to include `(beta)` * [The subsequent force push](https://github.com/apache/flink/compare/1557192d0ed323a1265d11512384f720ae3bc268..a04a4c6127a9edeffa391b1801acd013fd56cd8f) adds functionality to resetting `DEBUG_FILES_OUTPUT_DIR`. This disables the warning in the `AdaptiveScheduler` stage (see...
Deprecation warning started to appear which [forced me](https://github.com/apache/flink/compare/a04a4c6127a9edeffa391b1801acd013fd56cd8f..e971d2ba01ac2ac9e38d8ddad1e44db0adb32252) to update the version for `actions/checkout` and `actions/cache` to `v4`. 
@afedulov do you have capacity to review this PR?