adoptium / aqa-test-tools

Home of Test Results Summary Service (TRSS) and PerfNext. These tools are designed to improve our ability to monitor and triage tests at the Adoptium project. The code is generic enough that it is extensible for use by any project that needs to monitor multiple CI servers and aggregate their results.
Apache License 2.0
27 stars 79 forks source link

Add support for querying for test output from AzureDevops public cloud #208

Open smlambert opened 4 years ago

smlambert commented 4 years ago

We would like to be able to run tests in many different CI environments (to encourage testing 'everywhere' and to leverage resources at our disposal, https://dev.azure.com/adoptopenjdk).

This issue is an enhancement to TRSS to be able to query the AzDo API, much like it currently queries the Jenkins API, for monitoring tests in that CI environment.

There are still some open questions related to this enhancement that need to be answered that will be listed below.

llxia commented 4 years ago

We are looking into: https://github.com/microsoft/azure-devops-node-api

smlambert commented 3 years ago

We may not need this now that we are using Azure VM agents Jenkins plugin, but I will leave it open for a bit, while we determine if we/others still want to pursue it.

smlambert commented 3 years ago

FYI @d3r3kk @milderhc

llxia commented 3 years ago

I did some experiments last year. It is WIP. For detail, please see my personal branch: https://github.com/llxia/openjdk-test-tools/tree/azure

The idea is to have ciServers folder where we can support different ci servers (i.e., Jenkins, Azure, etc) with the same APIs.