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/02/17 04:26:29 UTC

[druid] branch master updated: Don't run UTs, ITs when there are only docs, helm and console changes. (#13812)

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 ddae7974c2 Don't run UTs, ITs when there are only docs, helm and console changes.  (#13812)
ddae7974c2 is described below

commit ddae7974c2c1113ec63ccb4d1b43c48f23b28a8a
Author: Abhishek Agarwal <14...@users.noreply.github.com>
AuthorDate: Fri Feb 17 09:56:17 2023 +0530

    Don't run UTs, ITs when there are only docs, helm and console changes.  (#13812)
    
    * Don't run UTs, ITs for docs, helm and console changes
    
    * Test
    
    * right place
    
    * Revert test
    
    * Remove ITs from ignore list
    
    * Update unit-and-integration-tests-unified.yml
    
    * Update unit-and-integration-tests-unified.yml
---
 .github/workflows/unit-and-integration-tests-unified.yml | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/.github/workflows/unit-and-integration-tests-unified.yml b/.github/workflows/unit-and-integration-tests-unified.yml
index f4cada6d4e..44bfbbc4a0 100644
--- a/.github/workflows/unit-and-integration-tests-unified.yml
+++ b/.github/workflows/unit-and-integration-tests-unified.yml
@@ -16,10 +16,20 @@
 name: Unit & Integration tests CI
 on:
   push:
+    paths-ignore:
+      - 'docs/**'
+      - 'dev/**'
+      - 'helm/**'
+      - 'web-console/**'
     branches:
       - master
       - /^\d+\.\d+\.\d+(-\S*)?$/ # release branches
   pull_request:
+    paths-ignore:
+      - 'docs/**'
+      - 'dev/**'
+      - 'helm/**'
+      - 'web-console/**'
     branches:
       - master
       - /^\d+\.\d+\.\d+(-\S*)?$/ # release branches


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