You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2022/09/12 04:37:05 UTC

[GitHub] [pulsar] lhotari commented on a diff in pull request #17565: [improve][ci] Skip MacOS build for cpp-only changes

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: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org