-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: revert reverting [Many APIs] Update WORKSPACE files for rules_gapic, gax_java, generator_java versions #8340
Conversation
This reverts commit c9bb4a9.
GitHub said OwlBot PostProcessor failed But the build is still running. |
It died with 80 minutes timeout
It was very close. |
docker run --rm -v $(pwd):/workspace -w /workspace --user $(id -u):$(id -g) gcr.io/cloud-devrel-public-resources/owlbot-java
I ran owlbot-java manually:
It seems working. |
I think it's waiting for a new shared dependencies BOM.
|
The Xxe.java does not exist in the split repo yet. https://github.com/googleapis/java-websecurityscanner/pull/741/files#diff-3d6f33fcbec6e90a00dbdb58f08e676785b42d9b946fc9d08016a0c8d2e31e21 (not merged yet; 2 CL changes) is adding the class to the repository. |
All checks green. |
…pic, gax_java, generator_java versions (googleapis#8340) * Revert "fix: owl-bot-staging should not be commited (googleapis#8337)" This reverts commit c9bb4a9. * owlbot-java postprocessor docker run --rm -v $(pwd):/workspace -w /workspace --user $(id -u):$(id -g) gcr.io/cloud-devrel-public-resources/owlbot-java * manual fix * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * use shared dep bom without property Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Reverts #8337, which reverted #8305. 8305 was merged without OwlBot Java Postprocessor (owl-bot-staging directory). We should merged the change after processing OwlBot Java PostProcessor.
The idea is that OwlBot Java PostProcessor should process the content of owl-bot-staging if we wait. No need to have OwlBot service to re-create the pull request.