ExaWorks / SDK

ExaWorks SDK
11 stars 12 forks source link

CI: start sending GitHub container test to testing dashboard #95

Closed zekemorton closed 2 years ago

zekemorton commented 2 years ago

psi/j test results are being sent to a dashboard to allow view of multiple tests at the same time. We want to adapt this for SDK tests, starting with the container test on GitHub

zekemorton commented 2 years ago

I have verified that the testing service would work unmodified for SDK test results via testing with a local copy of the service. I have also developed a python script that will run the sdk tests, record the results, and generate and send the curated json to the testing service.

Now we just need to deploy a second instance of the testing service and configure the nginx to distinguish between the two. @hategan is working on this, and as soon as thats complete I'll put in a PR with the CI changes.

zekemorton commented 2 years ago

Here is an example of the results from the local testing service generated from running the ci locally: Screen Shot 2022-03-04 at 2 57 23 PM