strimzi / strimzi-kafka-oauth

OAuth2 support for Apache Kafka® to work with many OAuth2 authorization servers
Apache License 2.0
140 stars 89 forks source link

Prepare Azure CI pipeline for OAuth #224

Closed scholzj closed 7 months ago

scholzj commented 7 months ago

This PR adds the initial Azure CI pipeline to build and deploy the Oauth library. It currently runs only the unit tests but not the dedicated test suites. Therefore it does not remove x64 from the Travis pipeline. But it moves the deployment (pushing to Sonatype) to Azure and removes it from Travis.

scholzj commented 7 months ago

I suppose GitHub integration to see Azure build results is still needed.

@mstruk WDYM? The results can be seen in the status section next to the Travis results.

mstruk commented 7 months ago

I suppose GitHub integration to see Azure build results is still needed.

@mstruk WDYM? The results can be seen in the status section next to the Travis results.

Interesting. I don't see any badges for Azure at the bottom of this page, but if I click on Travis CI Details I now noticed that there is Azure Pipelines item there. Great, thanks.

scholzj commented 7 months ago

Strange. I have them there. Let's merge it and see if you have them on the future PRs or not.