Skip to content

Conversation

pietroalbini
Copy link
Member

Iliana pointed out that the Trunk integration fills the sidebar with its workflows, hitting a limit in GitHub and thus not showing the Buildomat jobs. This was because we were spawning an upload job for every Buildomat job.

This PR switches the upload job from running when a Buildomat job finishes (with the check_run event) to when all Buildomat jobs finish (with the check_suite event). Then whenever the job is started we fetch all the check runs within the suite and call the script on all of them.

@pietroalbini pietroalbini force-pushed the ea-nwkxxvtlvqtm branch 2 times, most recently from 305d358 to 4376773 Compare October 17, 2025 09:41
@pietroalbini
Copy link
Member Author

Pushed a larger change that moves all of the logic back into the script.

@sunshowers
Copy link
Contributor

Do you want to wait on this until we've figured out the issue we were talking about where we were potentially sending the wrong JUnit file to Trunk?

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.

3 participants