aqa-tests icon indicating copy to clipboard operation
aqa-tests copied to clipboard

Revisions and improvements to PR workflows

Open llxia opened this issue 4 years ago • 1 comments

  1. Update workflows to reduce the amount of tests that are triggered (should only be a sniff test, not hours of test execution).
  2. Check that the Github runners are being set up properly (with up-to-date prereqs, jtreg version, etc).
  3. Trigger workflow after pushing changes to a PR
  • We limited automatically triggered PR testing to ready_for_review (see: https://github.com/AdoptOpenJDK/openjdk-tests/blob/master/.github/workflows/directoriesFilesChangePR.yml#L4).
  • If people do not create a draft, the workflow does not get triggered. The workflow should be triggered after pushing changes to a PR. Maybe we should use synchronize . We should check the gitbub docs.

llxia avatar Feb 23 '21 02:02 llxia

Changes are in pull request #2292

patkarns avatar Mar 01 '21 18:03 patkarns