-
Enhancement
-
Resolution: Fixed
-
P4
-
None
-
None
-
None
JMH, JCStress, JOL repositories use GHA tests:
https://github.com/openjdk/jmh/
https://github.com/openjdk/jcstress/
https://github.com/openjdk/jol/
They used to run the tests in the "openjdk" context, but that is gone, and the tests would now run in the personal forms. The configuration step is needed in Skara bots to use the results from the GHA test builds as PR checks so they can be reported in pull requests.
This is similar toSKARA-1124, SKARA-1132, etc.
https://github.com/openjdk/jmh/
https://github.com/openjdk/jcstress/
https://github.com/openjdk/jol/
They used to run the tests in the "openjdk" context, but that is gone, and the tests would now run in the personal forms. The configuration step is needed in Skara bots to use the results from the GHA test builds as PR checks so they can be reported in pull requests.
This is similar to