Hey devs, I would like to discuss whether it makes sense to fully switch to Azure Pipelines and phase out our Travis integration. More information on our Azure integration can be found here: https://cwiki.apache.org/confluence/display/FLINK/2020/03/22/Migrating+Flink%27s+CI+Infrastructure+from+Travis+CI+to+Azure+Pipelines
Travis will stay for the release-1.10 and older branches, as I have set up Azure only for the master branch. Proposal: - We keep the flinkbot infrastructure supporting both Travis and Azure around, while we are still receive pull requests and pushes for the "master" and "release-1.10" branches. - We remove the travis-specific files from "master", so that builds are not triggered anymore - once we receive no more builds at Travis (because 1.11 has been released), we remove the remaining travis-related infrastructure What do you think? Best, Robert