* Quarkus-startstop - Measures time and memory usage
* Did something similar when working on opensplice DDS, combined a demo application with measurement output, used to track metrics
not perfect as it didn't account for multiple tests/threads running, sort of solved with CPU pinning
* Quarkus jenkinsfiles - Jenkins pipelines, based on Groovy
* Experience with groovy https://github.com/jboss-fuse/fuse-build-yaml/blob/7.x.redhat-7-x/src/main/groovy/formatYaml.groovy (all my groovy looks like java)
* I've created Jenkins while in prod to do a number of tasks, namely
* Interogating brew build root
* Assembling various maven repository sets
* Creating reports (build from source %)
* Templates for email, html, Jira
* Used a mixture of bash and python at the time but this is what prod tooling used at the time
* Openshift test suite - Integration tests for services on openshift
* Deploys service via openshift YAML e.g. AMQ then tests quarkus application against it
* Experience with deploying own openshift cluster and apps (Old laptop... still running now just cant access it!)
* Experience with managing openshift cluster (Qucklabs)