lhotari commented on code in PR #17565:
URL: https://github.com/apache/pulsar/pull/17565#discussion_r967978549


##########
.github/workflows/pulsar-ci.yaml:
##########
@@ -127,11 +127,11 @@ jobs:
           action: wait
 
   macos-build:
-    name:
+    name: Build Pulsar on MacOS
     runs-on: macos-latest
     timeout-minutes: 120
     needs: [ 'changed_files_job', 'build-and-license-check' ]

Review Comment:
   This should be moved to late stages of the pipeline so that it happens after 
integration tests. The reason for this is that there will be less re-runs at 
that stage. Our current assumption of the CI queuing problem is that when a 
workflow gets re-run, all previously executed jobs get counted in the usage 
reporting as if they were run again.



-- 
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]

Reply via email to