Skip to content

Conversation

@vjovanov
Copy link
Member

@vjovanov vjovanov commented Nov 14, 2025

What does this PR do?

Does smarter bisecting when running automated tests. Check if it works first, and only if it fails do the bisecting. Also, adds a new category java run and applies labels.

Also, increases the frequency of running the testing job to daily.

Fixes: #760

@vjovanov vjovanov force-pushed the vj/gh-760-failure-classification branch from fbf5b2d to b8c00e0 Compare November 14, 2025 18:56

jobs:
get-all-metadata:
if: github.repository == 'oracle/graalvm-reachability-metadata'
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we want to run this job on master push on forks (but not the test-all-metadata and all-metadata-passed)?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This one is not automatic, just manual. Although I have a follow up PR:
https://github.com/oracle/graalvm-reachability-metadata/pulls

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

But it should still trigger on pushes to master (even on a fork), no? The test-all-metadata and all-metadata-passed jobs are still behind if: github.repository == 'oracle/graalvm-reachability-metadata' checks, but the get-all-metadata job isn't. Is this by design?


jobs:
get-changed-metadata:
if: github.repository == 'oracle/graalvm-reachability-metadata'
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same question as for test-all-metadata.yml.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Better labels for [Automation] tickets

2 participants