You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by ab...@apache.org on 2023/05/30 06:31:52 UTC

[druid] branch master updated: More specific exclusions in the `examples` folder. (#14347)

This is an automated email from the ASF dual-hosted git repository.

abhishek pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/druid.git


The following commit(s) were added to refs/heads/master by this push:
     new 5fd3e01ef0 More specific exclusions in the `examples` folder. (#14347)
5fd3e01ef0 is described below

commit 5fd3e01ef013fff6316344709c7ba524b8320132
Author: Abhishek Radhakrishnan <ab...@gmail.com>
AuthorDate: Mon May 29 23:31:45 2023 -0700

    More specific exclusions in the `examples` folder. (#14347)
    
    This PR changes how we skip java UT and ITs with changes in the examples folder. After this change, any Markdown files within the examples folder and jupyter-notebooks directory will be excluded. The rationale behind these more specific exclusions is that some ITs use json files checked in examples, so we want to trigger the full workflow for all other changes.
---
 .github/workflows/unit-and-integration-tests-unified.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/unit-and-integration-tests-unified.yml b/.github/workflows/unit-and-integration-tests-unified.yml
index 2cd97262a6..ff963dac77 100644
--- a/.github/workflows/unit-and-integration-tests-unified.yml
+++ b/.github/workflows/unit-and-integration-tests-unified.yml
@@ -20,7 +20,7 @@ on:
       - '**/*.md'
       - 'dev/**'
       - 'docs/**'
-      - 'examples/**'
+      - 'examples/**/jupyter-notebooks/**'
       - 'helm/**'
       - 'web-console/**'
       - 'website/**'
@@ -33,7 +33,7 @@ on:
       - '**/*.md'
       - 'dev/**'
       - 'docs/**'
-      - 'examples/**'
+      - 'examples/**/jupyter-notebooks/**'
       - 'helm/**'
       - 'web-console/**'
       - 'website/**'


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org