From 3617693e618f679bf7be3db7c2f2b99460bdff0a Mon Sep 17 00:00:00 2001 From: patel-bhavin Date: Tue, 13 Jul 2021 17:06:25 -0500 Subject: [PATCH 1/7] ci update --- .circleci/config.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index f6d2ff489c..655f7497f3 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -511,7 +511,7 @@ workflows: - validate-content - build-sources - build-package - - detection-testing + filters: tags: only: /^v.*/ @@ -522,7 +522,6 @@ workflows: - validate-content - build-sources - build-package - - detection-testing - run-appinspect filters: tags: @@ -535,7 +534,6 @@ workflows: - validate-content - build-sources - build-package - - detection-testing - run-appinspect - create-report filters: @@ -549,7 +547,6 @@ workflows: - validate-content - build-sources - build-package - - detection-testing - run-appinspect - create-report - update-sources-github @@ -564,7 +561,6 @@ workflows: - validate-content - build-sources - build-package - - detection-testing - run-appinspect - create-report - update-sources-github @@ -580,7 +576,6 @@ workflows: - validate-content - build-sources - build-package - - detection-testing - run-appinspect - create-report - update-sources-github From cf17319ddd7875f9b9f2a5a8f2dc64b04c08ffe2 Mon Sep 17 00:00:00 2001 From: patel-bhavin Date: Tue, 13 Jul 2021 17:09:59 -0500 Subject: [PATCH 2/7] ci test --- .circleci/config.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 655f7497f3..47788c6230 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -505,13 +505,14 @@ workflows: filters: tags: only: /.*/ + branches: + ignore: /^v.*/ - run-appinspect: # build always requires: - validate-content - build-sources - - build-package - + - build-package filters: tags: only: /^v.*/ From 8c265eaca25d040a113a273637bcebdca4eaa678 Mon Sep 17 00:00:00 2001 From: patel-bhavin Date: Tue, 13 Jul 2021 17:21:53 -0500 Subject: [PATCH 3/7] test --- .circleci/config.yml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 47788c6230..7f122bea38 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -512,7 +512,8 @@ workflows: requires: - validate-content - build-sources - - build-package + - build-package + - detection-testing filters: tags: only: /^v.*/ @@ -523,6 +524,7 @@ workflows: - validate-content - build-sources - build-package + - detection-testing - run-appinspect filters: tags: @@ -535,6 +537,7 @@ workflows: - validate-content - build-sources - build-package + - detection-testing - run-appinspect - create-report filters: @@ -548,6 +551,7 @@ workflows: - validate-content - build-sources - build-package + - detection-testing - run-appinspect - create-report - update-sources-github @@ -562,6 +566,7 @@ workflows: - validate-content - build-sources - build-package + - detection-testing - run-appinspect - create-report - update-sources-github @@ -577,6 +582,7 @@ workflows: - validate-content - build-sources - build-package + - detection-testing - run-appinspect - create-report - update-sources-github @@ -586,4 +592,4 @@ workflows: tags: only: /^v.*/ branches: - ignore: /.*/ + ignore: /.*/ \ No newline at end of file From fa90016007673ba3633512b7fd5c7918b3099c73 Mon Sep 17 00:00:00 2001 From: patel-bhavin Date: Tue, 13 Jul 2021 17:31:32 -0500 Subject: [PATCH 4/7] test2 --- .circleci/config.yml | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 7f122bea38..71db3ca843 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -505,15 +505,13 @@ workflows: filters: tags: only: /.*/ - branches: - ignore: /^v.*/ + - run-appinspect: # build always requires: - validate-content - build-sources - build-package - - detection-testing filters: tags: only: /^v.*/ @@ -524,7 +522,6 @@ workflows: - validate-content - build-sources - build-package - - detection-testing - run-appinspect filters: tags: @@ -537,7 +534,6 @@ workflows: - validate-content - build-sources - build-package - - detection-testing - run-appinspect - create-report filters: @@ -551,7 +547,6 @@ workflows: - validate-content - build-sources - build-package - - detection-testing - run-appinspect - create-report - update-sources-github @@ -566,7 +561,7 @@ workflows: - validate-content - build-sources - build-package - - detection-testing + - run-appinspect - create-report - update-sources-github @@ -582,7 +577,7 @@ workflows: - validate-content - build-sources - build-package - - detection-testing + - run-appinspect - create-report - update-sources-github From 3f441770da34a17aedadf86a29c84df50a02b1ce Mon Sep 17 00:00:00 2001 From: patel-bhavin Date: Tue, 13 Jul 2021 17:47:45 -0500 Subject: [PATCH 5/7] test3 --- .circleci/config.yml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 71db3ca843..c78afd0b22 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -505,6 +505,8 @@ workflows: filters: tags: only: /.*/ + branches: + ignore: /.*/ - run-appinspect: # build always @@ -512,6 +514,7 @@ workflows: - validate-content - build-sources - build-package + - detection-testing filters: tags: only: /^v.*/ @@ -522,6 +525,7 @@ workflows: - validate-content - build-sources - build-package + - detection-testing - run-appinspect filters: tags: @@ -534,6 +538,7 @@ workflows: - validate-content - build-sources - build-package + - detection-testing - run-appinspect - create-report filters: @@ -547,6 +552,7 @@ workflows: - validate-content - build-sources - build-package + - detection-testing - run-appinspect - create-report - update-sources-github @@ -561,7 +567,7 @@ workflows: - validate-content - build-sources - build-package - + - detection-testing - run-appinspect - create-report - update-sources-github @@ -577,7 +583,7 @@ workflows: - validate-content - build-sources - build-package - + - detection-testing - run-appinspect - create-report - update-sources-github From 2166b0b4972c014439134dfbaabb989b9c32621d Mon Sep 17 00:00:00 2001 From: patel-bhavin Date: Tue, 13 Jul 2021 17:49:39 -0500 Subject: [PATCH 6/7] ignore --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index c78afd0b22..c149ba50ff 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -504,7 +504,7 @@ workflows: - build-package filters: tags: - only: /.*/ + only: /^v.*/ branches: ignore: /.*/ From 5cca7e27ab0c014795f0843b1008fc4c0e337dcf Mon Sep 17 00:00:00 2001 From: patel-bhavin Date: Tue, 13 Jul 2021 17:57:34 -0500 Subject: [PATCH 7/7] remove job --- .circleci/config.yml | 24 ++++++------------------ 1 file changed, 6 insertions(+), 18 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index c149ba50ff..1dacae4d2e 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -496,17 +496,6 @@ workflows: filters: tags: only: /.*/ - - detection-testing: - # build always - requires: - - validate-content - - build-sources - - build-package - filters: - tags: - only: /^v.*/ - branches: - ignore: /.*/ - run-appinspect: # build always @@ -514,7 +503,7 @@ workflows: - validate-content - build-sources - build-package - - detection-testing + filters: tags: only: /^v.*/ @@ -525,7 +514,7 @@ workflows: - validate-content - build-sources - build-package - - detection-testing + - run-appinspect filters: tags: @@ -538,7 +527,7 @@ workflows: - validate-content - build-sources - build-package - - detection-testing + - run-appinspect - create-report filters: @@ -552,7 +541,7 @@ workflows: - validate-content - build-sources - build-package - - detection-testing + - run-appinspect - create-report - update-sources-github @@ -567,7 +556,7 @@ workflows: - validate-content - build-sources - build-package - - detection-testing + - run-appinspect - create-report - update-sources-github @@ -582,8 +571,7 @@ workflows: requires: - validate-content - build-sources - - build-package - - detection-testing + - build-package - run-appinspect - create-report - update-sources-github