AnandInguva commented on PR #25548: URL: https://github.com/apache/beam/pull/25548#issuecomment-1435716414
Looking at #25547, the tests are actually running but not visible in the Jenkins UI. You can look in the console log and search for `InferencePostCommitIT` in python 37 https://github.com/apache/beam/blob/977e53104f493124101c8f06d63cca0ec0994990/build.gradle.kts#L447 and python 39 test suite https://github.com/apache/beam/blob/977e53104f493124101c8f06d63cca0ec0994990/build.gradle.kts#L476. Console log: https://ci-beam.apache.org/job/beam_PostCommit_Python39/1480/consoleFull The tests we see in the `Test Results` UI of jenkins is of the gradle task https://github.com/apache/beam/blob/977e53104f493124101c8f06d63cca0ec0994990/build.gradle.kts#L470. in the gradle task, we skip all the ML tests since they are run on different gradle task `PostCommitIT` -- 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]
