aIbrahiim commented on issue #37357: URL: https://github.com/apache/beam/issues/37357#issuecomment-3777337966
the job is failing because the gradle project beam-test-jenkins was deleted but the gitHub workflow still references it as : ``` Cannot locate tasks that match ':beam-test-jenkins:generateMetricsReport' as project 'beam-test-jenkins' not found in root project 'beam' ``` The .test-infra/jenkins/ directory which had the generateMetricsReport task was removed in a cleanup pr buut the workflow wasnt updated,so it fails every run so we probably need to either restore the metrics report code or disable/update the workflow if it is no longer needed -- 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]
