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/08 16:08:28 UTC

[GitHub] [pulsar] tisonkun commented on a diff in pull request #17551: [ci] Skip run flaky tests suite for cpp-only or doc-only changes

tisonkun commented on code in PR #17551:
URL: https://github.com/apache/pulsar/pull/17551#discussion_r966155608


##########
.github/workflows/pulsar-ci-flaky.yaml:
##########
@@ -22,9 +22,27 @@ on:
   pull_request:
     branches:
       - master
+    paths-ignore:
+      # Doc
+      - 'site2/**'
+      - 'deployment/**'
+      - '.asf.yaml'
+      - '*.md'
+      - '**/*.md'
+      # CPP
+      - 'pulsar-client-cpp/**'
   push:
     branches:
       - branch-*
+    paths-ignore:
+      # Doc
+      - 'site2/**'
+      - 'deployment/**'
+      - '.asf.yaml'
+      - '*.md'
+      - '**/*.md'
+      # CPP
+      - 'pulsar-client-cpp/**'

Review Comment:
   As long as all flaky tests are not cpp/py tests, this changes should be good.



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