ibzib commented on pull request #15330: URL: https://github.com/apache/beam/pull/15330#issuecomment-982091061
Hey Matthias, I think the reason the tests aren't sickbayed on your branch is because you created your PR before we sickbayed them. But when tests are run on jenkins, your changes are merged into master, so the tests are skipped (if you're ever unsure about this, you can check in the jenkins logs. for example, this is the commit that being testing in the latest python precommit run on your PR: https://github.com/apache/beam/commit/ad763131854b551140d7d2345a8a4bc6e995bb5c) so to unsickbay, you will have to first rebase your PR onto master (something like git rebase upstream/master depending on what you named the apache/beam repo), and then delete the skip/ignore annotations -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
