mohamedawnallah commented on code in PR #35954: URL: https://github.com/apache/beam/pull/35954#discussion_r2301640233
########## .github/workflows/beam_PreCommit_Python_Coverage.yml: ########## @@ -58,35 +58,45 @@ env: jobs: beam_PreCommit_Python_Coverage: - name: ${{ matrix.job_name }} (${{ matrix.job_phrase }}) - runs-on: [self-hosted, ubuntu-20.04, highmem] + name: ${{ matrix.job_name }} (${{ matrix.job_phrase }} ${{ matrix.python_version }}) Review Comment: > Instead of including python_version, could we include the os? That way the generated job names will be different per job Added OS label to workflow (job_name and test results). Perhaps we can leave the `python_version` since this workflow currently runs on the default python version which is `3.9` in future potentially this can run on multiple python versions? -- 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: github-unsubscr...@beam.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org